HomeSort by relevance Sort by last modified time
    Searched full:idxs (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/lib/IR/
ConstantFold.h 43 ArrayRef<unsigned> Idxs);
45 ArrayRef<unsigned> Idxs);
51 ArrayRef<Constant *> Idxs);
53 ArrayRef<Value *> Idxs);
ConstantFold.cpp     [all...]
AutoUpgrade.cpp 368 SmallVector<Constant*, 8> Idxs;
372 Idxs.push_back(Builder.getInt32((Imm >> i) & 0x1));
376 Idxs.push_back(Builder.getInt32(((Imm >> (l+i)) & 0x1) + l));
379 Idxs.push_back(Builder.getInt32((Imm >> (2 * i)) & 0x3));
383 Idxs.push_back(Builder.getInt32(((Imm >> (2 * i)) & 0x3) + l));
387 Rep = Builder.CreateShuffleVector(Op0, Op0, ConstantVector::get(Idxs));
Constants.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 351 uint16_t* idxs) {
373 idxs += *i;
393 idxs[*i + 0] = *v + 0;
394 idxs[*i + 1] = *v + 2;
395 idxs[*i + 2] = *v + 1;
396 idxs[*i + 3] = *v + 0;
397 idxs[*i + 4] = *v + 3;
398 idxs[*i + 5] = *v + 2;
427 idxs[*i + 0] = *v + 0;
428 idxs[*i + 1] = *v + 2
654 uint16_t* idxs; local
    [all...]
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 351 uint16_t* idxs) {
373 idxs += *i;
393 idxs[*i + 0] = *v + 0;
394 idxs[*i + 1] = *v + 2;
395 idxs[*i + 2] = *v + 1;
396 idxs[*i + 3] = *v + 0;
397 idxs[*i + 4] = *v + 3;
398 idxs[*i + 5] = *v + 2;
427 idxs[*i + 0] = *v + 0;
428 idxs[*i + 1] = *v + 2
654 uint16_t* idxs; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
node.py 166 idxs = [0]
169 assert len(nodes)==len(idxs)==len(itemss)
172 assert idxs[-1] == len(items)
173 while idxs[-1]==len(node):
178 idxs.pop(-1)
189 idxs[-1] += 1
190 assert idxs[-1] == len(items)
191 #assert idxs[-1] < len(node), str( (node,nodes,idxs,itemss) )
193 _node = node[ idxs[-1]
    [all...]
  /pdk/apps/CameraITS/tests/scene1/
test_latching.py 76 idxs = range(len(r_means))
77 pylab.plot(idxs, r_means, 'r')
78 pylab.plot(idxs, g_means, 'g')
79 pylab.plot(idxs, b_means, 'b')
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 119 uint16_t* idxs = reinterpret_cast<uint16_t*>(arg.indices()); local
227 *idxs++ = idx0;
228 *idxs++ = vCount;
229 *idxs++ = idx1;
250 *idxs++ = vCount+0;
251 *idxs++ = vCount+2;
252 *idxs++ = vCount+1;
254 *idxs++ = vCount+1;
255 *idxs++ = vCount+2;
256 *idxs++ = vCount+3
    [all...]
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 119 uint16_t* idxs = reinterpret_cast<uint16_t*>(arg.indices()); local
227 *idxs++ = idx0;
228 *idxs++ = vCount;
229 *idxs++ = idx1;
250 *idxs++ = vCount+0;
251 *idxs++ = vCount+2;
252 *idxs++ = vCount+1;
254 *idxs++ = vCount+1;
255 *idxs++ = vCount+2;
256 *idxs++ = vCount+3
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 179 int idxs[4] = { 0, 1, 2, 3 }; local
198 idxs[0] = i;
199 idxs[1] = j;
210 if( i == idxs[j] )
213 idxs[k++] = i;
216 center = cvPoint2D32f( (pts[idxs[0]].x + pts[idxs[1]].x)*0.5f,
217 (pts[idxs[0]].y + pts[idxs[1]].y)*0.5f );
218 radius = (float)(icvDistanceL2_32f( pts[idxs[0]], center )*1.03)
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/clang/lib/CodeGen/
CGVTT.cpp 77 llvm::Value *Idxs[] = {
83 llvm::ConstantExpr::getInBoundsGetElementPtr(VTable, Idxs);
  /pdk/apps/CameraITS/tools/
compute_dng_noise_model.py 39 idxs = its.image.get_canonical_cfa_order(props)
40 black_levels = [black_levels[i] for i in idxs]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 74 ArrayRef<unsigned> Idxs);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 676 Value *Idxs[2] = {
679 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i);
680 Value *Idx = GetElementPtrInst::Create(*AI, Idxs,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
HeapSnapshot.js     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 828 unsigned* idxs = (unsigned*)malloc(size * sizeof(unsigned)); local
830 idxs[i] = Int_val(Field(Indices, i));
833 result = LLVMConstExtractValue(Aggregate, idxs, size);
834 free(idxs);
846 unsigned* idxs = (unsigned*)malloc(size * sizeof(unsigned)); local
848 idxs[i] = Int_val(Field(Indices, i));
851 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
852 free(idxs);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotCommon.js 172 this.idxs;
  /external/lldb/include/lldb/Core/
ValueObject.h 757 GetChildAtIndexPath (const std::initializer_list<size_t> &idxs,
761 GetChildAtIndexPath (const std::vector<size_t> &idxs,
765 GetChildAtIndexPath (const std::initializer_list< std::pair<size_t, bool> > &idxs,
769 GetChildAtIndexPath (const std::vector< std::pair<size_t, bool> > &idxs,
    [all...]
  /pdk/apps/CameraITS/pymodules/its/
image.py 183 idxs = get_canonical_cfa_order(props)
184 return [imgs[i] for i in idxs]
264 idxs = get_canonical_cfa_order(props)
265 black_levels = [black_levels[i] for i in idxs]
  /external/lldb/source/Core/
ValueObject.cpp 519 ValueObject::GetChildAtIndexPath (const std::initializer_list<size_t>& idxs,
522 if (idxs.size() == 0)
525 for (size_t idx : idxs)
539 ValueObject::GetChildAtIndexPath (const std::initializer_list< std::pair<size_t, bool> >& idxs,
542 if (idxs.size() == 0)
545 for (std::pair<size_t, bool> idx : idxs)
559 ValueObject::GetChildAtIndexPath (const std::vector<size_t> &idxs,
562 if (idxs.size() == 0)
565 for (size_t idx : idxs)
579 ValueObject::GetChildAtIndexPath (const std::vector< std::pair<size_t, bool> > &idxs,
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 439 std::vector<Constant*> Idxs;
447 Idxs.push_back(CI);
450 Constant *Mask = ConstantVector::get(Idxs);

Completed in 1230 milliseconds

1 2