Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp78 V = new FixedStackPseudoSourceValue(FI); in getFixedStack()
111 bool FixedStackPseudoSourceValue::isConstant(const MachineFrameInfo *MFI) const{ in isConstant()
115 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()
125 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()
132 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()
DMachineLICM.cpp342 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()
343 dyn_cast<const FixedStackPseudoSourceValue>((*o)->getValue())) { in InstructionStoresToFI()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h84 class FixedStackPseudoSourceValue : public PseudoSourceValue {
87 explicit FixedStackPseudoSourceValue(int fi) : in FixedStackPseudoSourceValue() function
93 static inline bool classof(const FixedStackPseudoSourceValue *) { in classof() argument
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp863 if (const FixedStackPseudoSourceValue *Value = in hasLoadFromStackSlot()
864 dyn_cast<const FixedStackPseudoSourceValue>((*o)->getValue())) { in hasLoadFromStackSlot()
903 if (const FixedStackPseudoSourceValue *Value = in hasStoreToStackSlot()
904 dyn_cast<const FixedStackPseudoSourceValue>((*o)->getValue())) { in hasStoreToStackSlot()