HomeSort by relevance Sort by last modified time
    Searched defs:ArgRegs (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 659 static const unsigned ArgRegs[] = {
664 const unsigned NumArgRegs = array_lengthof(ArgRegs);
665 unsigned Reg = State.AllocateReg(ArgRegs, NumArgRegs);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 303 // Store remaining ArgRegs to the stack if this is a varargs function.
305 static const unsigned ArgRegs[] = {
308 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs, 6);
309 const unsigned *CurArgReg = ArgRegs+NumAllocated, *ArgRegEnd = ArgRegs+6;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 181 SmallVectorImpl<unsigned> &ArgRegs,
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 193 SmallVectorImpl<unsigned> &ArgRegs,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 192 SmallVectorImpl<unsigned> &ArgRegs,
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 540 // Store remaining ArgRegs to the stack if this is a varargs function.
542 static const MCPhysReg ArgRegs[] = {
545 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs);
546 const MCPhysReg *CurArgReg = ArgRegs+NumAllocated, *ArgRegEnd = ArgRegs+6;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 867 milliseconds