HomeSort by relevance Sort by last modified time
    Searched refs:isMemLoc (Results 1 - 25 of 44) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 117 bool isMemLoc() const { return isMem; }
122 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 144 bool isMemLoc() const { return isMem; }
149 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 144 bool isMemLoc() const { return isMem; }
149 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
CallingConvLower.h 144 bool isMemLoc() const { return isMem; }
149 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
CallingConvLower.h 144 bool isMemLoc() const { return isMem; }
149 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
CallingConvLower.h 145 bool isMemLoc() const { return isMem; }
150 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
CallingConvLower.h 145 bool isMemLoc() const { return isMem; }
150 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
CallingConvLower.h 145 bool isMemLoc() const { return isMem; }
150 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
CallingConvLower.h 145 bool isMemLoc() const { return isMem; }
150 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 144 bool isMemLoc() const { return isMem; }
149 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CallingConvLower.h 144 bool isMemLoc() const { return isMem; }
149 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CallingConvLower.h 144 bool isMemLoc() const { return isMem; }
149 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CallingConvLower.h 145 bool isMemLoc() const { return isMem; }
150 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
CallingConvLower.h 145 bool isMemLoc() const { return isMem; }
150 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
CallingConvLower.h 145 bool isMemLoc() const { return isMem; }
150 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
CallingConvLower.h 145 bool isMemLoc() const { return isMem; }
150 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 194 if (NextVA.isMemLoc()) {
226 assert(VA.isMemLoc());
450 if (VA.isMemLoc()) {
525 assert(VA.isMemLoc());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 210 assert(VA.isMemLoc() && "CCValAssign must be RegLoc or MemLoc");
332 assert(VA.isMemLoc() && "CCValAssign must be RegLoc or MemLoc");
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 335 assert(VA.isMemLoc());
431 assert(VA.isMemLoc());
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 745 assert(VA.isMemLoc());
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 427 if (NextVA.isMemLoc()) {
463 assert(VA.isMemLoc());
640 assert(VA.isMemLoc());
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 474 assert(VA.isMemLoc());
676 assert(VA.isMemLoc());
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 468 assert(VA.isMemLoc());
606 assert(VA.isMemLoc());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 359 assert(VA.isMemLoc());
494 assert(VA.isMemLoc());
    [all...]

Completed in 1800 milliseconds

1 2