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

  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 208 SmallVectorImpl<unsigned> &ArgRegs,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 484 // Store remaining ArgRegs to the stack if this is a varargs function.
486 static const uint16_t ArgRegs[] = {
489 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs, 6);
490 const uint16_t *CurArgReg = ArgRegs+NumAllocated, *ArgRegEnd = ArgRegs+6;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 107 milliseconds