Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 25 of 135) sorted by relevance

123456

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp166 IntrinsicInst *Setup = FindLoopIterations(Preheader); in runOnLoop() local
169 if (!Setup) { in runOnLoop()
172 Setup = FindLoopIterations(Preheader->getSinglePredecessor()); in runOnLoop()
173 if (!Setup) in runOnLoop()
177 LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *Setup << "\n"); in runOnLoop()
179 bool Changed = TryConvertActiveLaneMask(Setup->getArgOperand(0)); in runOnLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h62 class Setup {
77 Setup(SimpleRemoteEPCServer &S) : S(S) {} in Setup() function
87 Create(unique_function<Error(Setup &S)> SetupFunction, in Create()
90 Setup S(*Server); in Create()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h37 struct Setup { struct
51 Create(std::unique_ptr<TaskDispatcher> D, Setup S, in Create() argument
111 Error setup(Setup S);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp68 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
99 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
158 case SimpleRemoteEPCOpcode::Setup: in sendMessage()
219 return sendMessage(SimpleRemoteEPCOpcode::Setup, 0, ExecutorAddr(), in sendSetupMessage()
/openbsd-src/gnu/llvm/clang/cmake/caches/
H A DDistributionExample.cmake13 # Setup vendor-specific settings.
39 # Setup the bootstrap build.
/openbsd-src/gnu/llvm/libcxx/
H A Dappveyor-reqs-install.cmd9 :: Setup Compiler
49 :: Setup the cached copy of LLVM
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td74 // User Trap Setup
120 // Supervisor Trap Setup
167 // Hypervisor Trap Setup
243 // Machine Trap Setup
312 // Machine Counter Setup
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp126 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
156 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
221 assert(OpC != SimpleRemoteEPCOpcode::Setup && in sendMessage()
279 Error SimpleRemoteEPC::setup(Setup S) { in setup()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp78 u32 idx = Setup(end - start); in InitTracePcGuard()
128 u32 Setup(u32 num_guards) { in Setup() function in __sancov::__anon9173f7b00111::TracePcGuardController
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A D02-xsdynamic.t11 use MakeMaker::Test::Setup::XS;
H A Dpm.t15 use MakeMaker::Test::Setup::BFD;
H A Dminiperl.t29 use MakeMaker::Test::Setup::BFD;
H A D03-xsstatic.t16 use MakeMaker::Test::Setup::XS;
H A DFIRST_MAKEFILE.t11 use MakeMaker::Test::Setup::BFD;
H A Dprereq_print.t22 use MakeMaker::Test::Setup::BFD;
H A Dpm_to_blib.t14 use MakeMaker::Test::Setup::BFD;
H A Dpostamble.t14 use MakeMaker::Test::Setup::BFD;
/openbsd-src/usr.bin/file/magdir/
H A Dluks4 # luks: file(1) magic for Linux Unified Key Setup
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp143 SimpleRemoteEPC::Setup(), in launchLocalExecutor()
215 SimpleRemoteEPC::Setup(), *SockFD); in connectTCPSocket()
/openbsd-src/gnu/llvm/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp55 [](SimpleRemoteEPCServer::Setup &S) -> Error { in main()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/
H A DBFD.pm1 package MakeMaker::Test::Setup::BFD;
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/
H A DBFD.pm1 package MakeMaker::Test::Setup::BFD;
/openbsd-src/gnu/llvm/compiler-rt/unittests/
H A Dlit.common.unit.configured.in18 # Setup attributes common for all compiler-rt unit tests.
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DInstallWithMM.t27 use MakeMaker::Test::Setup::BFD;
/openbsd-src/gnu/llvm/libunwind/
H A DCMakeLists.txt2 # Setup Project
25 # Setup CMake Options
148 # Setup Compiler Flags
321 # Setup Source Code

123456