Home
last modified time | relevance | path

Searched refs:InRegs (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h399 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 DSIMachineScheduler.cpp1467 std::set<unsigned> InRegs = DAG->getInRegs(); in SIScheduleBlockScheduler() local
1468 addLiveRegs(InRegs); in SIScheduleBlockScheduler()
1701 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<unsigned> &InRegs, in checkRegUsageImpact() argument
1706 for (Register Reg : InRegs) { in checkRegUsageImpact()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h98 SmallVector<Register, 4> InRegs; member
197 InRegs.clear(); in clearIns()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp336 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() local
342 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
H A DAArch64.cpp623 llvm::Value *InRegs = nullptr; in EmitAAPCSVAArg() local
624 InRegs = CGF.Builder.CreateICmpSLE( in EmitAAPCSVAArg()
627 CGF.Builder.CreateCondBr(InRegs, InRegBlock, OnStackBlock); in EmitAAPCSVAArg()
H A DX86.cpp3038 llvm::Value *InRegs = nullptr; in EmitVAArg() local
3044 InRegs = llvm::ConstantInt::get(CGF.Int32Ty, 48 - neededInt * 8); in EmitVAArg()
3045 InRegs = CGF.Builder.CreateICmpULE(gp_offset, InRegs, "fits_in_gp"); in EmitVAArg()
3054 InRegs = InRegs ? CGF.Builder.CreateAnd(InRegs, FitsInFP) : FitsInFP; in EmitVAArg()
3060 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp868 for (auto Reg : CLI.InRegs) in selectPatchpoint()
879 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1092 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3210 auto &InRegs = CLI.InRegs; in fastLowerCall() local
3610 InRegs.push_back(VA.getLocReg()); in fastLowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1297 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1540 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3126 CLI.InRegs.push_back(VA.getLocReg()); in finishCall()