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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 135 bool isRegLoc() const { return !isMem; }
140 unsigned getLocReg() const { assert(isRegLoc()); return Loc; }
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 207 assert(VA.isRegLoc() && "Can only return in registers!");
269 assert(VA.isRegLoc() && "Can only return in registers!");
375 if (VA.isRegLoc()) {
561 if (VA.isRegLoc()) {
818 if (VA.isRegLoc()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 452 if (VA.isRegLoc()) {
548 assert(VA.isRegLoc() && "Can only return in registers!");
624 if (VA.isRegLoc()) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 517 if (VA.isRegLoc()) {
867 if ( (VA.isRegLoc() && !Flags.isByVal())
868 || (VA.isRegLoc() && Flags.isByVal() && Flags.getByValSize() > 8)) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 691 if (VA.isRegLoc()) {
793 if (!VA.isRegLoc())
856 if (VA.isRegLoc())
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 411 assert(VA.isRegLoc() && "Parameter must be in a register!");
    [all...]

Completed in 692 milliseconds