Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp728 ArrayRef<const GlobalValue *> TyInfo) { in addCatchTypeInfo() argument
730 for (unsigned N = TyInfo.size(); N; --N) in addCatchTypeInfo()
731 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
735 ArrayRef<const GlobalValue *> TyInfo) { in addFilterTypeInfo() argument
737 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo()
738 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I) in addFilterTypeInfo()
739 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h330 ArrayRef<const GlobalValue *> TyInfo);
335 ArrayRef<const GlobalValue *> TyInfo);
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp751 ArrayRef<const GlobalValue *> TyInfo) { in addCatchTypeInfo() argument
753 for (unsigned N = TyInfo.size(); N; --N) in addCatchTypeInfo()
754 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
758 ArrayRef<const GlobalValue *> TyInfo) { in addFilterTypeInfo() argument
760 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo()
761 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I) in addFilterTypeInfo()
762 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h884 ArrayRef<const GlobalValue *> TyInfo);
888 ArrayRef<const GlobalValue *> TyInfo);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h972 ArrayRef<const GlobalValue *> TyInfo);
976 ArrayRef<const GlobalValue *> TyInfo);
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp658 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr() local
659 CharUnits TyAlignForABI = TyInfo.Align; in EmitVAArgInstr()
6108 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg() local
6113 if (TyInfo.Width.getQuantity() > 16) { in EmitDarwinVAArg()
6120 TyInfo, SlotSize, /*AllowHigherAlign*/ true); in EmitDarwinVAArg()
6875 TypeInfoChars TyInfo(TySize, TyAlignForABI, false); in EmitVAArg() local
6876 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, TyInfo, in EmitVAArg()
7332 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
7349 UnpaddedSize = TyInfo.Width; in EmitVAArg()
7350 DirectAlign = TyInfo.Align; in EmitVAArg()
[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()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp2212 if (TypeSourceInfo *TyInfo = readTypeSourceInfo()) { in VisitClassTemplateSpecializationDeclImpl() local
2215 ExplicitInfo->TypeAsWritten = TyInfo; in VisitClassTemplateSpecializationDeclImpl()
2291 if (TypeSourceInfo *TyInfo = readTypeSourceInfo()) { in VisitVarTemplateSpecializationDeclImpl() local
2294 ExplicitInfo->TypeAsWritten = TyInfo; in VisitVarTemplateSpecializationDeclImpl()