Home
last modified time | relevance | path

Searched refs:AddInteger (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp61 ID.AddInteger(Kind); in AddDeclarationNameImpl()
74 ID.AddInteger(NumArgs); in AddDeclarationNameImpl()
120 ID.AddInteger(Kind); in AddNestedNameSpecifier()
143 ID.AddInteger(Kind); in AddTemplateName()
163 ID.AddInteger(Kind); in AddTemplateArgument()
206 ID.AddInteger(TPL->size()); in AddTemplateParameterList()
233 ID.AddInteger(value); in CalculateHash()
242 ID.AddInteger(value); in CalculateHash()
588 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
1304 ID.AddInteger(Val); in AddStructuralValue()
[all …]
H A DStmtProfile.cpp94 ID.AddInteger(SC); in HandleStmtClass()
198 ID.AddInteger(SC); in HandleStmtClass()
247 ID.AddInteger(0); in VisitStmt()
1547 ID.AddInteger(0); in VisitDesignatedInitExpr()
1553 ID.AddInteger(1); in VisitDesignatedInitExpr()
1556 ID.AddInteger(2); in VisitDesignatedInitExpr()
1656 ID.AddInteger(0); in VisitRequiresExpr()
1658 ID.AddInteger(1); in VisitRequiresExpr()
1662 ID.AddInteger(2); in VisitRequiresExpr()
1893 ID.AddInteger(SC); in VisitCXXOperatorCallExpr()
[all …]
H A DAPValue.cpp131 ID.AddInteger(Local.CallIndex); in Profile()
132 ID.AddInteger(Local.Version); in Profile()
154 ID.AddInteger(Value); in Profile()
485 ID.AddInteger(Kind); in Profile()
506 ID.AddInteger(0); in Profile()
540 ID.AddInteger(NumFillers); in Profile()
550 ID.AddInteger(NumFillers); in Profile()
597 ID.AddInteger(getLValueOffset().getQuantity()); in Profile()
598 ID.AddInteger((isNullPointer() ? 1 : 0) | in Profile()
602 ID.AddInteger(getLValuePath().size()); in Profile()
[all …]
H A DTemplateName.cpp65 ID.AddInteger(Index); in Profile()
66 ID.AddInteger(PackIndex ? *PackIndex + 1 : 0); in Profile()
98 ID.AddInteger(Index); in Profile()
H A DASTConcept.cpp87 ID.AddInteger(TemplateArgs.size()); in Profile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h338 AddInteger(reinterpret_cast<uintptr_t>(Ptr)); in AddPointer()
340 void AddInteger(signed I) { Bits.push_back(I); } in AddInteger() function
342 void AddInteger(long I) { AddInteger((unsigned long)I); } in AddInteger() function
343 void AddInteger(unsigned long I) { in AddInteger() function
345 AddInteger(unsigned(I)); in AddInteger()
347 AddInteger((unsigned long long)I); in AddInteger()
352 void AddInteger(long long I) { AddInteger((unsigned long long)I); } in AddInteger() function
353 void AddInteger(unsigned long long I) { in AddInteger() function
354 AddInteger(unsigned(I)); in AddInteger()
355 AddInteger(unsigned(I >> 32)); in AddInteger()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h56 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()
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()
455 ID.AddInteger((unsigned)ClassKind); in Profile()
[all …]
H A DDynamicCastInfo.h44 ID.AddInteger(ResultKind); in Profile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp336 ID.AddInteger(Opc); in addNodeIDOpcode()
343 ID.AddInteger(Val); in addNodeIDRegType()
361 ID.AddInteger(Imm); in addNodeIDImmediate()
367 ID.AddInteger(Reg); in addNodeIDRegNum()
386 ID.AddInteger(Flag); in addNodeIDFlag()
417 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand()
423 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp679 ID.AddInteger(OpC); in AddNodeIDOpcode()
1818 ID.AddInteger(Offset); in getGlobalAddress()
1835 ID.AddInteger(FI); in getFrameIndex()
1853 ID.AddInteger(JTI); in getJumpTable()
2231 ID.AddInteger(RegNo); in getRegister()
2343 ID.AddInteger(SrcAS); in getAddrSpaceCast()
8397 ID.AddInteger(Size); in getLifetimeNode()
8421 ID.AddInteger(Guid); in getPseudoProbeNode()
10059 ID.AddInteger(2U); in getVTList()
10077 ID.AddInteger(3U); in getVTList()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp63 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
64 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
65 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
220 ID.AddInteger(JTI); in addSelectionDAGCSEId()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h757 ID.AddInteger(getASTCallingConvention()); in Profile()
765 ID.AddInteger(RegParm); in Profile()
768 ID.AddInteger(Required.getOpaqueData()); in Profile()
772 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
784 ID.AddInteger(info.getCC()); in Profile()
792 ID.AddInteger(info.getRegParm()); in Profile()
795 ID.AddInteger(required.getOpaqueData()); in Profile()
799 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp225 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()
259 ID.AddInteger(cnt); in ProfileRegion()
323 ID.AddInteger(Idx); in ProfileRegion()
345 ID.AddInteger(MemRegion::ElementRegionKind); in ProfileRegion()
358 ID.AddInteger(MemRegion::FunctionCodeRegionKind); in ProfileRegion()
370 ID.AddInteger(MemRegion::BlockCodeRegionKind); in ProfileRegion()
383 ID.AddInteger(MemRegion::BlockDataRegionKind); in ProfileRegion()
[all …]
H A DBlockCounter.cpp41 ID.AddInteger(BlockID); in Profile()
H A DLoopUnrolling.cpp55 ID.AddInteger(K); in Profile()
58 ID.AddInteger(maxStep); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h227 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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h91 ID.AddInteger(Kind); in Profile()
97 ID.AddInteger(Kind); in Profile()
98 ID.AddInteger(Val); in Profile()
108 ID.AddInteger(Kind); in Profile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp41 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h34 Id.AddInteger(CurrentState); in Profile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp39 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-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp45 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h237 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 DAnalysisDeclContext.h343 ID.AddInteger(BlockCount); in Profile()
344 ID.AddInteger(Index); in Profile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp82 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp33 ID.AddInteger((unsigned long long)V); in operator ()()
36 ID.AddInteger(A.size()); in operator ()()

123