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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 39 ElementInfo *EI = new ElementInfo; \
40 EI->type = RSExportPrimitiveType::DataType ## _dt; \
41 EI->normalized = _norm; \
42 EI->vsize = _vsize; \
50 EI)); \
61 const ElementInfo *EI) {
70 slangAssert(EI != NULL && "Element info not found");
79 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
85 EI->normalized);
87 slangAssert(EI->type == EPT->getType() && "Element has unexpected type")
    [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/CodeGen/
SjLjEHPrepare.cpp 268 Instruction *EI = ExtractValueInst::Create(AI, 0, "", AfterAllocaInsPt);
269 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
270 NI->insertAfter(EI);
274 EI->setOperand(0, AI);
RegAllocFast.cpp 296 MachineBasicBlock::iterator EI = MI;
297 DL = (--EI)->getDebugLoc();
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 298 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt);
299 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
300 NI->insertAfter(EI);
303 EI->setOperand(0, AI);
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 567 StructType::element_iterator EI = ST->element_begin();
569 for (; EI != EE; ++EI) {
570 Type* fieldTy = static_cast<Type*>(*EI);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 1017 EncodingInfo EI = getUnicodeEncoding(currentInput());
1021 T.Range = StringRef(Current, EI.second);
1023 Current += EI.second;
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 265 void visitExtractElementInst(ExtractElementInst &EI);
266 void visitInsertElementInst(InsertElementInst &EI);
267 void visitShuffleVectorInst(ShuffleVectorInst &EI);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 234 milliseconds