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

1 2 3 4

  /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) == EFI_SUCCESS &&
    [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...]
MIRPrinter.cpp 72 /// Maps from stack object indices to operand indices which will be used when
741 auto Indices = TII->getSerializableTargetIndices();
742 for (const auto &I : Indices) {
    [all...]
ShadowStackGCLowering.cpp 358 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0),
361 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
371 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0),
373 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
  /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);
TypeDumper.cpp 243 auto Indices = Args.getIndices();
244 uint32_t Size = Indices.size();
249 printTypeIndex("ArgType", Indices[I]);
250 StringRef ArgTypeName = getTypeName(Indices[I]);
  /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) != 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 96 struct Indices {
98 const void* indices; member in struct:android::uirenderer::Glop::Mesh::Indices
99 } indices; member in struct:android::uirenderer::Glop::Mesh
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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};
  /external/llvm/lib/Analysis/
Lint.cpp 672 ArrayRef<unsigned> Indices = CE->getIndices();
673 if (Value *W = FindInsertedValue(CE->getOperand(0), Indices))
  /external/llvm/lib/IR/
ConstantsContext.h 171 Indices(IdxList.begin(), IdxList.end()) {
175 /// Indices - These identify which value to extract.
176 const SmallVector<unsigned, 4> Indices;
203 Indices(IdxList.begin(), IdxList.end()) {
208 /// Indices - These identify the position for the insertion.
209 const SmallVector<unsigned, 4> Indices;

Completed in 1042 milliseconds

1 2 3 4