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

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 642 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC);
643 for (unsigned i = 0; ScratchRegs[i]; ++i)
645 ScratchRegs[i], /*IsDef=*/true, /*IsImp=*/true, /*IsKill=*/false,
824 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC);
825 for (unsigned i = 0; ScratchRegs[i]; ++i)
827 ScratchRegs[i], /*IsDef=*/true, /*IsImp=*/true, /*IsKill=*/false,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1592 milliseconds