Searched refs:ScratchRegs (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 750 const MCPhysReg *ScratchRegs = nullptr; in EmitMachineNode() local 762 ScratchRegs = TLI->getScratchRegisters((CallingConv::ID) CC); in EmitMachineNode() 800 if (ScratchRegs) in EmitMachineNode() 801 for (unsigned i = 0; ScratchRegs[i]; ++i) in EmitMachineNode() 802 MIB.addReg(ScratchRegs[i], RegState::ImplicitDefine | in EmitMachineNode()
|
D | FastISel.cpp | 641 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC); in selectStackmap() local 642 for (unsigned i = 0; ScratchRegs[i]; ++i) in selectStackmap() 644 ScratchRegs[i], /*IsDef=*/true, /*IsImp=*/true, /*IsKill=*/false, in selectStackmap() 809 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC); in selectPatchpoint() local 810 for (unsigned i = 0; ScratchRegs[i]; ++i) in selectPatchpoint() 812 ScratchRegs[i], /*IsDef=*/true, /*IsImp=*/true, /*IsKill=*/false, in selectPatchpoint()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6839 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 6842 return ScratchRegs; in getScratchRegisters()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 11218 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 11222 return ScratchRegs; in getScratchRegisters()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1867 static const MCPhysReg ScratchRegs[] = { X86::R11, 0 }; in getScratchRegisters() local 1868 return ScratchRegs; in getScratchRegisters()
|