Home
last modified time | relevance | path

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

/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.cpp227 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()
228 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
H A DStackFrameLayoutAnalysisPass.cpp263 auto *FI = dyn_cast_or_null<FixedStackPseudoSourceValue>(
H A DMachineLICM.cpp450 if (const FixedStackPseudoSourceValue *Value = in applyBitsNotInRegMaskToRegUnitsMask()
451 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in applyBitsNotInRegMaskToRegUnitsMask()
H A DStackColoring.cpp1059 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.cpp1227 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
H A DMachineVerifier.cpp2805 const FixedStackPseudoSourceValue *Value = in checkLiveness()
2806 dyn_cast<FixedStackPseudoSourceValue>(PSV); in checkLiveness()
H A DRegAllocGreedy.cpp2570 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
H A DMachineInstr.cpp2511 cast<FixedStackPseudoSourceValue>(A->getPseudoValue())
/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;
/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp218 auto FS0 = cast<FixedStackPseudoSourceValue>(BasePseudoVal0); in getHazardType()
219 auto FS1 = cast<FixedStackPseudoSourceValue>(BasePseudoVal1); in getHazardType()
H A DARMLowOverheadLoops.cpp1129 if (const auto *FS = dyn_cast<FixedStackPseudoSourceValue>(PseudoValue)) { in ValidateMVEStore()
H A DARMBaseInstrInfo.cpp1376 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in loadRegFromStackSlot()
1639 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in expandMEMCPY()
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp735 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp483 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp208 cast<FixedStackPseudoSourceValue>(PSV)->getFrameIndex()); in cloneMemOperands()
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp896 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) {
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1313 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in cleanupEntryValueTransfers()
H A DInstrRefBasedImpl.cpp1391 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in transferDebugValue()
/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()