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 419 std::vector<const GlobalVariable *> TyInfo;
429 TyInfo.reserve(N - FirstCatch);
431 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
432 MMI->addCatchTypeInfo(MBB, TyInfo);
433 TyInfo.clear();
441 TyInfo.reserve(FilterLength - 1);
443 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
444 MMI->addFilterTypeInfo(MBB, TyInfo);
445 TyInfo.clear();
453 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 182 milliseconds