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

  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.cpp 15 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZCallingConv.cpp 15 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 652 static const MCPhysReg ArgGPRs[] = {
664 if (unsigned Reg = State.AllocateReg(ArgGPRs)) {
681 if (unsigned Reg = State.AllocateReg(ArgGPRs)) {
722 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs);
724 if (RegIdx != array_lengthof(ArgGPRs) && RegIdx % 2 == 1)
725 State.AllocateReg(ArgGPRs);
743 unsigned Reg = State.AllocateReg(ArgGPRs);
751 if (!State.AllocateReg(ArgGPRs))
785 unsigned Reg = State.AllocateReg(ArgGPRs);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 676 milliseconds