Searched defs:LOAD (Results 1 - 23 of 23) sorted by relevance

/external/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.h392 #define LOAD(name, srcs, num_indices, idx0, idx1, idx2, flags) \ macro
396 LOAD(uniform, 1, 2, BASE, RANGE, xx, NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER)
398 LOAD(ubo, 2, 0, xx, xx, xx, NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER)
400 LOAD(input, 1, 2, BASE, COMPONENT, xx, NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER)
402 LOAD(per_vertex_input, 2, 2, BASE, COMPONENT, xx, NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER)
409 LOAD(ssbo, 2, 0, xx, xx, xx, NIR_INTRINSIC_CAN_ELIMINATE)
411 LOAD(output, 1, 1, BASE, COMPONENT, xx, NIR_INTRINSIC_CAN_ELIMINATE)
413 LOAD(per_vertex_output, 2, 1, BASE, COMPONENT, xx, NIR_INTRINSIC_CAN_ELIMINATE)
415 LOAD(shared, 1, 1, BASE, xx, xx, NIR_INTRINSIC_CAN_ELIMINATE)
417 LOAD(push_constan
[all...]
/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/python/cpython2/Modules/zlib/
H A Dinfback.c128 #define LOAD() \ macro
488 LOAD();
H A Dinflate.c459 #define LOAD() \ macro
634 LOAD();
1025 LOAD();
/external/python/cpython3/Modules/zlib/
H A Dinfback.c128 #define LOAD() \ macro
488 LOAD();
H A Dinflate.c476 #define LOAD() \ macro
651 LOAD();
1048 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();
H A Dinflate.c476 #define LOAD() \ macro
651 LOAD();
1048 LOAD();
/external/freetype/src/gzip/
H A Dinfutil.h85 #define LOAD {LOADIN LOADOUT} macro
/external/libevent/
H A Devthread_win32.c114 #define LOAD(name) \ macro
116 LOAD(InitializeConditionVariable);
117 LOAD(SleepConditionVariableCS);
118 LOAD(WakeAllConditionVariable);
119 LOAD(WakeConditionVariable);
/external/swiftshader/third_party/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/v8/src/compiler/
H A Dmachine-operator.cc458 #define LOAD(Type) \ macro
494 MACHINE_TYPE_LIST(LOAD)
495 #undef LOAD macro
651 #define LOAD(Type) \ macro
655 MACHINE_TYPE_LIST(LOAD)
656 #undef LOAD macro
700 #define LOAD(Type) \ macro
704 MACHINE_TYPE_LIST(LOAD)
705 #undef LOAD macro
711 #define LOAD(Typ macro
716 #undef LOAD macro
804 #define LOAD macro
809 #undef LOAD macro
835 #define LOAD macro
840 #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
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.cpp287 LoadInst *Builder::LOAD(Value *basePtr, const std::initializer_list<uint32_t> &indices, const llvm::Twine& name) function in class:SwrJit::Builder
292 return LOAD(GEPA(basePtr, valIndices), name);
300 return LOAD(GEPA(basePtr, valIndices), name);
575 Value *val = LOAD(validAddress);
625 Value *val = LOAD(validAddress, C(0));
675 Value *val = LOAD(validAddress);
/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
/external/pdfium/third_party/libopenjpeg20/
H A Ddwt.c606 #define LOAD(x) _mm256_load_si256((const VREG*)(x)) macro
616 #define LOAD(x) _mm_load_si128((const VREG*)(x)) macro
640 LOAD(&tmp[PARALLEL_COLS_53 * i + 0]));
642 LOAD(&tmp[PARALLEL_COLS_53 * i + VREG_INT_COUNT]));
848 #undef LOAD macro
/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc267 #define LOAD(x) Eigen::internal::pload<Packet>(x); macro
404 const auto b = LOAD(inp);
408 auto c1 = LOAD(*out);
409 auto c2 = LOAD(*out + kNumOperands);
424 auto c1 = LOAD(*out);
425 auto c2 = LOAD(*out + kNumOperands);
426 const auto b1 = LOAD(inp1);
430 const auto b2 = LOAD(inp2);
434 const auto b3 = LOAD(inp3);
457 auto c1 = LOAD(*ou
763 #undef LOAD macro
1180 #define LOAD macro
1221 #undef LOAD macro
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h187 enum PropertyAccessType { LOAD, STORE }; enumerator in enum:v8::internal::PropertyAccessType
5618 access.SetGVNFlags(this, LOAD);
5638 access.SetGVNFlags(this, LOAD);
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 1204 milliseconds