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

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

Completed in 97 milliseconds