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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 387 std::vector<const GlobalVariable *> TyInfo;
397 TyInfo.reserve(N - FirstCatch);
399 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
400 MMI->addCatchTypeInfo(MBB, TyInfo);
401 TyInfo.clear();
409 TyInfo.reserve(FilterLength - 1);
411 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
412 MMI->addFilterTypeInfo(MBB, TyInfo);
413 TyInfo.clear();
421 TyInfo.reserve(N - 2)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 487 SmallVector<Constant *, 4> TyInfo;
488 TyInfo.reserve(FilterLength - 1);
490 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
492 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
494 TyInfo.size());
495 LPI->addClause(ConstantArray::get(AType, TyInfo));
  /external/clang/lib/CodeGen/
TargetInfo.cpp 559 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty);
560 CharUnits TyAlignForABI = TyInfo.second;
    [all...]

Completed in 405 milliseconds