HomeSort by relevance Sort by last modified time
    Searched defs:EI (Results 1 - 13 of 13) sorted by null

  /frameworks/compile/slang/
slang_rs_export_element.cpp 39 ElementInfo *EI = new ElementInfo; \
40 EI->kind = RSExportPrimitiveType::DataKind ## _dk; \
41 EI->type = RSExportPrimitiveType::DataType ## _dt; \
42 EI->normalized = _norm; \
43 EI->vsize = _vsize; \
51 EI)); \
62 const ElementInfo *EI) {
71 slangAssert(EI != NULL && "Element info not found");
80 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
86 EI->kind
    [all...]
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h 242 typename EdgeDataMapTy::iterator EI =
245 if (EI != M.end()) {
249 V.copyValues(EI->second);
252 Merge(V, EI->second);
  /external/llvm/include/llvm/Support/
GraphWriter.h 66 child_iterator EI = GTraits::child_begin(Node);
70 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) {
71 std::string label = DTraits.getEdgeSourceLabel(Node, EI);
84 if (EI != EE && hasEdgeSourceLabels)
216 child_iterator EI = GTraits::child_begin(Node);
218 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i)
219 if (!DTraits.isNodeHidden(*EI))
220 writeEdge(Node, i, EI);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 313 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt);
314 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
315 NI->insertAfter(EI);
318 EI->setOperand(0, AI);
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 286 MachineBasicBlock::iterator EI = MI;
287 DL = (--EI)->getDebugLoc();
    [all...]
SjLjEHPrepare.cpp 277 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt);
278 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
279 NI->insertAfter(EI);
282 EI->setOperand(0, AI);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 556 StructType::element_iterator EI = ST->element_begin();
558 for (; EI != EE; ++EI) {
559 Type* fieldTy = static_cast<Type*>(*EI);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 827 EnumValsTy::const_iterator EI = EnumVals.begin();
830 while (EI != EIend && EI->first < CI->first)
831 EI++;
832 if (EI == EIend || EI->first > CI->first)
837 EI = EnumVals.begin();
839 RI != CaseRanges.end() && EI != EIend; RI++) {
840 while (EI != EIend && EI->first < RI->first
    [all...]
SemaType.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 273 void visitExtractElementInst(ExtractElementInst &EI);
274 void visitInsertElementInst(InsertElementInst &EI);
275 void visitShuffleVectorInst(ShuffleVectorInst &EI);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1095 milliseconds