Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp57 bool FixedStackPseudoSourceValue::isConstant( in isConstant()
62 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()
68 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()
75 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()
124 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()
126 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TM); in getFixedStack()
H A DStackSlotColoring.cpp178 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()
179 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
H A DStackFrameLayoutAnalysisPass.cpp222 auto *FI = dyn_cast_or_null<FixedStackPseudoSourceValue>( in genSlotDbgMapping()
H A DMachineLICM.cpp412 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()
413 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
H A DTargetInstrInfo.cpp366 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()
380 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
H A DStackColoring.cpp1081 if (const auto *FSV = dyn_cast_or_null<FixedStackPseudoSourceValue>( in remapInstructions()
H A DMachineOperand.cpp1201 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
H A DMachineVerifier.cpp2278 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()
2279 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
H A DMachineInstr.cpp2326 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
H A DRegAllocGreedy.cpp2451 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h94 class FixedStackPseudoSourceValue : public PseudoSourceValue {
98 explicit FixedStackPseudoSourceValue(int FI, const TargetMachine &TM) in FixedStackPseudoSourceValue() function
158 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
/openbsd-src/gnu/llvm/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.cpp1150 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp734 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp484 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp184 cast<FixedStackPseudoSourceValue>(PSV)->getFrameIndex()); in cloneMemOperands()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp715 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) { in inferAlignFromPtrInfo()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp685 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
720 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()