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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 414 std::vector<const GlobalVariable *> TyInfo;
424 TyInfo.reserve(N - FirstCatch);
426 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
427 MMI->addCatchTypeInfo(MBB, TyInfo);
428 TyInfo.clear();
436 TyInfo.reserve(FilterLength - 1);
438 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
439 MMI->addFilterTypeInfo(MBB, TyInfo);
440 TyInfo.clear();
448 TyInfo.reserve(N - 2)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 107 SmallVector<Constant *, 4> TyInfo;
108 TyInfo.reserve(FilterLength - 1);
110 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
112 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
114 TyInfo.size());
115 LPI->addClause(ConstantArray::get(AType, TyInfo));
    [all...]

Completed in 5090 milliseconds