Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h216 const PseudoSourceValue *getPseudoValue() const { in getPseudoValue() function
347 LHS.getPseudoValue() == RHS.getPseudoValue() &&
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp191 auto BasePseudoVal0 = MO0->getPseudoValue(); in getHazardType()
204 auto BasePseudoVal1 = MO1->getPseudoValue(); in getHazardType()
H A DARMLowOverheadLoops.cpp1130 const PseudoSourceValue *PseudoValue = Operand->getPseudoValue(); in ValidateMVEStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp479 if (!MI.hasOneMemOperand() || !(*MI.memoperands_begin())->getPseudoValue()) in hasHazard_()
483 (*MI.memoperands_begin())->getPseudoValue()) { in hasHazard_()
533 if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) { in getUnderlyingObjects()
H A DMipsOptimizePICCall.cpp298 Val = (*DefMI->memoperands_begin())->getPseudoValue(); in isCallViaRegister()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp266 MO->getPseudoValue()); in genSlotDbgMapping()
H A DMachineLICM.cpp415 if (!MemOp->isStore() || !MemOp->getPseudoValue()) in InstructionStoresToFI()
418 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
996 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool()
H A DStackSlotColoring.cpp230 MMO->getPseudoValue())) { in ScanForSpillSlotRefs()
H A DTargetInstrInfo.cpp368 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()
382 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
1586 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in describeLoadedValue()
H A DMachineInstr.cpp1356 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in MemOperandsHaveAlias()
1357 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); in MemOperandsHaveAlias()
1503 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in isDereferenceableInvariantLoad()
2432 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
H A DImplicitNullChecks.cpp349 if (const PseudoSourceValue *PSV = MMO2->getPseudoValue()) { in areMemoryOpsAliased()
H A DShrinkWrap.cpp315 if (const PseudoSourceValue *PSV = Op->getPseudoValue()) in INITIALIZE_PASS_DEPENDENCY()
H A DStackColoring.cpp1054 MMO->getPseudoValue())) { in remapInstructions()
H A DMachineOperand.cpp1195 } else if (const PseudoSourceValue *PVal = getPseudoValue()) { in print()
H A DMachineFunction.cpp557 MachinePointerInfo(MMO->getPseudoValue(), MMO->getOffset()); in getMachineMemOperand()
H A DScheduleDAGInstrs.cpp140 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) { in getUnderlyingObjectsForInstr()
H A DMachineSink.cpp668 if (const PseudoSourceValue *PSV = MemOp->getPseudoValue()) in mayLoadFromGOTOrConstantPool()
H A DRegAllocGreedy.cpp2554 A->getPseudoValue())->getFrameIndex()); in computeStats()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1522 MemOperand->getPseudoValue() &&
1523 MemOperand->getPseudoValue()->kind() == PseudoSourceValue::FixedStack
1524 && !MemOperand->getPseudoValue()->isAliased(MFI);
H A DInstrRefBasedImpl.cpp1368 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset()
1994 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in isSpillInstruction()
H A DVarLocBasedImpl.cpp1296 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp735 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp2277 const PseudoSourceValue *PSVa = MMOa->getPseudoValue(); in areMemAccessesTriviallyDisjoint()
2278 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); in areMemAccessesTriviallyDisjoint()
H A DSystemZISelDAGToDAG.cpp1543 if (const PseudoSourceValue *PSV = MMO->getPseudoValue()) in storeLoadIsAligned()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp662 return Op->isLoad() && Op->getPseudoValue() && in isLoadFromConstantPool()
663 Op->getPseudoValue()->kind() == PseudoSourceValue::ConstantPool; in isLoadFromConstantPool()

12