| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| SimpleConstraintManager.h | 24 ExprEngine *EE; 29 : EE(exprengine), SVB(SB) {}
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| enum_cond.c | 17 enum EE 25 enum EE e;
|
| info-types.c | 51 DD, EE, FF
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| enum_cond.c | 17 enum EE 25 enum EE e;
|
| info-types.c | 51 DD, EE, FF
|
| /src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/ |
| HowToUseJIT.cpp | 125 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); 133 GenericValue gv = EE->runFunction(FooF, noargs); 137 delete EE;
|
| /src/external/apache2/llvm/dist/llvm/examples/Fibonacci/ |
| fibonacci.cpp | 118 ExecutionEngine *EE = 123 if (!EE) { 142 GenericValue GV = EE->runFunction(FibF, Args);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| var-tag.cc | 37 enum EE {ea, eb, ec} ee; variable in typeref:enum:EE
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| var-tag.cc | 37 enum EE {ea, eb, ec} ee; variable in typeref:enum:EE
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| sha.c | 77 temp = cshift(AA, 5) + f(BB,CC,DD) + EE + data[t] + k; \ 78 EE = DD; \ 88 uint32_t AA, BB, CC, DD, EE; 96 EE = E; 199 E += EE;
|
| sha256.c | 99 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; 107 EE = E; 121 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_256[i] + data[i]; 126 FF = EE; 127 EE = DD + T1; 138 E += EE;
|
| sha512.c | 123 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; 131 EE = E; 145 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_512[i] + data[i]; 150 FF = EE; 151 EE = DD + T1; 162 E += EE;
|
| /src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/ |
| ParallelJIT.cpp | 132 ExecutionEngine* EE; 253 GenericValue gv = p->EE->runFunction(p->F, Args); 271 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); 277 struct threadParams add1 = { EE, add1F, 1000 }; 278 struct threadParams fib1 = { EE, fibF, 39 }; 279 struct threadParams fib2 = { EE, fibF, 42 };
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| GraphWriter.h | 86 child_iterator EE = GTraits::child_end(Node); 89 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) { 103 if (EI != EE && hasEdgeSourceLabels) 227 child_iterator EE = GTraits::child_end(Node); 228 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) 231 for (; EI != EE; ++EI)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86PartialReduction.cpp | 303 static Value *matchAddReduction(const ExtractElementInst &EE) { 305 auto *Index = dyn_cast<ConstantInt>(EE.getIndexOperand()); 309 const auto *BO = dyn_cast<BinaryOperator>(EE.getVectorOperand()); 459 auto *EE = dyn_cast<ExtractElementInst>(&I); 460 if (!EE) 465 Value *Root = matchAddReduction(*EE);
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| CodeEmitterGen.cpp | 498 std::map<std::string, std::vector<std::string>>::iterator IE, EE; 499 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| Analysis.cpp | 95 EE = STy->element_end(); 96 EI != EE; ++EI) {
|
| MachineCSE.cpp | 355 MachineBasicBlock::const_iterator EE = CSMBB->end(); 359 while (I != E && I != EE && I->isDebugInstr()) 362 if (I == EE) { 368 EE = MBB->end();
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| ExecutionEngine.cpp | 331 void *reset(LLVMContext &C, ExecutionEngine *EE, 335 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, 339 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(); 536 ExecutionEngine *EE = nullptr; 538 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr), 541 if (EE) { [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-opc.c | 319 #define EE INSN_5900 338 |EE \ 344 #define G3 EE 348 |EE \ 352 #define MMI EE 355 #define M32 EE 358 #define VU0 EE 687 {"adda.s", "S,T", 0x46000018, 0xffe007ff, RD_1|RD_2|FP_S, 0, EE, 0, 0 }, 810 {"c.un.s", "S,T", 0x46000031, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 }, 827 {"c.ueq.s", "S,T", 0x46000033, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 } [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-opc.c | 319 #define EE INSN_5900 338 |EE \ 344 #define G3 EE 348 |EE \ 352 #define MMI EE 355 #define M32 EE 358 #define VU0 EE 687 {"adda.s", "S,T", 0x46000018, 0xffe007ff, RD_1|RD_2|FP_S, 0, EE, 0, 0 }, 810 {"c.un.s", "S,T", 0x46000031, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 }, 827 {"c.ueq.s", "S,T", 0x46000033, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 } [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| mips-opc.c | 319 #define EE INSN_5900 338 |EE \ 344 #define G3 EE 348 |EE \ 352 #define MMI EE 355 #define M32 EE 358 #define VU0 EE 687 {"adda.s", "S,T", 0x46000018, 0xffe007ff, RD_1|RD_2|FP_S, 0, EE, 0, 0 }, 810 {"c.un.s", "S,T", 0x46000031, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 }, 827 {"c.ueq.s", "S,T", 0x46000033, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 } [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mips-opc.c | 318 #define EE INSN_5900 337 |EE \ 343 #define G3 EE 347 |EE \ 351 #define MMI EE 354 #define M32 EE 357 #define VU0 EE 686 {"adda.s", "S,T", 0x46000018, 0xffe007ff, RD_1|RD_2|FP_S, 0, EE, 0, 0 }, 809 {"c.un.s", "S,T", 0x46000031, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 }, 826 {"c.ueq.s", "S,T", 0x46000033, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 } [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| toy.cpp | 809 // If we have an EE, the EE owns the module so just delete the EE. 879 ExecutionEngine *EE = compileModule(*it); 880 void *P = EE->getPointerToFunction(F); 969 ExecutionEngine *EE = compileModule(*it); 970 void *P = EE->getPointerToFunction(F);
|
| /src/external/apache2/llvm/dist/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...] |