Searched refs:ScratchRegs (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | InstrEmitter.cpp | 944 const MCPhysReg *ScratchRegs = nullptr; in EmitMachineNode() local 956 ScratchRegs = TLI->getScratchRegisters((CallingConv::ID) CC); in EmitMachineNode() 1036 if (ScratchRegs) in EmitMachineNode() 1037 for (unsigned i = 0; ScratchRegs[i]; ++i) in EmitMachineNode() 1038 MIB.addReg(ScratchRegs[i], RegState::ImplicitDefine | in EmitMachineNode()
|
| D | FastISel.cpp | 693 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC); in selectStackmap() local 694 for (unsigned i = 0; ScratchRegs[i]; ++i) in selectStackmap() 696 ScratchRegs[i], /*isDef=*/true, /*isImp=*/true, /*isKill=*/false, in selectStackmap() 872 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC); in selectPatchpoint() local 873 for (unsigned i = 0; ScratchRegs[i]; ++i) in selectPatchpoint() 875 ScratchRegs[i], /*isDef=*/true, /*isImp=*/true, /*isKill=*/false, in selectPatchpoint()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMExpandPseudoInsts.cpp | 93 SmallVectorImpl<unsigned> &ScratchRegs); 1295 const LivePhysRegs &LiveRegs, SmallVectorImpl<unsigned> &ScratchRegs) { in CMSESaveClearFPRegs() argument 1299 CMSESaveClearFPRegsV8(MBB, MBBI, DL, LiveRegs, ScratchRegs); in CMSESaveClearFPRegs() 1305 const LivePhysRegs &LiveRegs, SmallVectorImpl<unsigned> &ScratchRegs) { in CMSESaveClearFPRegsV8() argument 1310 assert(!ScratchRegs.empty()); in CMSESaveClearFPRegsV8() 1311 unsigned SpareReg = ScratchRegs.front(); in CMSESaveClearFPRegsV8() 1329 if (ScratchRegs.size() >= 2) { in CMSESaveClearFPRegsV8() 1330 unsigned SaveReg2 = ScratchRegs.pop_back_val(); in CMSESaveClearFPRegsV8() 1331 unsigned SaveReg1 = ScratchRegs.pop_back_val(); in CMSESaveClearFPRegsV8() 1344 if (ScratchRegs.size() >= 1) { in CMSESaveClearFPRegsV8() [all …]
|
| D | ARMBaseInstrInfo.cpp | 1626 SmallVector<unsigned, 6> ScratchRegs; in expandMEMCPY() local 1628 ScratchRegs.push_back(MI->getOperand(I).getReg()); in expandMEMCPY() 1629 llvm::sort(ScratchRegs, in expandMEMCPY() 1635 for (const auto &Reg : ScratchRegs) { in expandMEMCPY()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 1283 static const MCPhysReg ScratchRegs[] = { SystemZ::R0D, SystemZ::R1D, in getScratchRegisters() local 1285 return ScratchRegs; in getScratchRegisters()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 16392 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 16396 return ScratchRegs; in getScratchRegisters()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 12181 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 12184 return ScratchRegs; in getScratchRegisters()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 2619 static const MCPhysReg ScratchRegs[] = { X86::R11, 0 }; in getScratchRegisters() local 2620 return ScratchRegs; in getScratchRegisters()
|