HomeSort by relevance Sort by last modified time
    Searched refs:EE (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /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/clang/test/SemaCXX/
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/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...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
PlatformCapsule.fdf 52 CERTIFICATE_GUID = 4AAFD29D-68DF-49EE-8AA9-347D375665A7 # PKCS7
PlatformCapsuleGcc.fdf 52 CERTIFICATE_GUID = 4AAFD29D-68DF-49EE-8AA9-347D375665A7 # PKCS7
  /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",
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 62 ExecutionEngine &EE;
75 ExecutionEngineState(ExecutionEngine &EE);
254 /// used by clients of the EE that want to have an LLVM global overlay
282 /// getPointerToFunction - The different EE's represent function bodies in
289 /// getPointerToBasicBlock - The different EE's represent basic blocks in
  /frameworks/compile/slang/
slang_rs_context.cpp 293 EE = mNeedExportTypes.end();
294 EI != EE;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 85 void notifyObjectLoaded(ExecutionEngine *EE,
87 return ClientMM->notifyObjectLoaded(EE, O);
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerOCLBlocks.cpp 208 for (auto II = CallBlkBind->user_begin(), EE = CallBlkBind->user_end();
209 II != EE;) {

Completed in 944 milliseconds

1 2 34 5 6 7