HomeSort by relevance Sort by last modified time
    Searched refs:Indices (Results 26 - 50 of 50) sorted by null

12

  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 217 // for all uncached indices.
444 SmallVector<Value *, 8> Indices;
445 Indices.resize(NumIndices);
447 Indices[J] = Ops[J][I];
448 Res[I] = Builder.CreateGEP(Base[I], Indices,
SCCP.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imagehlp.h 94 WINBOOL IMAGEAPI ImageEnumerateCertificates(HANDLE FileHandle,WORD TypeFilter,PDWORD CertificateCount,PDWORD Indices,DWORD IndexCount);
dbgeng.h     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 420 SmallVector<const Value *, 4> Indices(GEP->idx_begin(), GEP->idx_end());
421 return TopTTI->getGEPCost(GEP->getPointerOperand(), Indices);
Lint.cpp 672 ArrayRef<unsigned> Indices = CE->getIndices();
673 if (Value *W = FindInsertedValue(CE->getOperand(0), Indices))
ConstantFolding.cpp 669 /// CastGEPIndices - If array indices are not pointer-sized integers,
806 // Otherwise form a regular getelementptr. Recompute the indices so that
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 93 // The lane mask is simply the union of all sub-indices.
257 // Expand any composed subreg indices.
259 // qsub_1 subreg, add a dsub_2 subreg. Keep growing Indices and process
260 // expanded subreg indices recursively.
261 SmallVector<CodeGenSubRegIndex*, 8> Indices = ExplicitSubRegIndices;
262 for (unsigned i = 0; i != Indices.size(); ++i) {
263 CodeGenSubRegIndex *Idx = Indices[i];
281 Indices.push_back(I->second);
287 // Work backwards in the Indices vector in order to compose subregs bottom-up.
301 while (!Indices.empty() && !Orphans.empty())
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 768 assert(Ty && "Invalid GetElementPtrInst indices for type!");
780 /// list of indices. The first ctor can optionally insert before an existing
844 /// Null is returned if the indices are invalid for the specified
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 458 ArrayRef<SlotIndex> Indices) {
461 for (unsigned i = 0, e = Indices.size(); i != e; ++i)
462 LRCalc->extend(LR, Indices[i]);
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 567 llvm::Value *Indices[] = { Builder.getInt32(0), Slot };
569 Builder.CreateLoad(Builder.CreateInBoundsGEP(Cache, Indices));
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 80 * All encountered literals during parse stage. Indices tell us the order of
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 792 milliseconds

12