Home
last modified time | relevance | path

Searched refs:getPseudoValue (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h139 const PseudoSourceValue *getPseudoValue() const { in getPseudoValue() function
215 LHS.getPseudoValue() == RHS.getPseudoValue() &&
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp426 if (!MI.hasOneMemOperand() || !(*MI.memoperands_begin())->getPseudoValue()) in hasHazard_()
430 (*MI.memoperands_begin())->getPseudoValue()) { in hasHazard_()
480 !(*MI.memoperands_begin())->getPseudoValue())) in getUnderlyingObjects()
484 (*MI.memoperands_begin())->getPseudoValue()) { in getUnderlyingObjects()
DMipsOptimizePICCall.cpp279 Val = (*DefMI->memoperands_begin())->getPseudoValue(); in isCallViaRegister()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp335 if (!(*o)->isStore() || !(*o)->getPseudoValue()) in InstructionStoresToFI()
338 dyn_cast<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) { in InstructionStoresToFI()
853 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) { in isLoadFromGOTOrConstantPool()
DStackSlotColoring.cpp167 MMO->getPseudoValue())) { in ScanForSpillSlotRefs()
DScheduleDAGInstrs.cpp136 !(*MI->memoperands_begin())->getPseudoValue()) || in getUnderlyingObjectsForInstr()
141 (*MI->memoperands_begin())->getPseudoValue()) { in getUnderlyingObjectsForInstr()
539 if ((*MI->memoperands_begin())->getPseudoValue()) { in isUnsafeMemoryObject()
DTargetInstrInfo.cpp312 (*o)->getPseudoValue())) { in hasLoadFromStackSlot()
332 (*o)->getPseudoValue())) { in hasStoreToStackSlot()
DMachineInstr.cpp559 else if (const PseudoSourceValue *PSV = getPseudoValue()) in print()
1483 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) in isInvariantLoad()
DMachineFunction.cpp270 MachineMemOperand(MachinePointerInfo(MMO->getPseudoValue(), in getMachineMemOperand()
DMIRPrinter.cpp865 const PseudoSourceValue *PVal = Op.getPseudoValue(); in print()
DMachineVerifier.cpp999 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in visitMachineOperand()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp526 if (Op->getPseudoValue()) in checkPrivateAddress()
595 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in isCPLoad()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp5091 if (spN == 0 && mN->getMemOperand()->getPseudoValue()) in ChkMemSDNodeAddressSpace()