Searched refs:LOAD (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium/chrome/common/extensions/
H A Dextension_file_util_unittest.cc82 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
98 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
156 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
173 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
189 install_dir, Extension::LOAD, Extension::STRICT_ERROR_CHECKS, &error));
H A Dextension_l10n_util_unittest.cc404 ExtensionInfo info(NULL, "", FilePath(), Extension::LOAD);
412 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
422 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
433 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
445 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
456 ExtensionInfo info(&manifest, "", FilePath(), Extension::LOAD);
H A Dextension.h53 LOAD, // --load-extension. enumerator in enum:Extension::Location
378 return location == Extension::LOAD ||
385 return location == Extension::LOAD;
/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp79 SlotIndex blockStartIndex(back(), SlotIndex::LOAD); member in class:SlotIndex
91 mi2iMap.insert(std::make_pair(mi, SlotIndex(back(), SlotIndex::LOAD)));
100 MBBRanges[mbb->getNumber()].second = SlotIndex(back(), SlotIndex::LOAD);
/external/elfutils/libebl/
H A Deblsegmenttypename.c39 PTYPE (LOAD),
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h86 enum Slot { LOAD, USE, DEF, STORE, NUM }; enumerator in enum:llvm::SlotIndex::Slot
194 /// isLoad - Return true if this is a LOAD slot.
196 return getSlot() == LOAD;
215 /// is the one associated with the LOAD slot for the instruction pointed to
222 /// index is the one associated with the LOAD slot for the instruction
228 /// Returns the index of the LOAD slot for the instruction pointed to by
231 return SlotIndex(&entry(), SlotIndex::LOAD);
261 return SlotIndex(entry().getNext(), SlotIndex::LOAD);
274 /// index is a LOAD, the last slot for the previous instruction.
280 if (s == SlotIndex::LOAD) {
[all...]
H A DISDOpcodes.h454 // LOAD and STORE have token chains as their first operand, then the same
458 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h964 return N->getOpcode() == ISD::LOAD ||
1574 return getOperand(getOpcode() == ISD::LOAD ? 2 : 3);
1591 return N->getOpcode() == ISD::LOAD ||
1596 /// LoadSDNode - This class is used to represent ISD::LOAD nodes.
1603 : LSBaseSDNode(ISD::LOAD, dl, ChainPtrOff, 3,
1623 return N->getOpcode() == ISD::LOAD;
H A DLiveInterval.h216 LOAD = 0,
/external/chromium/chrome/browser/extensions/
H A Dextension_ui_unittest.cc148 // Test that using Extension::LOAD for the extension location triggers the
164 extension_path, pages, Extension::LOAD));
180 // allow_reload. Contrast to Extension::LOAD, which has somewhat different
225 extension_path, pages, Extension::LOAD));
H A Dextension_service.cc117 if (info.extension_location == Extension::LOAD)
228 int flags = Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) ?
230 if (Extension::ShouldDoStrictErrorChecking(Extension::LOAD))
235 Extension::LOAD,
692 if (Extension::LOAD != location) {
959 if (location == Extension::LOAD)
1039 if (info.extension_location != Extension::LOAD)
1673 if (extension->location() != Extension::LOAD)
1776 if (Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) &&
H A Dextensions_ui.cc70 if (extension->location() == Extension::LOAD)
692 if (extension->location() == Extension::LOAD)
697 extension->location() == Extension::LOAD);
708 extension->location() == Extension::LOAD);
713 if (extension->location() == Extension::LOAD)
H A Dextension_prefs.cc190 if (location != Extension::LOAD)
288 location_value == Extension::LOAD) {
332 location_value == Extension::LOAD) {
881 // We store prefs about LOAD extensions, but don't cache their manifest
883 if (extension->location() != Extension::LOAD) {
981 if (extension->location() != Extension::LOAD) {
1086 location != Extension::LOAD &&
1093 if (location != Extension::LOAD &&
H A Dextension_prefs_unittest.cc625 manifest, Extension::LOAD);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp356 if (N1.getOpcode() == ISD::LOAD &&
413 case ISD::LOAD:
/external/qemu/distrib/zlib-1.2.3/
H A Dinfback.c119 #define LOAD() \ macro
471 LOAD();
H A Dinflate.c403 #define LOAD() \ macro
583 LOAD();
954 LOAD();
/external/zlib/
H A Dinfback.c119 #define LOAD() \ macro
480 LOAD();
H A Dinflate.c438 #define LOAD() \ macro
618 LOAD();
1010 LOAD();
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp170 Addr.getOperand(0).getOpcode() == ISD::LOAD) &&
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.cc72 if (extension->location() == Extension::LOAD)
787 extension->location() == Extension::LOAD);
792 if (extension->location() == Extension::LOAD)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h72 /// Like a regular LOAD but additionally taking/producing a flag.
73 LOAD, enumerator in enum:llvm::PPCISD::NodeType
75 /// LOAD into r2 (also taking/producing a flag). Like TOC_RESTORE, this is
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp129 if (Op.getOpcode() == ISD::LOAD) {
H A DDAGCombiner.cpp1103 case ISD::LOAD: return visitLOAD(N);
1157 case ISD::LOAD:
2419 if (N1C && (N0.getOpcode() == ISD::LOAD ||
2421 N0.getOperand(0).getOpcode() == ISD::LOAD))) {
4502 if (N0.getOpcode() == ISD::LOAD &&
4934 (!LegalOperations || TLI.isOperationLegal(ISD::LOAD, VT)))
4997 (!LegalOperations || TLI.isOperationLegal(ISD::LOAD, VT))) {
5949 if (!((Use->getOpcode() == ISD::LOAD &&
6072 if (!((UseUse->getOpcode() == ISD::LOAD &&
6533 if (!TLI.isOperationLegal(ISD::LOAD, IntV
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp727 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
763 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
783 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
856 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
1258 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD)
2591 case ISD::LOAD: {

Completed in 421 milliseconds

12