Home
last modified time | relevance | path

Searched refs:TyInfo (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp387 std::vector<const GlobalVariable *> TyInfo; in AddCatchInfo() local
397 TyInfo.reserve(N - FirstCatch); in AddCatchInfo()
399 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j))); in AddCatchInfo()
400 MMI->addCatchTypeInfo(MBB, TyInfo); in AddCatchInfo()
401 TyInfo.clear(); in AddCatchInfo()
409 TyInfo.reserve(FilterLength - 1); in AddCatchInfo()
411 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j))); in AddCatchInfo()
412 MMI->addFilterTypeInfo(MBB, TyInfo); in AddCatchInfo()
413 TyInfo.clear(); in AddCatchInfo()
421 TyInfo.reserve(N - 2); in AddCatchInfo()
[all …]
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp328 ArrayRef<const GlobalValue *> TyInfo) { in addCatchTypeInfo() argument
330 for (unsigned N = TyInfo.size(); N; --N) in addCatchTypeInfo()
331 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
338 ArrayRef<const GlobalValue *> TyInfo) { in addFilterTypeInfo() argument
340 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo()
341 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I) in addFilterTypeInfo()
342 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp432 ArrayRef<const GlobalVariable *> TyInfo) { in addCatchTypeInfo() argument
434 for (unsigned N = TyInfo.size(); N; --N) in addCatchTypeInfo()
435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
442 ArrayRef<const GlobalVariable *> TyInfo) { in addFilterTypeInfo() argument
444 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo()
445 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I) in addFilterTypeInfo()
446 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp487 SmallVector<Constant *, 4> TyInfo; in TransferClausesToLandingPadInst() local
488 TyInfo.reserve(FilterLength - 1); in TransferClausesToLandingPadInst()
490 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
492 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() : in TransferClausesToLandingPadInst()
494 TyInfo.size()); in TransferClausesToLandingPadInst()
495 LPI->addClause(ConstantArray::get(AType, TyInfo)); in TransferClausesToLandingPadInst()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h305 ArrayRef<const GlobalVariable *> TyInfo);
310 ArrayRef<const GlobalVariable *> TyInfo);
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h330 ArrayRef<const GlobalValue *> TyInfo);
335 ArrayRef<const GlobalValue *> TyInfo);
/external/clang/lib/CodeGen/
DTargetInfo.cpp559 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr() local
560 CharUnits TyAlignForABI = TyInfo.second; in EmitVAArgInstr()
4722 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitAAPCSVAArg() local
4723 CharUnits TyAlign = TyInfo.second; in EmitAAPCSVAArg()
4729 int RegSize = IsIndirect ? 8 : TyInfo.first.getQuantity(); in EmitAAPCSVAArg()
4864 TyInfo.first < SlotSize) { in EmitAAPCSVAArg()
4865 CharUnits Offset = SlotSize - TyInfo.first; in EmitAAPCSVAArg()
4908 StackSize = TyInfo.first.alignTo(StackSlotSize); in EmitAAPCSVAArg()
4918 TyInfo.first < StackSlotSize) { in EmitAAPCSVAArg()
4919 CharUnits Offset = StackSlotSize - TyInfo.first; in EmitAAPCSVAArg()
[all …]
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2033 if (TypeSourceInfo *TyInfo = GetTypeSourceInfo(Record, Idx)) { in VisitClassTemplateSpecializationDeclImpl() local
2036 ExplicitInfo->TypeAsWritten = TyInfo; in VisitClassTemplateSpecializationDeclImpl()
2112 if (TypeSourceInfo *TyInfo = GetTypeSourceInfo(Record, Idx)) { in VisitVarTemplateSpecializationDeclImpl() local
2115 ExplicitInfo->TypeAsWritten = TyInfo; in VisitVarTemplateSpecializationDeclImpl()