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 413 std::vector<const GlobalVariable *> TyInfo;
423 TyInfo.reserve(N - FirstCatch);
425 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
426 MMI->addCatchTypeInfo(MBB, TyInfo);
427 TyInfo.clear();
435 TyInfo.reserve(FilterLength - 1);
437 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
438 MMI->addFilterTypeInfo(MBB, TyInfo);
439 TyInfo.clear();
447 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 55 milliseconds