Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp110 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 …]
HDExecutionEngine.cpp338 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset()
417 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr()
540 ExecutionEngine *EE = nullptr; in create() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDSymbolRemappingReader.cpp59 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGraphWriter.h86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
229 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreFrameToArgsOffsetElim.cpp54 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430BranchSelector.cpp120 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackSlotColoring.cpp163 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ScanForSpillSlotRefs() local
180 EE = MI.memoperands_end(); in ScanForSpillSlotRefs() local
HDAnalysis.cpp47 EE = STy->element_end(); in ComputeLinearIndex() local
93 EE = STy->element_end(); in ComputeValueVTs() local
HDShadowStackGCLowering.cpp351 EscapeEnumerator EE(F, "gc_cleanup"); in runOnFunction() local
HDMachineCSE.cpp355 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
HDLiveInterval.cpp598 for (const_iterator II = begin(), EE = end(); II != EE; ++II) in removeSegment() local
HDScheduleDAGInstrs.cpp697 for (Value2SUsMap::iterator I = map.begin(), EE = map.end(); I != EE;) { in insertBarrierChain() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOEmitter.cpp359 for (auto EE : Entry.Children) { in dumpExportEntry() local
364 for (auto EE : Entry.Children) in dumpExportEntry() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp310 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule()
457 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDThreadSanitizer.cpp432 EscapeEnumerator EE(F, "tsan_ignore_cleanup", ClHandleCxxExceptions); in InsertRuntimeIgnores() local
510 EscapeEnumerator EE(F, "tsan_cleanup", ClHandleCxxExceptions); in sanitizeFunction() local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGICombinerEmitter.cpp244 for (auto EI = EdgesRemaining.begin(), EE = EdgesRemaining.end(); in reorientToRoots() local
258 for (auto EI = EdgesRemaining.begin(), EE = EdgesRemaining.end(); in reorientToRoots() local
HDCodeEmitterGen.cpp500 std::map<std::string, std::vector<std::string>>::iterator IE, EE; in run() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp832 } else if (auto *EE = dyn_cast<ExtractElementInst>(Current)) { in findBasePointer() local
893 } else if (auto *EE = dyn_cast<ExtractElementInst>(BDV)) { in findBasePointer() local
943 auto *EE = cast<ExtractElementInst>(I); in findBasePointer() local
975 } else if (auto *EE = dyn_cast<ExtractElementInst>(I)) { in findBasePointer() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h113 void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGSDNodes.cpp799 EE = SU->Succs.end(); II != EE; ++II) { in EmitPhysRegCopy() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDModuleSummaryAnalysis.cpp510 EE = STy->element_end(); in findFuncPointers() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMWinEHPrinter.cpp1093 for (unsigned EI = 0, EE = Contents.size() / PDataEntrySize; EI < EE; ++EI) in dumpProcedureData() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineVectorOps.cpp434 Value *EE = Builder.CreateExtractElement(CI->getOperand(0), Index); in visitExtractElementInst() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1438 for (auto EB = Entries.begin(), EI = EB, EE = Entries.end(); EI != EE; ++EI) { in buildLocationList() local

12