HomeSort by relevance Sort by last modified time
    Searched defs:getFixedStack (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 69 const PseudoSourceValue *PseudoSourceValue::getFixedStack(int FI) {
MachineInstr.cpp 423 /// getFixedStack - Return a MachinePointerInfo record that refers to the
425 MachinePointerInfo MachinePointerInfo::getFixedStack(int FI, int64_t offset) {
426 return MachinePointerInfo(PseudoSourceValue::getFixedStack(FI), offset);
    [all...]

Completed in 48 milliseconds