Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h402 std::vector<int> checkRegUsageImpact(std::set<unsigned> &InRegs,
472 std::set<unsigned> InRegs; in getInRegs() local
474 InRegs.insert(RegMaskPair.RegUnit); in getInRegs()
476 return InRegs; in getInRegs()
DSIMachineScheduler.cpp1500 std::set<unsigned> InRegs = DAG->getInRegs(); in SIScheduleBlockScheduler() local
1501 addLiveRegs(InRegs); in SIScheduleBlockScheduler()
1738 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<unsigned> &InRegs, in checkRegUsageImpact() argument
1743 for (unsigned Reg : InRegs) { in checkRegUsageImpact()
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h395 std::vector<int> checkRegUsageImpact(std::set<unsigned> &InRegs,
463 std::set<unsigned> InRegs; in getInRegs() local
465 InRegs.insert(RegMaskPair.RegUnit); in getInRegs()
467 return InRegs; in getInRegs()
DSIMachineScheduler.cpp1361 std::set<unsigned> InRegs = DAG->getInRegs(); in SIScheduleBlockScheduler() local
1362 addLiveRegs(InRegs); in SIScheduleBlockScheduler()
1596 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<unsigned> &InRegs, in checkRegUsageImpact() argument
1601 for (unsigned Reg : InRegs) { in checkRegUsageImpact()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h402 std::vector<int> checkRegUsageImpact(std::set<unsigned> &InRegs,
469 std::set<unsigned> InRegs; in getInRegs() local
471 InRegs.insert(RegMaskPair.RegUnit); in getInRegs()
473 return InRegs; in getInRegs()
DSIMachineScheduler.cpp1502 std::set<unsigned> InRegs = DAG->getInRegs(); in SIScheduleBlockScheduler() local
1503 addLiveRegs(InRegs); in SIScheduleBlockScheduler()
1740 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<unsigned> &InRegs, in checkRegUsageImpact() argument
1745 for (Register Reg : InRegs) { in checkRegUsageImpact()
/external/llvm/include/llvm/CodeGen/
DFastISel.h89 SmallVector<unsigned, 4> InRegs; member
191 InRegs.clear(); in clearIns()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h98 SmallVector<Register, 4> InRegs; member
197 InRegs.clear(); in clearIns()
/external/llvm-project/llvm/include/llvm/CodeGen/
DFastISel.h97 SmallVector<Register, 4> InRegs; member
196 InRegs.clear(); in clearIns()
/external/clang/lib/CodeGen/
DTargetInfo.cpp3390 llvm::Value *InRegs = nullptr; in EmitVAArg() local
3398 InRegs = llvm::ConstantInt::get(CGF.Int32Ty, 48 - neededInt * 8); in EmitVAArg()
3399 InRegs = CGF.Builder.CreateICmpULE(gp_offset, InRegs, "fits_in_gp"); in EmitVAArg()
3410 InRegs = InRegs ? CGF.Builder.CreateAnd(InRegs, FitsInFP) : FitsInFP; in EmitVAArg()
3416 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
4793 llvm::Value *InRegs = nullptr; in EmitAAPCSVAArg() local
4794 InRegs = CGF.Builder.CreateICmpSLE( in EmitAAPCSVAArg()
4797 CGF.Builder.CreateCondBr(InRegs, InRegBlock, OnStackBlock); in EmitAAPCSVAArg()
6007 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() local
6013 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp3993 llvm::Value *InRegs = nullptr; in EmitVAArg() local
3999 InRegs = llvm::ConstantInt::get(CGF.Int32Ty, 48 - neededInt * 8); in EmitVAArg()
4000 InRegs = CGF.Builder.CreateICmpULE(gp_offset, InRegs, "fits_in_gp"); in EmitVAArg()
4009 InRegs = InRegs ? CGF.Builder.CreateAnd(InRegs, FitsInFP) : FitsInFP; in EmitVAArg()
4015 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
5941 llvm::Value *InRegs = nullptr; in EmitAAPCSVAArg() local
5942 InRegs = CGF.Builder.CreateICmpSLE( in EmitAAPCSVAArg()
5945 CGF.Builder.CreateCondBr(InRegs, InRegBlock, OnStackBlock); in EmitAAPCSVAArg()
7404 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() local
7410 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock); in EmitVAArg()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp831 for (auto Reg : CLI.InRegs) in selectPatchpoint()
842 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1005 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1017 for (auto Reg : CLI.InRegs) in selectPatchpoint()
1028 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1235 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1036 for (auto Reg : CLI.InRegs) in selectPatchpoint()
1047 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1261 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3011 auto &InRegs = CLI.InRegs; in fastLowerCall() local
3375 InRegs.push_back(VA.getLocReg()); in fastLowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3179 auto &InRegs = CLI.InRegs; in fastLowerCall() local
3576 InRegs.push_back(VA.getLocReg()); in fastLowerCall()
/external/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp3198 auto &InRegs = CLI.InRegs; in fastLowerCall() local
3593 InRegs.push_back(VA.getLocReg()); in fastLowerCall()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1244 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp1306 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1451 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsFastISel.cpp1304 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1541 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1544 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3182 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3051 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()

12