Home
last modified time | relevance | path

Searched refs:LOAD (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium/chrome/common/extensions/
Dextension_file_util_unittest.cc82 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST()
98 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST()
156 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST()
173 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST()
189 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error)); in TEST()
Dextension_l10n_util_unittest.cc404 ExtensionInfo info(NULL, "", FilePath(), Extension::LOAD); in TEST()
412 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST()
422 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST()
433 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST()
445 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST()
456 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD); in TEST()
Dextension.h53 LOAD, // --load-extension. enumerator
378 return location == Extension::LOAD || in ShouldDoStrictErrorChecking()
385 return location == Extension::LOAD; in ShouldAlwaysAllowFileAccess()
/external/llvm/test/Transforms/InstCombine/
Dextractvalue.ll44 ; CHECK-NEXT: [[LOAD:%[A-Za-z0-9]+]] = load i32* [[GEP]]
48 ; CHECK: call {{.*}}(i32 [[LOAD]])
50 ; CHECK: ret i32 [[LOAD]]
72 ; CHECK-NEXT: [[LOAD:%[A-Za-z0-9]+]] = load i32* [[GEP]]
73 ; CHECK-NEXT: ret i32 [[LOAD]]
/external/llvm/lib/CodeGen/
DSlotIndexes.cpp79 SlotIndex blockStartIndex(back(), SlotIndex::LOAD); in runOnMachineFunction()
91 mi2iMap.insert(std::make_pair(mi, SlotIndex(back(), SlotIndex::LOAD))); in runOnMachineFunction()
100 MBBRanges[mbb->getNumber()].second = SlotIndex(back(), SlotIndex::LOAD); in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h86 enum Slot { LOAD, USE, DEF, STORE, NUM };
196 return getSlot() == LOAD;
231 return SlotIndex(&entry(), SlotIndex::LOAD);
261 return SlotIndex(entry().getNext(), SlotIndex::LOAD);
280 if (s == SlotIndex::LOAD) {
680 SlotIndex newIndex(newEntry, SlotIndex::LOAD);
731 SlotIndex startIdx(startEntry, SlotIndex::LOAD);
732 SlotIndex endIdx(nextEntry, SlotIndex::LOAD);
DISDOpcodes.h458 LOAD, STORE, enumerator
DSelectionDAGNodes.h956 return N->getOpcode() == ISD::LOAD ||
1537 return getOperand(getOpcode() == ISD::LOAD ? 2 : 3);
1554 return N->getOpcode() == ISD::LOAD ||
1566 : LSBaseSDNode(ISD::LOAD, dl, ChainPtrOff, 3,
1586 return N->getOpcode() == ISD::LOAD;
DLiveInterval.h215 LOAD = 0,
/external/chromium/chrome/browser/extensions/
Dextension_ui_unittest.cc164 extension_path, pages, Extension::LOAD)); in TEST()
225 extension_path, pages, Extension::LOAD)); in TEST()
Dextensions_ui.cc70 if (extension->location() == Extension::LOAD) in ShouldShowExtension()
692 if (extension->location() == Extension::LOAD) in CreateExtensionDetailValue()
697 extension->location() == Extension::LOAD); in CreateExtensionDetailValue()
708 extension->location() == Extension::LOAD); in CreateExtensionDetailValue()
713 if (extension->location() == Extension::LOAD) in CreateExtensionDetailValue()
Dextension_service.cc117 if (info.extension_location == Extension::LOAD) in ShouldReloadExtensionManifest()
228 int flags = Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) ? in LoadSingleExtension()
230 if (Extension::ShouldDoStrictErrorChecking(Extension::LOAD)) in LoadSingleExtension()
235 Extension::LOAD, in LoadSingleExtension()
692 if (Extension::LOAD != location) { in UninstallExtension()
959 if (location == Extension::LOAD) in LoadAllExtensions()
1039 if (info.extension_location != Extension::LOAD) in LoadInstalledExtension()
1673 if (extension->location() != Extension::LOAD) in DisableIfPrivilegeIncrease()
1776 if (Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) && in OnExtensionInstalled()
Dextension_prefs.cc190 if (location != Extension::LOAD) in CleanupBadExtensionKeys()
288 location_value == Extension::LOAD) { in MakePathsRelative()
332 location_value == Extension::LOAD) { in MakePathsAbsolute()
883 if (extension->location() != Extension::LOAD) { in OnExtensionInstalled()
981 if (extension->location() != Extension::LOAD) { in UpdateManifest()
1086 location != Extension::LOAD && in GetInstalledExtensionInfoImpl()
1093 if (location != Extension::LOAD && in GetInstalledExtensionInfoImpl()
/external/elfutils/libebl/
Deblsegmenttypename.c39 PTYPE (LOAD),
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp356 if (N1.getOpcode() == ISD::LOAD && in SelectIndexedBinOp()
413 case ISD::LOAD: in Select()
/external/zlib/
Dinfback.c119 #define LOAD() \ macro
480 LOAD();
Dinflate.c438 #define LOAD() \ macro
618 LOAD();
1010 LOAD();
/external/qemu/distrib/zlib-1.2.3/
Dinfback.c119 #define LOAD() \ macro
471 LOAD();
Dinflate.c403 #define LOAD() \ macro
583 LOAD();
954 LOAD();
/external/chromium/chrome/browser/ui/webui/options/
Dextension_settings_handler.cc72 if (extension->location() == Extension::LOAD) in ShouldShowExtension()
787 extension->location() == Extension::LOAD); in CreateExtensionDetailValue()
792 if (extension->location() == Extension::LOAD) in CreateExtensionDetailValue()
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp170 Addr.getOperand(0).getOpcode() == ISD::LOAD) && in SelectAddr()
433 case ISD::LOAD: in Select()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h73 LOAD, enumerator
/external/quake/quake/src/QW/progs/
Dplats.qc160 // FIX THIS TO LOAD A GENERIC PLAT SOUND
/external/oprofile/events/i386/core_2/
Dunit_masks76 0x02 LOAD Delayed bypass to load operation.
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1102 case ISD::LOAD: return visitLOAD(N); in visit()
1155 case ISD::LOAD: in combine()
2423 if (N1C && (N0.getOpcode() == ISD::LOAD || in visitAND()
2425 N0.getOperand(0).getOpcode() == ISD::LOAD))) { in visitAND()
4506 if (N0.getOpcode() == ISD::LOAD && in visitANY_EXTEND()
4938 (!LegalOperations || TLI.isOperationLegal(ISD::LOAD, VT))) in CombineConsecutiveLoads()
5001 (!LegalOperations || TLI.isOperationLegal(ISD::LOAD, VT))) { in visitBITCAST()
5953 if (!((Use->getOpcode() == ISD::LOAD && in CombineToPreIndexedLoadStore()
6076 if (!((UseUse->getOpcode() == ISD::LOAD && in CombineToPostIndexedLoadStore()
6537 if (!TLI.isOperationLegal(ISD::LOAD, IntVT) || in TransformFPLoadStorePair()
[all …]

123