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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 136 bool isMemLoc() const { return isMem; }
141 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 449 if (VA.isMemLoc()) {
495 if (VA.isMemLoc()) {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 386 if (NextVA.isMemLoc()) {
418 assert(VA.isMemLoc());
599 assert(VA.isMemLoc());
790 if (VA.isMemLoc()) {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 486 assert(VA.isMemLoc());
627 assert(VA.isMemLoc());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 400 if (VA.isMemLoc()) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 720 assert(VA.isMemLoc() && "Argument not register or memory");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 3778 milliseconds