|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/AMDGPU/R600GenDAGISel.inc12400 LD->getMemOperand()->getValue(), CurDAG->getDataLayout()));
12414 LD->getMemOperand()->getValue(), CurDAG->getDataLayout())));
include/llvm/CodeGen/MachineMemOperand.h 303 return LHS.getValue() == RHS.getValue() &&
303 return LHS.getValue() == RHS.getValue() &&
lib/CodeGen/DFAPacketizer.cpp 331 if (!Op1.getValue() || !Op2.getValue())
331 if (!Op1.getValue() || !Op2.getValue())
339 AA->alias(MemoryLocation(Op1.getValue(), Overlapa,
341 MemoryLocation(Op2.getValue(), Overlapb,
lib/CodeGen/ImplicitNullChecks.cpp 342 assert(MMO1->getValue() && "MMO1 should have a Value!");
350 AA->alias(MemoryLocation(MMO1->getValue(), LocationSize::unknown(),
352 MemoryLocation(MMO2->getValue(), LocationSize::unknown(),
lib/CodeGen/MachineFunction.cpp 430 MachinePointerInfo MPI = MMO->getValue() ?
431 MachinePointerInfo(MMO->getValue(), MMO->getOffset()) :
lib/CodeGen/MachineInstr.cpp 1238 const Value *ValA = MMOa->getValue();
1239 const Value *ValB = MMOb->getValue();
1336 if (const Value *V = MMO->getValue()) {
lib/CodeGen/MachineOperand.cpp 1112 if (const Value *Val = getValue()) {
lib/CodeGen/MachinePipeliner.cpp 644 if (!MM->getValue())
646 GetUnderlyingObjects(MM->getValue(), Objs, DL);
719 if (!MMO1->getValue() || !MMO2->getValue()) {
719 if (!MMO1->getValue() || !MMO2->getValue()) {
725 if (MMO1->getValue() == MMO2->getValue() &&
725 if (MMO1->getValue() == MMO2->getValue() &&
733 MemoryLocation(MMO1->getValue(), LocationSize::unknown(),
735 MemoryLocation(MMO2->getValue(), LocationSize::unknown(),
lib/CodeGen/ModuloSchedule.cpp 958 (!MMO->getValue())) {
lib/CodeGen/ScheduleDAGInstrs.cpp 154 } else if (const Value *V = MMO->getValue()) {
lib/CodeGen/SelectionDAG/DAGCombiner.cpp20584 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue()) {
20584 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue()) {
20590 MemoryLocation(MUC0.MMO->getValue(), Overlap0,
20592 MemoryLocation(MUC1.MMO->getValue(), Overlap1,
lib/CodeGen/StackColoring.cpp 973 const AllocaInst *AI = dyn_cast_or_null<AllocaInst>(MMO->getValue());
1031 if (const Value *MMOV = MMO->getValue()) {
lib/Target/AArch64/AArch64InstrInfo.cpp 1503 cast<GlobalValue>((*MI.memoperands_begin())->getValue());
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp 33 const Value *Ptr = MMO->getValue();
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp 1513 const Value *Ptr = MMO->getValue();
lib/Target/AMDGPU/R600ISelLowering.cpp 1469 if (isa<Constant>(LoadNode->getMemOperand()->getValue()) ||
lib/Target/AMDGPU/SIISelLowering.cpp 1336 const Value *Ptr = MemNode->getMemOperand()->getValue();
lib/Target/AMDGPU/SIInstrInfo.cpp 414 auto Base1 = MO1->getValue();
415 auto Base2 = MO2->getValue();
lib/Target/ARM/ARMBaseInstrInfo.cpp 4777 cast<GlobalValue>((*MI->memoperands_begin())->getValue());
lib/Target/ARM/ARMInstrInfo.cpp 111 cast<GlobalValue>((*MI->memoperands_begin())->getValue());
lib/Target/AVR/AVR.h 48 auto V = N->getMemOperand()->getValue();
lib/Target/Hexagon/HexagonStoreWidening.cpp 171 if (!MMO.getValue())
174 MemoryLocation L(MMO.getValue(), MMO.getSize(), MMO.getAAInfo());
178 if (!SMO.getValue())
181 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo());
lib/Target/Mips/MipsDelaySlotFiller.cpp 538 if (const Value *V = MMO.getValue()) {
lib/Target/Mips/MipsOptimizePICCall.cpp 297 Val = (*DefMI->memoperands_begin())->getValue();
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp 656 const Value *Src = N->getMemOperand()->getValue();
706 GetUnderlyingObjects(N->getMemOperand()->getValue(),
3680 Src = mN->getMemOperand()->getValue();
lib/Target/PowerPC/PPCHazardRecognizers.cpp 378 MO->getOffset(), MO->getValue()))
406 StoreValue[NumStores] = MO->getValue();
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp 1416 const Value *V1 = Load->getMemOperand()->getValue();
1417 const Value *V2 = Store->getMemOperand()->getValue();
lib/Target/SystemZ/SystemZInstrInfo.cpp 1764 const Value *VALa = MMOa->getValue();
1765 const Value *VALb = MMOb->getValue();
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp 523 if (!Op1.getValue() || !Op2.getValue())
523 if (!Op1.getValue() || !Op2.getValue())
531 AA->alias(MemoryLocation(Op1.getValue(), Overlapa, Op1.getAAInfo()),
532 MemoryLocation(Op2.getValue(), Overlapb, Op2.getAAInfo()));
lib/Target/X86/X86ISelLowering.cpp38977 const Value *MemOp = Ld->getMemOperand()->getValue();
lib/Target/X86/X86InstrInfo.cpp 3988 cast<GlobalValue>((*MIB->memoperands_begin())->getValue());