Home
last modified time | relevance | path

Searched refs:FixedStackPseudoSourceValue (Results 1 – 22 of 22) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp59 bool FixedStackPseudoSourceValue::isConstant( in isConstant()
64 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()
70 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()
77 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()
131 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[Idx]; in getFixedStack()
133 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TM); in getFixedStack()
H A DStackSlotColoring.cpp228 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()
229 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
H A DStackFrameLayoutAnalysisPass.cpp265 auto *FI = dyn_cast_or_null<FixedStackPseudoSourceValue>( in genSlotDbgMapping()
H A DMachineLICM.cpp417 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()
418 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
H A DStackColoring.cpp1053 if (const auto *FSV = dyn_cast_or_null<FixedStackPseudoSourceValue>( in remapInstructions()
H A DTargetInstrInfo.cpp368 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()
382 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
H A DMachineOperand.cpp1212 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
H A DMachineVerifier.cpp2677 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()
2678 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
H A DRegAllocGreedy.cpp2553 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
H A DMachineInstr.cpp2432 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h90 class FixedStackPseudoSourceValue : public PseudoSourceValue {
94 explicit FixedStackPseudoSourceValue(int FI, const TargetMachine &TM) in FixedStackPseudoSourceValue() function
H A DPseudoSourceValueManager.h30 SmallVector<std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp220 auto FS0 = cast<FixedStackPseudoSourceValue>(BasePseudoVal0); in getHazardType()
221 auto FS1 = cast<FixedStackPseudoSourceValue>(BasePseudoVal1); in getHazardType()
H A DARMLowOverheadLoops.cpp1132 if (const auto *FS = dyn_cast<FixedStackPseudoSourceValue>(PseudoValue)) { in ValidateMVEStore()
H A DARMBaseInstrInfo.cpp1366 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()
1623 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp735 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp484 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp889 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) { in inferAlignFromPtrInfo()
/src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1299 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp1371 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3546 dyn_cast_or_null<FixedStackPseudoSourceValue>(MMO->getPseudoValue()); in getMMOFrameID()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp715 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
750 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()