Searched refs:InRegs (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.h | 399 std::vector<int> checkRegUsageImpact(std::set<Register> &InRegs, 466 std::set<Register> InRegs; in getInRegs() local 468 InRegs.insert(RegMaskPair.RegUnit); in getInRegs() 470 return InRegs; in getInRegs()
|
| H A D | SIMachineScheduler.cpp | 1449 std::set<Register> InRegs = DAG->getInRegs(); in SIScheduleBlockScheduler() local 1450 addLiveRegs(InRegs); in SIScheduleBlockScheduler() 1681 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<Register> &InRegs, in checkRegUsageImpact() argument 1686 for (Register Reg : InRegs) { in checkRegUsageImpact()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 98 SmallVector<Register, 4> InRegs; member 197 InRegs.clear(); in clearIns()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SystemZ.cpp | 349 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() local 355 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
|
| H A D | X86.cpp | 3077 llvm::Value *InRegs = nullptr; in EmitVAArg() local 3083 InRegs = llvm::ConstantInt::get(CGF.Int32Ty, 48 - neededInt * 8); in EmitVAArg() 3084 InRegs = CGF.Builder.CreateICmpULE(gp_offset, InRegs, "fits_in_gp"); in EmitVAArg() 3093 InRegs = InRegs ? CGF.Builder.CreateAnd(InRegs, FitsInFP) : FitsInFP; in EmitVAArg() 3099 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
|
| H A D | AArch64.cpp | 974 llvm::Value *InRegs = nullptr; in EmitAAPCSVAArg() local 975 InRegs = CGF.Builder.CreateICmpSLE( in EmitAAPCSVAArg() 978 CGF.Builder.CreateCondBr(InRegs, InRegBlock, OnStackBlock); in EmitAAPCSVAArg()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 878 for (auto Reg : CLI.InRegs) in selectPatchpoint() 889 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint() 1102 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3248 auto &InRegs = CLI.InRegs; in fastLowerCall() local 3653 InRegs.push_back(VA.getLocReg()); in fastLowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1309 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1527 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3129 CLI.InRegs.push_back(VA.getLocReg()); in finishCall()
|