Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h142 const PseudoSourceValue *getPseudoValue() const { in getPseudoValue() function
217 LHS.getPseudoValue() == RHS.getPseudoValue() &&
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp450 if (!MI.hasOneMemOperand() || !(*MI.memoperands_begin())->getPseudoValue()) in hasHazard_()
454 (*MI.memoperands_begin())->getPseudoValue()) { in hasHazard_()
504 !(*MI.memoperands_begin())->getPseudoValue())) in getUnderlyingObjects()
508 (*MI.memoperands_begin())->getPseudoValue()) { in getUnderlyingObjects()
DMipsOptimizePICCall.cpp279 Val = (*DefMI->memoperands_begin())->getPseudoValue(); in isCallViaRegister()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp338 if (!MemOp->isStore() || !MemOp->getPseudoValue()) in InstructionStoresToFI()
341 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
848 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool()
DStackSlotColoring.cpp168 MMO->getPseudoValue())) { in ScanForSpillSlotRefs()
DTargetInstrInfo.cpp315 (*o)->getPseudoValue())) { in hasLoadFromStackSlot()
334 (*o)->getPseudoValue())) { in hasStoreToStackSlot()
DMachineFunction.cpp319 MachineMemOperand(MachinePointerInfo(MMO->getPseudoValue(), in getMachineMemOperand()
DMachineInstr.cpp565 else if (const PseudoSourceValue *PSV = getPseudoValue()) in print()
1587 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in isInvariantLoad()
DMIRPrinter.cpp890 } else if (const PseudoSourceValue *PVal = Op.getPseudoValue()) { in print()
DScheduleDAGInstrs.cpp175 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr()
DMachineVerifier.cpp1078 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in visitMachineOperand()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp5163 if (spN == 0 && mN->getMemOperand()->getPseudoValue()) in ChkMemSDNodeAddressSpace()