Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h399 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 DSIMachineScheduler.cpp1449 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 DFastISel.h98 SmallVector<Register, 4> InRegs; member
197 InRegs.clear(); in clearIns()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp349 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() local
355 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
H A DX86.cpp3077 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 DAArch64.cpp974 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 DFastISel.cpp878 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 DX86FastISel.cpp3248 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 DMipsFastISel.cpp1309 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1527 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3129 CLI.InRegs.push_back(VA.getLocReg()); in finishCall()