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

1234

/external/libevent/
H A Devthread_win32.c112 #define LOAD(name) \ macro
114 LOAD(InitializeConditionVariable);
115 LOAD(SleepConditionVariableCS);
116 LOAD(WakeAllConditionVariable);
117 LOAD(WakeConditionVariable);
/external/swiftshader/third_party/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.c50 PTYPE (LOAD),
/external/v8/src/compiler/
H A Dmachine-operator.cc488 #define LOAD(Type) \ macro
524 MACHINE_TYPE_LIST(LOAD)
525 #undef LOAD macro
662 #define LOAD(Type) \ macro
666 MACHINE_TYPE_LIST(LOAD)
667 #undef LOAD macro
708 #define LOAD(Type) \ macro
712 MACHINE_TYPE_LIST(LOAD)
713 #undef LOAD macro
719 #define LOAD(Typ macro
724 #undef LOAD macro
779 #define LOAD macro
784 #undef LOAD macro
807 #define LOAD macro
812 #undef LOAD macro
[all...]
/external/swiftshader/third_party/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;
/external/freetype/src/gzip/
H A Dinfutil.h85 #define LOAD {LOADIN LOADOUT} macro
H A Dinfcodes.c98 LOAD
109 LOAD
H A Dinfblock.c133 LOAD
344 LOAD
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp223 case ISD::LOAD:
/external/libavc/encoder/arm/
H A Dime_distortion_metrics_a9q.s589 vld1.8 {d2, d3}, [r5], r10 @ y top LOAD
590 vld1.8 {d4, d5}, [r7], r10 @ xy top LOAD
591 vld1.8 {d6, d7}, [r8], r10 @ xy top-left LOAD
595 vld1.8 {d8, d9}, [r1], r10 @ x LOAD
598 vld1.8 {d10, d11}, [r4], r10 @ x left LOAD
602 vld1.8 {d2, d3}, [r2], r10 @ y LOAD
605 vld1.8 {d4, d5}, [r3], r10 @ xy LOAD
609 vld1.8 {d6, d7}, [r6], r10 @ xy left LOAD
624 vld1.8 {d8, d9}, [r1], r10 @ x LOAD
627 vld1.8 {d10, d11}, [r4], r10 @ x left LOAD
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp53 setOperationAction(ISD::LOAD, MVT::i32, Custom);
54 setOperationAction(ISD::LOAD, MVT::i64, Custom);
266 case ISD::LOAD: return LowerLOAD(Op, DAG);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp353 if (N1.getOpcode() == ISD::LOAD &&
413 case ISD::LOAD:
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp356 if (N1.getOpcode() == ISD::LOAD &&
413 case ISD::LOAD:
/external/autotest/client/site_tests/platform_ToolchainOptions/
H A Dplatform_ToolchainOptions.py267 # Verify all binaries have W^X LOAD program headers.
269 "grep \"LOAD\" | egrep -v \"(RW |R E)\" | "
272 option_sets.append(self.create_and_filter("LOAD Writable and Exec",
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h540 /// LOAD and STORE have token chains as their first operand, then the same
544 LOAD, STORE, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1097 return N->getOpcode() == ISD::LOAD ||
1788 return getOperand(getOpcode() == ISD::LOAD ? 2 : 3);
1804 return N->getOpcode() == ISD::LOAD ||
1809 /// This class is used to represent ISD::LOAD nodes.
1815 : LSBaseSDNode(ISD::LOAD, Order, dl, VTs, AM, MemVT, MMO) {
1833 return N->getOpcode() == ISD::LOAD;
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp71 setOperationAction(ISD::LOAD, MVT::f32, Promote);
72 AddPromotedToType(ISD::LOAD, MVT::f32, MVT::i32);
74 setOperationAction(ISD::LOAD, MVT::v2f32, Promote);
75 AddPromotedToType(ISD::LOAD, MVT::v2f32, MVT::v2i32);
77 setOperationAction(ISD::LOAD, MVT::v4f32, Promote);
78 AddPromotedToType(ISD::LOAD, MVT::v4f32, MVT::v4i32);
80 setOperationAction(ISD::LOAD, MVT::v8f32, Promote);
81 AddPromotedToType(ISD::LOAD, MVT::v8f32, MVT::v8i32);
83 setOperationAction(ISD::LOAD, MVT::v16f32, Promote);
84 AddPromotedToType(ISD::LOAD, MV
[all...]
/external/pdfium/third_party/zlib_v128/
H A Dinfback.c128 #define LOAD() \ macro
488 LOAD();
H A Dinflate.c459 #define LOAD() \ macro
634 LOAD();
1025 LOAD();
/external/syslinux/com32/lib/zlib/
H A Dinfback.c119 #define LOAD() \ macro
480 LOAD();
H A Dinflate.c438 #define LOAD() \ macro
618 LOAD();
1010 LOAD();
/external/zlib/src/
H A Dinfback.c128 #define LOAD() \ macro
488 LOAD();
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp170 Addr.getOperand(0).getOpcode() == ISD::LOAD) &&

Completed in 677 milliseconds

1234