Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp74 V = new FixedStackPseudoSourceValue(FI); in getFixedStack()
105 bool FixedStackPseudoSourceValue::isConstant(const MachineFrameInfo *MFI) const{ in isConstant()
109 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()
115 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()
122 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()
H A DTargetInstrInfo.cpp253 if (const FixedStackPseudoSourceValue *Value = in hasLoadFromStackSlot()
254 dyn_cast_or_null<FixedStackPseudoSourceValue>( in hasLoadFromStackSlot()
273 if (const FixedStackPseudoSourceValue *Value = in hasStoreToStackSlot()
274 dyn_cast_or_null<FixedStackPseudoSourceValue>( in hasStoreToStackSlot()
H A DStackSlotColoring.cpp165 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()
166 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
H A DMachineLICM.cpp397 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()
398 dyn_cast<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) { in InstructionStoresToFI()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h86 class FixedStackPseudoSourceValue : public PseudoSourceValue {
89 explicit FixedStackPseudoSourceValue(int fi) : in FixedStackPseudoSourceValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp424 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()