Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp58 bool FixedStackPseudoSourceValue::isConstant( in isConstant()
63 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()
69 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()
76 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()
125 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()
127 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TM); in getFixedStack()
H A DStackSlotColoring.cpp221 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()
222 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
H A DStackFrameLayoutAnalysisPass.cpp223 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 DTargetInstrInfo.cpp368 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()
382 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
H A DStackColoring.cpp1049 if (const auto *FSV = dyn_cast_or_null<FixedStackPseudoSourceValue>( in remapInstructions()
H A DMachineOperand.cpp1209 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
H A DMachineVerifier.cpp2391 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()
2392 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
H A DMachineInstr.cpp2362 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
H A DRegAllocGreedy.cpp2555 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
/freebsd-14.2/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 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
/freebsd-14.2/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.cpp1144 if (const auto *FS = dyn_cast<FixedStackPseudoSourceValue>(PseudoValue)) { in ValidateMVEStore()
H A DARMBaseInstrInfo.cpp1365 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()
1622 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp734 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp483 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp866 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) { in inferAlignFromPtrInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1299 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp1341 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp714 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
749 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()