HomeSort by relevance Sort by last modified time
    Searched defs:Indices (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
Commands.c 267 DESC_INDICES Indices;
292 VirtioPrepare (&VgpuDev->Ring, &Indices);
294 VRING_DESC_F_NEXT, &Indices);
296 VRING_DESC_F_WRITE, &Indices);
302 &VgpuDev->Ring, &Indices, &ResponseSize);
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioRngDxe/
VirtioRng.c 136 DESC_INDICES Indices;
170 VirtioPrepare (&Dev->Ring, &Indices);
175 &Indices);
177 if (VirtioFlush (Dev->VirtIo, 0, &Dev->Ring, &Indices, &Len) !=
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 65 // The difference is that this function handles non-constant array indices and
110 llvm::Value *Indices[1] = {computeGEPOffset(GEP)};
114 llvm::Type::getInt8Ty(*Context), Int8Ptr, llvm::makeArrayRef(Indices),
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
VirtioBlk.c 252 DESC_INDICES Indices;
277 VirtioPrepare (&Dev->Ring, &Indices);
294 VRING_DESC_F_NEXT, &Indices);
315 &Indices);
322 VRING_DESC_F_WRITE, &Indices);
327 if (VirtioFlush (Dev->VirtIo, 0, &Dev->Ring, &Indices,
    [all...]
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 124 // Check all potential start indices from 0 to (Factor - 1).
231 SmallVector<unsigned, 4> Indices;
232 Indices.push_back(Index);
246 Indices.push_back(Index);
257 if (!TLI->lowerInterleavedLoad(LI, Shuffles, Indices, Factor))
296 // Inspect the indices of the shufflevector instruction. If the shuffle
299 SmallVector<int, 4> Indices;
300 Shuffle->getShuffleMask(Indices);
301 for (unsigned I = 0; I < Indices.size(); ++I)
302 if (Indices[I] == Index)
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 79 ArrayRef<TypeIndex> Indices;
80 CV_DESERIALIZE(Data, L, CV_ARRAY_FIELD_N(Indices, L->NumArgs));
81 return ArgListRecord(Kind, Indices);
246 ArrayRef<TypeIndex> Indices;
247 CV_DESERIALIZE(Data, L, CV_ARRAY_FIELD_N(Indices, L->NumArgs));
248 return BuildInfoRecord(Indices);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyStoreResults.cpp 91 SmallVector<SlotIndex, 4> Indices;
121 Indices.push_back(WhereIdx.getRegSlot());
127 LIS.extendToIndices(*ToLI, Indices);
WebAssemblyFixIrreducibleControlFlow.cpp 198 DenseMap<MachineBasicBlock *, unsigned> Indices;
203 auto Pair = Indices.insert(std::make_pair(MBB, 0));
230 if (!Indices.count(Succ))
243 .addImm(Indices[Succ]);
252 if (Op.isMBB() && Indices.count(Op.getMBB()))
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
VirtioScsi.c 412 DESC_INDICES Indices;
425 VirtioPrepare (&Dev->Ring, &Indices);
442 VRING_DESC_F_NEXT, &Indices);
449 Packet->OutTransferLength, VRING_DESC_F_NEXT, &Indices);
458 &Indices);
465 Packet->InTransferLength, VRING_DESC_F_WRITE, &Indices);
473 &Indices, NULL) != EFI_SUCCESS) {
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 149 namespace Indices {
153 template<unsigned I, unsigned N, int ...Indices>
154 struct build_indices_impl<I, N, int_tuple<Indices...> >
155 : build_indices_impl<I+1, N, int_tuple<Indices..., I> > {
158 template<unsigned N, int ...Indices>
159 struct build_indices_impl<N, N, int_tuple<Indices...> > {
160 typedef int_tuple<Indices...> type;
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 299 SmallVector<unsigned, 4> Indices;
312 Indices.push_back(ArgNo + 1);
318 if (Indices.empty())
323 AS = AS.addAttribute(Ctx, Indices, Attribute::get(Ctx, Attribute::NonNull));
NaryReassociate.cpp 304 SmallVector<const Value*, 4> Indices;
306 Indices.push_back(*I);
308 Indices) == TargetTransformInfo::TCC_Free;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 164 Indices(IdxList) {
168 /// Indices - These identify which value to extract.
169 const SmallVector<unsigned, 4> Indices;
189 Indices(IdxList) {
194 /// Indices - These identify the position for the insertion.
195 const SmallVector<unsigned, 4> Indices;
310 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
315 SmallVector<unsigned, 4> indices; member in struct:llvm::ExprMapKeyType
321 this->indices == that.indices;
    [all...]
  /frameworks/base/libs/hwui/
Glop.h 97 struct Indices {
99 const void* indices; member in struct:android::uirenderer::Glop::Mesh::Indices
100 } indices; member in struct:android::uirenderer::Glop::Mesh
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 148 const auto &Indices = ModuleSymIndices[I];
149 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/
LTO.h 152 const auto &Indices = ModuleSymIndices[I];
153 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/
LTO.h 152 const auto &Indices = ModuleSymIndices[I];
153 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
LTO.h 153 const auto &Indices = ModuleSymIndices[I];
154 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
LTO.h 153 const auto &Indices = ModuleSymIndices[I];
154 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
LTO.h 153 const auto &Indices = ModuleSymIndices[I];
154 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
LTO.h 153 const auto &Indices = ModuleSymIndices[I];
154 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 148 const auto &Indices = ModuleSymIndices[I];
149 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/
LTO.h 152 const auto &Indices = ModuleSymIndices[I];
153 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/
LTO.h 152 const auto &Indices = ModuleSymIndices[I];
153 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
LTO.h 153 const auto &Indices = ModuleSymIndices[I];
154 return {Symbols.data() + Indices.first, Symbols.data() + Indices.second};

Completed in 1050 milliseconds

1 2 3 4 5