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 59 ElementInfo *EI = new ElementInfo;
60 EI->type = DataElementInfoTable[i].dataType;
61 EI->normalized = DataElementInfoTable[i].normalized;
62 EI->vsize = DataElementInfoTable[i].vsize;
65 Name, ElementInfoMap.getAllocator(), EI));
73 const ElementInfo *EI) {
82 slangAssert(EI != NULL && "Element info not found");
90 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
96 EI->normalized);
98 slangAssert(EI->type == EPT->getType() && "Element has unexpected type")
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 71 child_iterator EI = GTraits::child_begin(Node);
75 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) {
76 std::string label = DTraits.getEdgeSourceLabel(Node, EI);
89 if (EI != EE && hasEdgeSourceLabels)
229 child_iterator EI = GTraits::child_begin(Node);
231 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i)
232 if (!DTraits.isNodeHidden(*EI))
233 writeEdge(Node, i, EI);
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 256 Instruction *EI = ExtractValueInst::Create(AI, 0, "", AfterAllocaInsPt);
257 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
258 NI->insertAfter(EI);
262 EI->setOperand(0, AI);
RegAllocFast.cpp 307 MachineBasicBlock::iterator EI = MI;
308 DL = (--EI)->getDebugLoc();
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 609 StructType::element_iterator EI = ST->element_begin();
611 for (; EI != EE; ++EI) {
612 Type* fieldTy = static_cast<Type*>(*EI);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 630 llvm::Function::arg_iterator EI = CurFn->arg_end();
631 --EI;
632 llvm::Value *Addr = Builder.CreateStructGEP(EI, Idx);
    [all...]
CGCall.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 294 void visitExtractElementInst(ExtractElementInst &EI);
295 void visitInsertElementInst(InsertElementInst &EI);
296 void visitShuffleVectorInst(ShuffleVectorInst &EI);
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 1003 EncodingInfo EI = getUnicodeEncoding(currentInput());
1007 T.Range = StringRef(Current, EI.second);
1009 Current += EI.second;
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaType.cpp     [all...]

Completed in 393 milliseconds