/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 809 const MCPhysReg *ScratchRegs = nullptr; in EmitMachineNode() local 821 ScratchRegs = TLI->getScratchRegisters((CallingConv::ID) CC); in EmitMachineNode() 884 if (ScratchRegs) in EmitMachineNode() 885 for (unsigned i = 0; ScratchRegs[i]; ++i) in EmitMachineNode() 886 MIB.addReg(ScratchRegs[i], RegState::ImplicitDefine | in EmitMachineNode()
|
D | FastISel.cpp | 820 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC); in selectStackmap() local 821 for (unsigned i = 0; ScratchRegs[i]; ++i) in selectStackmap() 823 ScratchRegs[i], /*IsDef=*/true, /*IsImp=*/true, /*IsKill=*/false, in selectStackmap() 1000 const MCPhysReg *ScratchRegs = TLI.getScratchRegisters(CC); in selectPatchpoint() local 1001 for (unsigned i = 0; ScratchRegs[i]; ++i) in selectPatchpoint() 1003 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1432 SmallVector<unsigned, 6> ScratchRegs; in expandMEMCPY() local 1434 ScratchRegs.push_back(MI->getOperand(I).getReg()); in expandMEMCPY() 1435 llvm::sort(ScratchRegs.begin(), ScratchRegs.end(), in expandMEMCPY() 1442 for (const auto &Reg : ScratchRegs) { in expandMEMCPY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 998 static const MCPhysReg ScratchRegs[] = { SystemZ::R0D, SystemZ::R1D, in getScratchRegisters() local 1000 return ScratchRegs; in getScratchRegisters()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7380 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 7383 return ScratchRegs; in getScratchRegisters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8492 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 8495 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 13955 static const MCPhysReg ScratchRegs[] = { in getScratchRegisters() local 13959 return ScratchRegs; in getScratchRegisters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2212 static const MCPhysReg ScratchRegs[] = { X86::R11, 0 }; in getScratchRegisters() local 2213 return ScratchRegs; in getScratchRegisters()
|