Searched refs:ScratchRegs (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 754 const MCPhysReg *ScratchRegs = nullptr; in EmitMachineNode() local 766 ScratchRegs = TLI->getScratchRegisters((CallingConv::ID) CC); in EmitMachineNode() 804 if (ScratchRegs) in EmitMachineNode() 805 for (unsigned i = 0; ScratchRegs[i]; ++i) in EmitMachineNode() 806 MIB.addReg(ScratchRegs[i], RegState::ImplicitDefine | in EmitMachineNode()
|
D | FastISel.cpp | 642 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC); in selectStackmap() local 643 for (unsigned i = 0; ScratchRegs[i]; ++i) in selectStackmap() 645 ScratchRegs[i], /*IsDef=*/true, /*IsImp=*/true, /*IsKill=*/false, in selectStackmap() 824 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC); in selectPatchpoint() local 825 for (unsigned i = 0; ScratchRegs[i]; ++i) in selectPatchpoint() 827 ScratchRegs[i], /*IsDef=*/true, /*IsImp=*/true, /*IsKill=*/false, in selectPatchpoint()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1262 llvm::SmallVector<unsigned, 6> ScratchRegs; in expandMEMCPY() local 1264 ScratchRegs.push_back(MI->getOperand(I).getReg()); in expandMEMCPY() 1265 std::sort(ScratchRegs.begin(), ScratchRegs.end(), in expandMEMCPY() 1272 for (const auto &Reg : ScratchRegs) { in expandMEMCPY()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7380 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 7383 return ScratchRegs; in getScratchRegisters()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 12036 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 12040 return ScratchRegs; in getScratchRegisters()
|