Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h400 std::vector<int> checkRegUsageImpact(std::set<unsigned> &InRegs,
467 std::set<unsigned> InRegs; in getInRegs() local
469 InRegs.insert(RegMaskPair.RegUnit); in getInRegs()
471 return InRegs; in getInRegs()
H A DSIMachineScheduler.cpp1482 std::set<unsigned> InRegs = DAG->getInRegs(); in SIScheduleBlockScheduler() local
1483 addLiveRegs(InRegs); in SIScheduleBlockScheduler()
1720 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<unsigned> &InRegs, in checkRegUsageImpact() argument
1725 for (Register Reg : InRegs) { in checkRegUsageImpact()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h97 SmallVector<Register, 4> InRegs; member
196 InRegs.clear(); in clearIns()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp4008 llvm::Value *InRegs = nullptr; in EmitVAArg() local
4014 InRegs = llvm::ConstantInt::get(CGF.Int32Ty, 48 - neededInt * 8); in EmitVAArg()
4015 InRegs = CGF.Builder.CreateICmpULE(gp_offset, InRegs, "fits_in_gp"); in EmitVAArg()
4024 InRegs = InRegs ? CGF.Builder.CreateAnd(InRegs, FitsInFP) : FitsInFP; in EmitVAArg()
4030 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
5971 llvm::Value *InRegs = nullptr; in EmitAAPCSVAArg() local
5972 InRegs = CGF.Builder.CreateICmpSLE( in EmitAAPCSVAArg()
5975 CGF.Builder.CreateCondBr(InRegs, InRegBlock, OnStackBlock); in EmitAAPCSVAArg()
7490 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() local
7496 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp879 for (auto Reg : CLI.InRegs) in selectPatchpoint()
890 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1107 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3165 auto &InRegs = CLI.InRegs; in fastLowerCall() local
3558 InRegs.push_back(VA.getLocReg()); in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1303 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1539 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3111 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()