/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 49 ID.AddInteger(Result.first->second); in AddDeclarationNameImpl() 61 ID.AddInteger(Kind); in AddDeclarationNameImpl() 74 ID.AddInteger(NumArgs); in AddDeclarationNameImpl() 92 ID.AddInteger(Name.getCXXOverloadedOperator()); in AddDeclarationNameImpl() 120 ID.AddInteger(Kind); in AddNestedNameSpecifier() 143 ID.AddInteger(Kind); in AddTemplateName() 170 ID.AddInteger(Kind); in AddTemplateArgument() 202 ID.AddInteger(TA.pack_size()); in AddTemplateArgument() 213 ID.AddInteger(TPL->size()); in AddTemplateParameterList() 240 ID.AddInteger(value); in CalculateHash() [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() 476 ID.AddInteger((uint32_t)V.extractBitsAsZExtValue(std::min(32u, N - I), I)); in profileIntValue() 485 ID.AddInteger(Kind); in Profile() 506 ID.AddInteger(0); in Profile() 509 ID.AddInteger(getUnionField()->getFieldIndex() + 1); in Profile() 540 ID.AddInteger(NumFillers); in Profile() 550 ID.AddInteger(NumFillers); in Profile() 597 ID.AddInteger(getLValueOffset().getQuantity()); in Profile() [all …]
|
H A D | TemplateName.cpp | 65 ID.AddInteger(Index); in Profile() 66 ID.AddInteger(PackIndex ? *PackIndex + 1 : 0); in Profile() 98 ID.AddInteger(Index); in Profile()
|
H A D | ASTConcept.cpp | 82 ID.AddInteger(TemplateArgs.size()); in Profile()
|
H A D | TemplateBase.cpp | 388 ID.AddInteger(getKind()); in Profile() 407 ID.AddInteger(TemplateArg.NumExpansions); in Profile() 428 ID.AddInteger(Args.NumArgs); in Profile()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 346 AddInteger(reinterpret_cast<uintptr_t>(Ptr)); in AddPointer() 348 void AddInteger(signed I) { Bits.push_back(I); } in AddInteger() function 349 void AddInteger(unsigned I) { Bits.push_back(I); } in AddInteger() function 350 void AddInteger(long I) { AddInteger((unsigned long)I); } in AddInteger() function 351 void AddInteger(unsigned long I) { in AddInteger() function 353 AddInteger(unsigned(I)); in AddInteger() 355 AddInteger((unsigned long long)I); in AddInteger() 360 void AddInteger(long long I) { AddInteger((unsigned long long)I); } in AddInteger() function 361 void AddInteger(unsigned long long I) { in AddInteger() function 362 AddInteger(unsigned(I)); in AddInteger() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 56 profile.AddInteger((unsigned) SymbolRegionValueKind); in Profile() 115 profile.AddInteger((unsigned) SymbolConjuredKind); in Profile() 119 profile.AddInteger(Count); in Profile() 161 profile.AddInteger((unsigned) SymbolDerivedKind); in Profile() 198 profile.AddInteger((unsigned) SymbolExtentKind); in Profile() 259 profile.AddInteger((unsigned)SymbolMetadataKind); in Profile() 264 profile.AddInteger(Count); in Profile() 312 ID.AddInteger((unsigned) SymbolCastKind); in Profile() 361 ID.AddInteger((unsigned)UnarySymExprKind); in Profile() 363 ID.AddInteger(Op); in Profile() [all …]
|
H A D | DynamicCastInfo.h | 44 ID.AddInteger(ResultKind); in Profile()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 336 ID.AddInteger(Opc); 343 ID.AddInteger(Val); in addNodeIDRegType() 361 ID.AddInteger(Imm); 367 ID.AddInteger(Reg); 386 ID.AddInteger(Flag); in addNodeIDFlag() 417 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand() 423 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AttributeImpl.h | 109 ID.AddInteger(Kind); in Profile() 115 ID.AddInteger(Kind); in Profile() 116 ID.AddInteger(Val); in Profile() 126 ID.AddInteger(Kind); in Profile() 132 ID.AddInteger(Kind); in Profile() 139 ID.AddInteger(Kind); in Profile() 140 ID.AddInteger(Val.size()); in Profile()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 683 ID.AddInteger(OpC); in AddNodeIDOpcode() 697 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 706 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands() 742 ID.AddInteger(GA->getOffset()); in AddNodeIDCustom() 743 ID.AddInteger(GA->getTargetFlags()); in AddNodeIDCustom() 750 ID.AddInteger(cast<RegisterSDNode>(N)->getReg()); in AddNodeIDCustom() 760 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); in AddNodeIDCustom() 765 ID.AddInteger(cast<LifetimeSDNode>(N)->getSize()); in AddNodeIDCustom() 766 ID.AddInteger(cast<LifetimeSDNode>(N)->getOffset()); in AddNodeIDCustom() 770 ID.AddInteger(cast<PseudoProbeSDNode>(N)->getGuid()); in AddNodeIDCustom() [all …]
|
/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/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 768 ID.AddInteger(getASTCallingConvention()); in Profile() 776 ID.AddInteger(RegParm); in Profile() 779 ID.AddInteger(Required.getOpaqueData()); in Profile() 783 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile() 795 ID.AddInteger(info.getCC()); in Profile() 803 ID.AddInteger(info.getRegParm()); in Profile() 806 ID.AddInteger(required.getOpaqueData()); in Profile() 810 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 225 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 229 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 234 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile() 241 ID.AddInteger(static_cast<unsigned>(StringRegionKind)); in ProfileRegion() 249 ID.AddInteger(static_cast<unsigned>(ObjCStringRegionKind)); in ProfileRegion() 257 ID.AddInteger(static_cast<unsigned>(AllocaRegionKind)); in ProfileRegion() 259 ID.AddInteger(cnt); in ProfileRegion() 274 ID.AddInteger(static_cast<unsigned>(CompoundLiteralRegionKind)); in ProfileRegion() 282 ID.AddInteger(static_cast<unsigned>(CXXThisRegionKind)); in ProfileRegion() 298 ID.AddInteger(static_cast<unsigned>(ObjCIvarRegionKind)); in ProfileRegion() [all …]
|
H A D | BlockCounter.cpp | 41 ID.AddInteger(BlockID); in Profile()
|
H A D | LoopUnrolling.cpp | 55 ID.AddInteger(K); in Profile() 58 ID.AddInteger(maxStep); 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/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPITypes.h | 34 Id.AddInteger(CurrentState); 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/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 | 45 ID.AddInteger(Modifier); 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 ()()
|
/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()
|