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<unsigned> &InRegs, 466 std::set<unsigned> InRegs; in getInRegs() local 468 InRegs.insert(RegMaskPair.RegUnit); in getInRegs() 470 return InRegs; in getInRegs()
|
H A D | SIMachineScheduler.cpp | 1459 std::set<unsigned> InRegs = DAG->getInRegs(); in SIScheduleBlockScheduler() local 1460 addLiveRegs(InRegs); in SIScheduleBlockScheduler() 1693 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<unsigned> &InRegs, in checkRegUsageImpact() argument 1698 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 | 336 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() local 342 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
|
H A D | AArch64.cpp | 641 llvm::Value *InRegs = nullptr; in EmitAAPCSVAArg() local 642 InRegs = CGF.Builder.CreateICmpSLE( in EmitAAPCSVAArg() 645 CGF.Builder.CreateCondBr(InRegs, InRegBlock, OnStackBlock); in EmitAAPCSVAArg()
|
H A D | X86.cpp | 3061 llvm::Value *InRegs = nullptr; in EmitVAArg() local 3067 InRegs = llvm::ConstantInt::get(CGF.Int32Ty, 48 - neededInt * 8); in EmitVAArg() 3068 InRegs = CGF.Builder.CreateICmpULE(gp_offset, InRegs, "fits_in_gp"); in EmitVAArg() 3077 InRegs = InRegs ? CGF.Builder.CreateAnd(InRegs, FitsInFP) : FitsInFP; in EmitVAArg() 3083 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 881 for (auto Reg : CLI.InRegs) in selectPatchpoint() 892 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint() 1105 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3212 auto &InRegs = CLI.InRegs; in fastLowerCall() local 3612 InRegs.push_back(VA.getLocReg()); in fastLowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1297 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1538 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3131 CLI.InRegs.push_back(VA.getLocReg()); in finishCall()
|