Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp61 bool FixedStackPseudoSourceValue::isConstant( in isConstant()
66 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()
72 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()
79 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()
131 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()
133 V = llvm::make_unique<FixedStackPseudoSourceValue>(FI, TII); in getFixedStack()
H A DStackSlotColoring.cpp183 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()
184 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
H A DLiveDebugValues.cpp352 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
488 cast<FixedStackPseudoSourceValue>(MMO->getPseudoValue()) in isSpillInstruction()
H A DTargetInstrInfo.cpp350 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()
364 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
H A DMachineLICM.cpp388 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()
389 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
H A DMachineVerifier.cpp1450 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()
1451 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
H A DMachineOperand.cpp1113 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
H A DRegAllocGreedy.cpp3156 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in reportNumberOfSplillsReloads()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h95 class FixedStackPseudoSourceValue : public PseudoSourceValue {
99 explicit FixedStackPseudoSourceValue(int FI, const TargetInstrInfo &TII) in FixedStackPseudoSourceValue() function
160 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp739 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp483 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1182 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()
1402 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp759 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in emitComments()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp417 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
452 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()