Searched refs:Exec (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinix.cpp38 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); local
39 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
90 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); local
91 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DAIX.cpp75 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); local
76 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
147 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); local
148 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DAnanas.cpp41 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); local
42 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
125 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); local
126 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DXCore.cpp54 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("xcc")); local
55 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
82 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("xcc")); local
83 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DFlang.cpp72 const char* Exec = Args.MakeArgString(D.GetProgramPath("flang", TC)); local
73 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DCrossWindows.cpp32 const char *Exec; local
58 Exec = Args.MakeArgString(Assembler);
60 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
73 const char *Exec; local
203 Exec = Args.MakeArgString(TC.GetLinkerPath());
205 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DMyriad.cpp78 std::string Exec = local
80 C.addCommand(std::make_unique<Command>(JA, *this, Args.MakeArgString(Exec),
113 std::string Exec = local
115 C.addCommand(std::make_unique<Command>(JA, *this, Args.MakeArgString(Exec),
199 std::string Exec = local
201 C.addCommand(std::make_unique<Command>(JA, *this, Args.MakeArgString(Exec),
H A DDragonFly.cpp47 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); local
48 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
171 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); local
172 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DCloudABI.cpp94 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); local
95 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DOpenBSD.cpp91 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); local
92 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
229 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); local
230 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DSolaris.cpp43 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); local
44 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
152 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); local
153 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DHexagon.cpp185 auto *Exec = Args.MakeArgString(HTC.GetProgramPath(AsName)); local
186 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
212 const char *Exec = Args.MakeArgString(HTC.GetLinkerPath()); local
213 bool UseLLD = (llvm::sys::path::filename(Exec).equals_lower("ld.lld") ||
214 llvm::sys::path::stem(Exec).equals_lower("ld.lld"));
377 const char *Exec = Args.MakeArgString(HTC.GetLinkerPath()); local
378 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DPS4CPU.cpp63 const char *Exec = local
65 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
142 const char *Exec = Args.MakeArgString(ToolChain.GetProgramPath("orbis-ld")); local
144 C.addCommand(std::make_unique<Command>(JA, T, Exec, CmdArgs, Inputs));
315 const char *Exec = local
322 C.addCommand(std::make_unique<Command>(JA, T, Exec, CmdArgs, Inputs));
H A DFuchsia.cpp52 const char *Exec = Args.MakeArgString(ToolChain.GetLinkerPath()); local
53 if (llvm::sys::path::filename(Exec).equals_lower("ld.lld") ||
54 llvm::sys::path::stem(Exec).equals_lower("ld.lld")) {
162 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DCuda.cpp412 const char *Exec; local
414 Exec = A->getValue();
416 Exec = Args.MakeArgString(TC.GetProgramPath("ptxas"));
417 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
482 const char *Exec = Args.MakeArgString(TC.GetProgramPath("fatbinary")); local
483 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
558 const char *Exec = local
560 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DFreeBSD.cpp130 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); local
131 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
360 const char *Exec = Args.MakeArgString(getToolChain().GetLinkerPath()); local
361 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
H A DMinGW.cpp51 const char *Exec = Args.MakeArgString(getToolChain().GetProgramPath("as")); local
52 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
308 const char *Exec = Args.MakeArgString(TC.GetLinkerPath()); local
309 C.addCommand(std::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp93 unsigned Exec; member in class:__anon5022::SILowerControlFlow
220 .addReg(Exec)
221 .addReg(Exec, RegState::ImplicitDefine);
244 BuildMI(MBB, I, DL, TII->get(MovTermOpc), Exec)
313 .addReg(Exec)
321 BuildMI(MBB, ElsePt, DL, TII->get(XorTermrOpc), Exec)
322 .addReg(Exec)
377 .addReg(Exec)
403 BuildMI(MBB, &MI, DL, TII->get(Andn2TermOpc), Exec)
404 .addReg(Exec)
[all...]
H A DSIOptimizeExecMaskingPreRA.cpp98 unsigned Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; local
100 if (MI.isCopy() && MI.getOperand(1).getReg() == Exec) {
111 unsigned Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; local
113 if (Op->isReg() && Op->getReg() != Exec)
116 if (Op->isReg() && Op->getReg() != Exec)
306 unsigned Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; local
431 MRI.replaceRegWith(SavedExec, Exec);
H A DSIOptimizeExecMasking.cpp275 MCRegister Exec = ST.isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; local
310 PrepareExecInst->getOperand(0).setReg(Exec);
322 LLVM_DEBUG(dbgs() << "Exec copy source register is live out\n");
333 if (SaveExecInst && J->readsRegister(Exec, TRI)) {
417 OtherInst->substituteRegister(CopyToExec, Exec,
H A DSIWholeQuadMode.cpp639 unsigned Exec = ST->isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; local
642 Exec)
643 .addReg(Exec)
655 unsigned Exec = ST->isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; local
657 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), Exec)
662 Exec)
663 .addReg(Exec);
910 unsigned Exec = ST->isWave32() ? AMDGPU::EXEC_LO : AMDGPU::EXEC; local
912 lowerLiveMaskQueries(Exec);
924 .addReg(Exec);
[all...]
H A DSIAnnotateControlFlow.cpp314 Value *Exec = popSaved(); local
316 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt))
317 CallInst::Create(EndCf, Exec, "", FirstInsertionPt);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp135 static std::unique_ptr<ThreadPoolExecutor> Exec(&(*ManagedExec));
136 return Exec.get();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp201 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec);
202 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec);
295 unsigned Exec) {
296 unsigned Mask = getMaskForSub(RR.Sub) | Exec;
305 unsigned Exec) {
309 unsigned Mask = getMaskForSub(RR.Sub) | Exec;
988 unsigned Exec = Exec_Then | Exec_Else; local
990 Exec = (Cond == HII->isPredicatedTrue(*MI)) ? Exec_Then : Exec_Else;
1014 addRefToMap(RR, Map, Exec);
294 addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec) argument
304 isRefInMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h102 static ProcessMessage Exec(lldb::tid_t tid) { function in class:ProcessMessage

Completed in 101 milliseconds

12