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

  /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-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/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.");

Completed in 113 milliseconds