Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp60 bool FixedStackPseudoSourceValue::isConstant( in isConstant()
65 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()
71 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()
78 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()
130 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()
132 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TII); in getFixedStack()
H A DStackSlotColoring.cpp180 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()
181 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
H A DMachineLICM.cpp410 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()
411 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
H A DTargetInstrInfo.cpp369 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()
383 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
H A DStackColoring.cpp1081 if (const auto *FSV = dyn_cast_or_null<FixedStackPseudoSourceValue>( in remapInstructions()
H A DMachineOperand.cpp1132 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
H A DMachineVerifier.cpp2059 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()
2060 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
H A DMachineInstr.cpp2328 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
H A DRegAllocGreedy.cpp3183 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h94 class FixedStackPseudoSourceValue : public PseudoSourceValue {
98 explicit FixedStackPseudoSourceValue(int FI, const TargetInstrInfo &TII) in FixedStackPseudoSourceValue() function
159 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
/netbsd-src/external/apache2/llvm/dist/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 DARMBaseInstrInfo.cpp1347 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()
1590 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp738 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp486 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp611 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) { in inferAlignFromPtrInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1221 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
H A DInstrRefBasedImpl.cpp1580 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1549 if (auto *FS = dyn_cast_or_null<FixedStackPseudoSourceValue>(PV)) { in processFunctionBeforeFrameFinalized()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp906 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
941 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()