HomeSort by relevance Sort by last modified time
    Searched refs:isStackSlot (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 245 /// isStackSlot - Sometimes it is useful the be able to store a non-negative
246 /// frame index in a variable that normally holds a register. isStackSlot()
251 /// isStackSlot() first.
253 static bool isStackSlot(unsigned Reg) {
260 assert(isStackSlot(Reg) && "Not a stack slot");
274 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
281 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 289 /// isStackSlot - Sometimes it is useful the be able to store a non-negative
290 /// frame index in a variable that normally holds a register. isStackSlot()
295 /// isStackSlot() first.
297 static bool isStackSlot(unsigned Reg) {
303 assert(isStackSlot(Reg) && "Not a stack slot");
316 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
323 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp 35 else if (TargetRegisterInfo::isStackSlot(Reg))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 262 /// isStackSlot - Sometimes it is useful the be able to store a non-negative
263 /// frame index in a variable that normally holds a register. isStackSlot()
268 /// isStackSlot() first.
270 static bool isStackSlot(unsigned Reg) {
276 assert(isStackSlot(Reg) && "Not a stack slot");
289 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
296 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Spiller.cpp 83 assert(!TargetRegisterInfo::isStackSlot(li->reg) &&
InlineSpiller.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFRegisters.h 103 return TargetRegisterInfo::isStackSlot(R);
HexagonConstExtenders.cpp 244 return Reg != 0 && !TargetRegisterInfo::isStackSlot(Reg) &&
248 return Reg != 0 && TargetRegisterInfo::isStackSlot(Reg);
255 if (TargetRegisterInfo::isStackSlot(Reg)) {
    [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 50 else if (TargetRegisterInfo::isStackSlot(Reg))
InlineSpiller.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 94 else if (TargetRegisterInfo::isStackSlot(Reg))
InlineSpiller.cpp     [all...]

Completed in 1827 milliseconds