Searched refs:FixedStackPseudoSourceValue (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp78 V = new FixedStackPseudoSourceValue(FI);
109 bool FixedStackPseudoSourceValue::isConstant(const MachineFrameInfo *MFI) const{
113 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const {
123 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const {
130 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const {
H A DTargetInstrInfo.cpp251 if (const FixedStackPseudoSourceValue *Value =
252 dyn_cast<const FixedStackPseudoSourceValue>((*o)->getValue())) {
269 if (const FixedStackPseudoSourceValue *Value =
270 dyn_cast<const FixedStackPseudoSourceValue>((*o)->getValue())) {
H A DMachineLICM.cpp392 if (const FixedStackPseudoSourceValue *Value =
393 dyn_cast<const FixedStackPseudoSourceValue>((*o)->getValue())) {
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h80 /// FixedStackPseudoSourceValue - A specialized PseudoSourceValue
83 class FixedStackPseudoSourceValue : public PseudoSourceValue { class in namespace:llvm
86 explicit FixedStackPseudoSourceValue(int fi) : function in class:llvm::FixedStackPseudoSourceValue
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp421 if (isa<FixedStackPseudoSourceValue>(V))

Completed in 205 milliseconds