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

  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 200 SmallVectorImpl<unsigned> &ArgRegs,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 139 SmallVectorImpl<unsigned> &ArgRegs,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 168 SmallVectorImpl<unsigned> &ArgRegs,
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 495 // Store remaining ArgRegs to the stack if this is a varargs function.
497 static const MCPhysReg ArgRegs[] = {
500 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs, 6);
501 const MCPhysReg *CurArgReg = ArgRegs+NumAllocated, *ArgRegEnd = ArgRegs+6;
    [all...]

Completed in 163 milliseconds