Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp56 bool FixedStackPseudoSourceValue::isConstant( in isConstant()
61 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()
67 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()
74 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()
120 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()
122 V = llvm::make_unique<FixedStackPseudoSourceValue>(FI); in getFixedStack()
DStackSlotColoring.cpp165 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()
166 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
DTargetInstrInfo.cpp310 if (const FixedStackPseudoSourceValue *Value = in hasLoadFromStackSlot()
311 dyn_cast_or_null<FixedStackPseudoSourceValue>( in hasLoadFromStackSlot()
330 if (const FixedStackPseudoSourceValue *Value = in hasStoreToStackSlot()
331 dyn_cast_or_null<FixedStackPseudoSourceValue>( in hasStoreToStackSlot()
DMachineLICM.cpp337 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()
338 dyn_cast<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) { in InstructionStoresToFI()
DMachineVerifier.cpp1001 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()
1002 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
DMIRPrinter.cpp882 cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex()); in print()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h82 class FixedStackPseudoSourceValue : public PseudoSourceValue {
86 explicit FixedStackPseudoSourceValue(int FI) in FixedStackPseudoSourceValue() function
145 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp431 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()