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

  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 215 HaveRegParm = Locs.back().isRegLoc();
221 if (Locs[I].isRegLoc())
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 143 bool isRegLoc() const { return !isMem; }
148 unsigned getLocReg() const { assert(isRegLoc()); return Loc; }
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 209 if (VA.isRegLoc()) {
332 if (VA.isRegLoc())
415 assert(VA.isRegLoc() && "Can only return in registers!");
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 232 assert(VA.isRegLoc() && "Can only return in registers!");
315 assert(VA.isRegLoc() && "Can only return in registers!");
422 if (VA.isRegLoc()) {
613 if (VA.isRegLoc()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 450 if (VA.isRegLoc()) {
547 assert(VA.isRegLoc() && "Can only return in registers!");
623 if (VA.isRegLoc()) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 771 if (VA.isRegLoc())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 714 assert(VA.isRegLoc() && "Parameter must be in a register!");
    [all...]

Completed in 4235 milliseconds