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<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.cpp1459 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 DFastISel.h98 SmallVector<Register, 4> InRegs; member
197 InRegs.clear(); in clearIns()
/freebsd/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.cpp641 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 DX86.cpp3061 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 DFastISel.cpp881 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 DX86FastISel.cpp3212 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 DMipsFastISel.cpp1297 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1538 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3131 CLI.InRegs.push_back(VA.getLocReg()); in finishCall()