HomeSort by relevance Sort by last modified time
    Searched refs:EE (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 48 virtual void notifyObjectLoaded(ExecutionEngine *EE,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 48 virtual void notifyObjectLoaded(ExecutionEngine *EE,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 48 virtual void notifyObjectLoaded(ExecutionEngine *EE,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 48 virtual void notifyObjectLoaded(ExecutionEngine *EE,
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 80 struct EE : virtual AA {};
82 struct GG : EE {};
97 EE e;
113 const EE& ee = EE(); local
using-decl-1.cpp 242 struct EE { int EE; };
244 using E::EE; // expected-error-re {{no member named 'EE' in 'PR19171::E'{{$}}}}
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 289 EE = BackEdges.end(); EI != EE; ++EI) {
301 EE = InEdges.end(); EI != EE; ++EI) {
314 EE = ExitingEdges.end(); EI != EE; ++EI) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 264 void *reset(LLVMContext &C, ExecutionEngine *EE,
268 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE,
271 unsigned PtrSize = EE->getTargetData()->getPointerSize();
287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
292 EE->StoreValueToMemory(PTOGV(0),
346 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) {
347 unsigned PtrSize = EE->getTargetData()->getPointerSize();
472 ExecutionEngine *EE =
475 if (EE) return EE;
    [all...]
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 148 double EE, double FF, double GG, double HH,
151 return X + Y + Z + AA + BB + CC + DD + EE + FF + GG + HH
  /external/clang/test/Sema/
block-return.c 120 int (^EE) (void) = ^{ return i+1; }; // OK
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 46 EE = STy->element_end();
47 EI != EE; ++EI) {
84 EE = STy->element_end();
85 EI != EE; ++EI)
133 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) {
ShadowStackGC.cpp 134 EE = BB->end(); II != EE; ++II)
433 EscapeEnumerator EE(F, "gc_cleanup");
434 while (IRBuilder<> *AtExit = EE.Next()) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp 282 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
283 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 286 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
287 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 74 for (StringMap<DataArray>::iterator EI = Entries.begin(), EE = Entries.end();
75 EI != EE; ++EI) {
269 EE = Entries.end();
270 EI != EE; ++EI) {
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 136 for (BasicBlock::iterator II = BB->begin(), EE = BB->end(); II != EE;
447 EscapeEnumerator EE(F, "gc_cleanup");
448 while (IRBuilder<> *AtExit = EE.Next()) {
StackSlotColoring.cpp 146 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end();
147 MII != EE; ++MII) {
163 EE = MI.memoperands_end();
164 MMOI != EE; ++MMOI) {
351 for (unsigned i = 0, ee = MI.getNumOperands(); i != ee; ++i) {
Analysis.cpp 49 EE = STy->element_end();
50 EI != EE; ++EI) {
94 EE = STy->element_end();
95 EI != EE; ++EI)
144 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) {
MachineCSE.cpp 290 MachineBasicBlock::const_iterator EE = CSMBB->end();
294 while (I != E && I != EE && I->isDebugValue())
297 if (I == EE) {
303 EE = MBB->end();
  /external/v8/src/x64/
sse-instr.h 25 V(pmaxsw, 66, 0F, EE) \
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 877 // If we have an EE, the EE owns the module so just delete the EE.
940 ExecutionEngine *EE = EngineBuilder(M)
944 if (!EE) {
950 EE->setObjectCache(&OurObjectCache);
963 FPM->add(new DataLayout(*EE->getDataLayout()));
990 EE->finalizeObject();
993 EngineMap[M] = EE;
995 return EE;
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 332 void *reset(LLVMContext &C, ExecutionEngine *EE,
336 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE,
340 unsigned PtrSize = EE->getDataLayout().getPointerSize();
355 EE->StoreValueToMemory(PTOGV(Dest.get()),
361 EE->StoreValueToMemory(PTOGV(nullptr),
414 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) {
415 unsigned PtrSize = EE->getDataLayout().getPointerSize();
538 ExecutionEngine *EE = nullptr;
540 EE = ExecutionEngine::OrcMCJITReplacementCtor(ErrorStr, std::move(MemMgr),
543 EE->addModule(std::move(M))
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 310 for (auto EE : Entry.Children) {
311 OS << EE.Name;
313 encodeSLEB128(EE.NodeOffset, OS);
315 for (auto EE : Entry.Children)
316 dumpExportEntry(OS, EE);
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 227 II = MRI->use_instr_begin(Reg), EE = MRI->use_instr_end();
228 II != EE; ++II) {
627 EE = DefSrcs.end(); II != EE; ++II) {
  /external/autotest/client/site_tests/network_DestinationVerification/
network_DestinationVerification.py 57 "mac_address": "B0:EE:45:49:AC:1E",
85 "mac_address":"B0:EE:45:68:B5:52",

Completed in 796 milliseconds

1 23 4 5 6