Searched defs:getFixedStack (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp73 const PseudoSourceValue *PseudoSourceValue::getFixedStack(int FI) { function in class:PseudoSourceValue
H A DMachineInstr.cpp401 /// getFixedStack - Return a MachinePointerInfo record that refers to the
403 MachinePointerInfo MachinePointerInfo::getFixedStack(int FI, int64_t offset) { function in class:MachinePointerInfo
404 return MachinePointerInfo(PseudoSourceValue::getFixedStack(FI), offset);

Completed in 56 milliseconds