Home
last modified time | relevance | path

Searched defs:EE (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c64 value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
70 value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
76 value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
85 value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
91 value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
99 value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout()
114 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping()
119 value llvm_ee_get_global_value_address(value Name, LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address()
124 value llvm_ee_get_function_address(value Name, LLVMExecutionEngineRef EE) { in llvm_ee_get_function_address()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp111 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
230 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
239 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
254 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
DExecutionEngine.cpp335 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset()
414 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr()
536 ExecutionEngine *EE = nullptr; in create() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
D19990502-0.f29 SUBROUTINE DLASQ2( QQ, EE, TOL2, SMALL2 ) argument
31 DOUBLE PRECISION EE( * ), QQ( * ) local
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DGraphWriter.h85 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
191 child_iterator EE = GTraits::child_end(Node); in writeNode() local
279 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/openbsd/src/gnu/llvm/llvm/examples/ParallelJIT/
DParallelJIT.cpp132 ExecutionEngine* EE; member
271 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
Dinstantiate4.C10 typedef E EE; typedef
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSimpleConstraintManager.h24 ExprEngine *EE; variable
DRangedConstraintManager.h409 RangedConstraintManager(ExprEngine *EE, SValBuilder &SB) in RangedConstraintManager()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DSymbolRemappingReader.cpp60 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
/openbsd/src/gnu/llvm/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp129 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/openbsd/src/gnu/llvm/llvm/examples/Fibonacci/
Dfibonacci.cpp118 ExecutionEngine *EE = in main() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Ddyncast1.C57 struct EE : CC, D {}; //Will search in reverse order. struct
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86PartialReduction.cpp354 static Value *matchAddReduction(const ExtractElementInst &EE, in matchAddReduction()
516 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp120 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/
Dhandle_llvm.cpp186 std::unique_ptr<ExecutionEngine> EE(builder.create()); in CreateAndRunJITFunc() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp940 ExecutionEngine *EE = EngineBuilder(M) in compileModule() local
1013 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() local
1045 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp363 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, in runOnFunction() local
DStackSlotColoring.cpp175 EE = MI.memoperands_end(); in ScanForSpillSlotRefs() local
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DMachOEmitter.cpp461 for (auto EE : Entry.Children) { in dumpExportEntry() local
466 for (auto EE : Entry.Children) in dumpExportEntry() local
/openbsd/src/gnu/llvm/llvm/tools/lli/
Dlli.cpp382 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule()
525 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp488 EscapeEnumerator EE(F, "tsan_ignore_cleanup", ClHandleCxxExceptions); in InsertRuntimeIgnores() local
579 EscapeEnumerator EE(F, "tsan_cleanup", ClHandleCxxExceptions); in sanitizeFunction() local
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeEmitterGen.cpp534 std::map<std::string, std::vector<std::string>>::iterator IE, EE; in run() local

12