Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h404 std::vector<int> checkRegUsageImpact(std::set<unsigned> &InRegs,
474 std::set<unsigned> InRegs; in getInRegs() local
476 InRegs.insert(RegMaskPair.RegUnit); in getInRegs()
478 return InRegs; in getInRegs()
DSIMachineScheduler.cpp1511 std::set<unsigned> InRegs = DAG->getInRegs(); in SIScheduleBlockScheduler() local
1512 addLiveRegs(InRegs); in SIScheduleBlockScheduler()
1749 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<unsigned> &InRegs, in checkRegUsageImpact() argument
1754 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/include/llvm/CodeGen/
DFastISel.h89 SmallVector<unsigned, 4> InRegs; member
191 InRegs.clear(); in clearIns()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFastISel.h99 SmallVector<unsigned, 4> InRegs; member
198 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/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-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1007 for (auto Reg : CLI.InRegs) in selectPatchpoint()
1018 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1222 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-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp3199 auto &InRegs = CLI.InRegs; in fastLowerCall() local
3591 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-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp1285 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1451 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1538 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3137 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()