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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h402 std::vector<int> checkRegUsageImpact(std::set<unsigned> &InRegs,
472 std::set<unsigned> InRegs; local
474 InRegs.insert(RegMaskPair.RegUnit);
476 return InRegs;
H A DSIMachineScheduler.cpp1500 std::set<unsigned> InRegs = DAG->getInRegs(); local
1501 addLiveRegs(InRegs);
1738 SIScheduleBlockScheduler::checkRegUsageImpact(std::set<unsigned> &InRegs, argument
1743 for (unsigned Reg : InRegs) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h98 SmallVector<Register, 4> InRegs; member in struct:llvm::FastISel::CallLoweringInfo
197 InRegs.clear();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp3747 llvm::Value *InRegs = nullptr;
3753 InRegs = llvm::ConstantInt::get(CGF.Int32Ty, 48 - neededInt * 8);
3754 InRegs = CGF.Builder.CreateICmpULE(gp_offset, InRegs, "fits_in_gp");
3763 InRegs = InRegs ? CGF.Builder.CreateAnd(InRegs, FitsInFP) : FitsInFP;
3769 CGF.Builder.CreateCondBr(InRegs, InRegBlock, InMemBlock);
5486 llvm::Value *InRegs = nullptr;
5487 InRegs
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1032 for (auto Reg : CLI.InRegs)
1043 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI);
1250 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3179 auto &InRegs = CLI.InRegs; local
3576 InRegs.push_back(VA.getLocReg());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1306 CLI.InRegs.push_back(RVLocs[0].getLocReg());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1541 CLI.InRegs.push_back(SourcePhysReg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3182 CLI.InRegs.push_back(RVLocs[0].getLocReg());

Completed in 306 milliseconds