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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 117 bool isRegLoc() const { return !isMem; }
122 unsigned getLocReg() const { assert(isRegLoc()); return Loc; }
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 199 assert(VA.isRegLoc() && "Can only return in registers!");
262 assert(VA.isRegLoc() && "Can only return in registers!");
364 if (VA.isRegLoc()) {
551 if (VA.isRegLoc()) {
788 if (VA.isRegLoc()) {
792 if (NextVA.isRegLoc()) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 338 if (VA.isRegLoc()) {
434 assert(VA.isRegLoc() && "Can only return in registers!");
511 if (VA.isRegLoc()) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 502 if (VA.isRegLoc()) {
850 if ( (VA.isRegLoc() && !Flags.isByVal())
851 || (VA.isRegLoc() && Flags.isByVal() && Flags.getByValSize() > 8)) {
870 } else if (VA.isRegLoc() && Flags.isByVal() && Flags.getByValSize() <= 8) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 224 assert(VA.isRegLoc() && "Parameter must be in a register!");
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 598 if (VA.isRegLoc()) {
742 if (VA.isRegLoc())
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86FastISel.cpp 779 if (!VA.isRegLoc())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1052 milliseconds