/external/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 395 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()
|
D | SIMachineScheduler.cpp | 1361 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 404 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()
|
D | SIMachineScheduler.cpp | 1511 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/include/llvm/CodeGen/ |
D | FastISel.h | 89 SmallVector<unsigned, 4> InRegs; member 191 InRegs.clear(); in clearIns()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 99 SmallVector<unsigned, 4> InRegs; member 198 InRegs.clear(); in clearIns()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 3390 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/ |
D | FastISel.cpp | 831 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/ |
D | FastISel.cpp | 1007 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/ |
D | X86FastISel.cpp | 3011 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/ |
D | X86FastISel.cpp | 3199 auto &InRegs = CLI.InRegs; in fastLowerCall() local 3591 InRegs.push_back(VA.getLocReg()); in fastLowerCall()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1244 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1285 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1451 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1538 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3137 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3051 CLI.InRegs.push_back(RVLocs[0].getLocReg()); in finishCall()
|