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

  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 494 unsigned ArgReg;
496 ArgReg = Alpha::R0;
499 ArgReg = Alpha::F0;
501 Copy = DAG.getCopyToReg(Copy, dl, ArgReg,
504 DAG.getMachineFunction().getRegInfo().addLiveOut(ArgReg);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 708 for (unsigned ArgReg : Args)
709 MIB.addReg(ArgReg);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 90 unsigned ArgReg = cast<RegisterSDNode>(Value->getOperand(1))->getReg();
91 if (MRI.getLiveInPhysReg(ArgReg) != Reg)
    [all...]

Completed in 354 milliseconds