| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | TemplateArgumentHasher.cpp | 43 void AddInteger(unsigned V) { ID.AddInteger(V); } in AddInteger() function in __anon91a37be10111::TemplateArgumentHasher 65 AddInteger(Kind); in AddTemplateArgument() 102 AddInteger(TA.pack_size()); in AddTemplateArgument() 112 AddInteger(Kind); in AddStructuralValue() 180 AddInteger(Name.getCXXOverloadedOperator()); in AddDeclarationName() 213 AddInteger(split.Quals.getAsOpaqueValue()); in AddQualType() 233 Hash.AddInteger(0); in AddDecl() 242 Hash.AddInteger(0); in AddType() 246 Hash.AddInteger(Quals.getAsOpaqueValue()); in VisitQualifiers() 266 Hash.AddInteger(llvm::to_underlying(T->getSizeModifier())); in VisitArrayType() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 50 ID.AddInteger(Result.first->second); in AddDeclarationNameInfoImpl() 62 ID.AddInteger(Kind); in AddDeclarationNameInfoImpl() 75 ID.AddInteger(NumArgs); in AddDeclarationNameInfoImpl() 97 ID.AddInteger(Name.getCXXOverloadedOperator()); in AddDeclarationNameInfoImpl() 122 ID.AddInteger(Kind); in AddNestedNameSpecifier() 149 ID.AddInteger(IO.getOperator()); in AddDependentTemplateName() 154 ID.AddInteger(Kind); in AddTemplateName() 186 ID.AddInteger(Kind); in AddTemplateArgument() 218 ID.AddInteger(TA.pack_size()); in AddTemplateArgument() 229 ID.AddInteger(TPL->size()); in AddTemplateParameterList() [all …]
|
| H A D | StmtProfile.cpp | 94 ID.AddInteger(SC); in HandleStmtClass() 98 ID.AddInteger(D ? D->getKind() : 0); in VisitDecl() 103 ID.AddInteger(NTTP->getDepth()); in VisitDecl() 104 ID.AddInteger(NTTP->getIndex()); in VisitDecl() 130 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl() 131 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl() 137 ID.AddInteger(TTP->getDepth()); in VisitDecl() 138 ID.AddInteger(TTP->getIndex()); in VisitDecl() 145 ID.AddInteger(TTP->getDepth()); in VisitDecl() 146 ID.AddInteger(TTP->getIndex()); in VisitDecl() [all …]
|
| H A D | APValue.cpp | 131 ID.AddInteger(Local.CallIndex); in Profile() 132 ID.AddInteger(Local.Version); in Profile() 154 ID.AddInteger(Value); in Profile() 486 ID.AddInteger((uint32_t)V.extractBitsAsZExtValue(std::min(32u, N - I), I)); in profileIntValue() 495 ID.AddInteger(Kind); in Profile() 516 ID.AddInteger(0); in Profile() 519 ID.AddInteger(getUnionField()->getFieldIndex() + 1); in Profile() 550 ID.AddInteger(NumFillers); in Profile() 560 ID.AddInteger(NumFillers); in Profile() 607 ID.AddInteger(getLValueOffset().getQuantity()); in Profile() [all …]
|
| H A D | TemplateName.cpp | 54 ID.AddInteger(DefArgs.StartPos); in Profile() 55 ID.AddInteger(DefArgs.Args.size()); in Profile() 89 ID.AddInteger(Index); in Profile() 90 ID.AddInteger(PackIndex.toInternalRepresentation()); in Profile() 123 ID.AddInteger(Index); in Profile() 148 ID.AddInteger(getOperator()); in Profile()
|
| H A D | Type.cpp | 271 ID.AddInteger(ArraySize); in Profile() 272 ID.AddInteger(llvm::to_underlying(SizeMod)); in Profile() 273 ID.AddInteger(TypeQuals); in Profile() 295 ID.AddInteger(llvm::to_underlying(SizeMod)); in Profile() 296 ID.AddInteger(TypeQuals); in Profile() 318 ID.AddInteger(llvm::to_underlying(VecKind)); in Profile() 3353 ID.AddInteger(llvm::to_underlying(Keyword)); in Profile() 3934 ID.AddInteger(unsigned(epi.Variadic) + (epi.RefQualifier << 1) + in Profile() 3948 ID.AddInteger(epi.ExtParameterInfos[i].getOpaqueValue()); in Profile() 3956 ID.AddInteger((EffectCount << 3) | (HasConds << 2) | in Profile() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 349 AddInteger(reinterpret_cast<uintptr_t>(Ptr)); in AddPointer() 351 void AddInteger(signed I) { Bits.push_back(I); } in AddInteger() function 352 void AddInteger(unsigned I) { Bits.push_back(I); } in AddInteger() function 353 void AddInteger(long I) { AddInteger((unsigned long)I); } in AddInteger() function 354 void AddInteger(unsigned long I) { in AddInteger() function 356 AddInteger(unsigned(I)); in AddInteger() 358 AddInteger((unsigned long long)I); in AddInteger() 363 void AddInteger(long long I) { AddInteger((unsigned long long)I); } in AddInteger() function 364 void AddInteger(unsigned long long I) { in AddInteger() function 365 AddInteger(unsigned(I)); in AddInteger() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 59 profile.AddInteger((unsigned)ClassKind); in Profile() 118 profile.AddInteger((unsigned)ClassKind); in Profile() 122 profile.AddInteger(Count); in Profile() 165 profile.AddInteger((unsigned)ClassKind); in Profile() 203 profile.AddInteger((unsigned)ClassKind); in Profile() 267 profile.AddInteger((unsigned)ClassKind); in Profile() 272 profile.AddInteger(Count); in Profile() 321 ID.AddInteger((unsigned)ClassKind); in Profile() 372 ID.AddInteger((unsigned)ClassKind); in Profile() 374 ID.AddInteger(Op); in Profile() [all …]
|
| H A D | DynamicCastInfo.h | 44 ID.AddInteger(ResultKind); in Profile()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 112 ID.AddInteger(Kind); in Profile() 118 ID.AddInteger(Kind); in Profile() 119 ID.AddInteger(Val); in Profile() 129 ID.AddInteger(Kind); in Profile() 135 ID.AddInteger(Kind); in Profile() 142 ID.AddInteger(Kind); in Profile() 143 ID.AddInteger(Val.size()); in Profile()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 343 ID.AddInteger(Opc); in addNodeIDOpcode() 350 ID.AddInteger(Val); in addNodeIDRegType() 382 ID.AddInteger(Imm); in addNodeIDImmediate() 388 ID.AddInteger(Reg.id()); in addNodeIDRegNum() 407 ID.AddInteger(Flag); in addNodeIDFlag() 428 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand() 434 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 63 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 64 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId() 65 ID.AddInteger(Modifier); in addSelectionDAGCSEId() 220 ID.AddInteger(JTI); in addSelectionDAGCSEId()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 708 ID.AddInteger(OpC); in AddNodeIDOpcode() 722 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 731 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 767 ID.AddInteger(GA->getOffset()); in AddNodeIDCustom() 768 ID.AddInteger(GA->getTargetFlags()); in AddNodeIDCustom() 775 ID.AddInteger(cast<RegisterSDNode>(N)->getReg().id()); in AddNodeIDCustom() 785 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); in AddNodeIDCustom() 790 ID.AddInteger(cast<LifetimeSDNode>(N)->getSize()); in AddNodeIDCustom() 791 ID.AddInteger(cast<LifetimeSDNode>(N)->getOffset()); in AddNodeIDCustom() 795 ID.AddInteger(cast<PseudoProbeSDNode>(N)->getGuid()); in AddNodeIDCustom() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 227 ID.AddInteger(RawKind); in Profile() 228 ID.AddInteger(Cnt); in Profile() 229 ID.AddInteger(ACnt); in Profile() 230 ID.AddInteger(RawObjectKind); in Profile() 231 ID.AddInteger(RawIvarAccessHistory); in Profile()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 234 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 238 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 243 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 250 ID.AddInteger(static_cast<unsigned>(StringRegionKind)); in ProfileRegion() 258 ID.AddInteger(static_cast<unsigned>(ObjCStringRegionKind)); in ProfileRegion() 266 ID.AddInteger(static_cast<unsigned>(AllocaRegionKind)); in ProfileRegion() 268 ID.AddInteger(cnt); in ProfileRegion() 283 ID.AddInteger(static_cast<unsigned>(CompoundLiteralRegionKind)); in ProfileRegion() 291 ID.AddInteger(static_cast<unsigned>(CXXThisRegionKind)); in ProfileRegion() 307 ID.AddInteger(static_cast<unsigned>(ObjCIvarRegionKind)); in ProfileRegion() [all …]
|
| H A D | BlockCounter.cpp | 41 ID.AddInteger(BlockID); in Profile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 786 ID.AddInteger(getASTCallingConvention()); in Profile() 794 ID.AddInteger(RegParm); in Profile() 797 ID.AddInteger(Required.getOpaqueData()); in Profile() 801 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile() 813 ID.AddInteger(info.getCC()); in Profile() 821 ID.AddInteger(info.getRegParm()); in Profile() 824 ID.AddInteger(required.getOpaqueData()); in Profile() 828 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APSInt.cpp | 41 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 39 ID.AddInteger(unsigned(Attribute)); in Profile() 40 ID.AddInteger(unsigned(Form)); in Profile() 42 ID.AddInteger(Value); in Profile() 52 ID.AddInteger(unsigned(Tag)); in Profile() 53 ID.AddInteger(unsigned(Children)); in Profile()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 34 Id.AddInteger(CurrentState); in Profile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 237 ID.AddInteger((unsigned) X.getKind()); 238 ID.AddInteger((unsigned) X.getObjKind()); 243 ID.AddInteger((unsigned) X.getKind()); 244 ID.AddInteger((unsigned) X.getObjKind());
|
| H A D | AnalysisDeclContext.h | 343 ID.AddInteger(BlockCount); in Profile() 344 ID.AddInteger(Index); in Profile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 44 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.cpp | 82 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 33 ID.AddInteger((unsigned long long)V); in operator ()() 36 ID.AddInteger(A.size()); in operator ()()
|