Searched refs:TyInfo (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 328 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/ |
D | MachineFunction.cpp | 728 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/ |
D | MachineModuleInfo.h | 330 ArrayRef<const GlobalValue *> TyInfo); 335 ArrayRef<const GlobalValue *> TyInfo);
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 751 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/ |
D | TargetInfo.cpp | 559 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/ |
D | MachineFunction.h | 884 ArrayRef<const GlobalValue *> TyInfo); 888 ArrayRef<const GlobalValue *> TyInfo);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 972 ArrayRef<const GlobalValue *> TyInfo); 976 ArrayRef<const GlobalValue *> TyInfo);
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 658 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/ |
D | ASTReaderDecl.cpp | 2033 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/ |
D | ASTReaderDecl.cpp | 2212 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()
|