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

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 739 const MCPhysReg *ScratchRegs = nullptr;
751 ScratchRegs = TLI->getScratchRegisters((CallingConv::ID) CC);
789 if (ScratchRegs)
790 for (unsigned i = 0; ScratchRegs[i]; ++i)
791 MIB.addReg(ScratchRegs[i], RegState::ImplicitDefine |
    [all...]
FastISel.cpp 637 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC);
638 for (unsigned i = 0; ScratchRegs[i]; ++i)
640 ScratchRegs[i], /*IsDef=*/true, /*IsImp=*/true, /*IsKill=*/false,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 334 milliseconds