Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp61 ID.AddInteger(Kind); in AddDeclarationNameImpl()
74 ID.AddInteger(NumArgs); in AddDeclarationNameImpl()
117 ID.AddInteger(Kind); in AddNestedNameSpecifier()
140 ID.AddInteger(Kind); in AddTemplateName()
159 ID.AddInteger(Kind); in AddTemplateArgument()
192 ID.AddInteger(TPL->size()); in AddTemplateParameterList()
219 ID.AddInteger(value); in CalculateHash()
228 ID.AddInteger(value); in CalculateHash()
499 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
596 ID.AddInteger(Decls.size()); in AddFunctionDecl()
[all …]
H A DStmtProfile.cpp86 ID.AddInteger(SC); in HandleStmtClass()
178 ID.AddInteger(SC); in HandleStmtClass()
227 ID.AddInteger(0); in VisitStmt()
1418 ID.AddInteger(0); in VisitDesignatedInitExpr()
1424 ID.AddInteger(1); in VisitDesignatedInitExpr()
1427 ID.AddInteger(2); in VisitDesignatedInitExpr()
1527 ID.AddInteger(0); in VisitRequiresExpr()
1529 ID.AddInteger(1); in VisitRequiresExpr()
1533 ID.AddInteger(2); in VisitRequiresExpr()
1762 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()
483 ID.AddInteger(Kind); in Profile()
504 ID.AddInteger(0); in Profile()
538 ID.AddInteger(NumFillers); in Profile()
548 ID.AddInteger(NumFillers); in Profile()
595 ID.AddInteger(getLValueOffset().getQuantity()); in Profile()
596 ID.AddInteger((isNullPointer() ? 1 : 0) | in Profile()
600 ID.AddInteger(getLValuePath().size()); in Profile()
[all …]
H A DTemplateBase.cpp307 ID.AddInteger(getKind()); in Profile()
332 ID.AddInteger(TTP->getDepth()); in Profile()
333 ID.AddInteger(TTP->getPosition()); in Profile()
353 ID.AddInteger(Args.NumArgs); in Profile()
H A DASTConcept.cpp65 ID.AddInteger(TemplateArgs.size()); in Profile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp59 AddInteger(reinterpret_cast<uintptr_t>(Ptr)); in AddPointer()
61 void FoldingSetNodeID::AddInteger(signed I) { in AddInteger() function in FoldingSetNodeID
64 void FoldingSetNodeID::AddInteger(unsigned I) { in AddInteger() function in FoldingSetNodeID
67 void FoldingSetNodeID::AddInteger(long I) { in AddInteger() function in FoldingSetNodeID
68 AddInteger((unsigned long)I); in AddInteger()
72 AddInteger(unsigned(I)); in AddInteger()
74 AddInteger((unsigned long long)I); in AddInteger()
79 void FoldingSetNodeID::AddInteger(long long I) { in AddInteger() function in FoldingSetNodeID
80 AddInteger((unsigned long long)I); in AddInteger()
83 AddInteger(unsigned(I)); in AddInteger()
[all …]
H A DAPSInt.cpp41 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
H A DItaniumManglingCanonicalizer.cpp32 ID.AddInteger((unsigned long long)V); in operator ()()
35 ID.AddInteger(A.size()); in operator ()()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h54 profile.AddInteger((unsigned) SymbolRegionValueKind); in Profile()
111 profile.AddInteger((unsigned) SymbolConjuredKind); in Profile()
115 profile.AddInteger(Count); in Profile()
155 profile.AddInteger((unsigned) SymbolDerivedKind); in Profile()
191 profile.AddInteger((unsigned) SymbolExtentKind); in Profile()
244 profile.AddInteger((unsigned) SymbolMetadataKind); in Profile()
249 profile.AddInteger(Count); in Profile()
296 ID.AddInteger((unsigned) SymbolCastKind); in Profile()
390 ID.AddInteger((unsigned)ClassKind); in Profile()
392 ID.AddInteger(op); in Profile()
H A DDynamicCastInfo.h44 ID.AddInteger(ResultKind); in Profile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp329 ID.AddInteger(Opc); in addNodeIDOpcode()
336 ID.AddInteger(Val); in addNodeIDRegType()
354 ID.AddInteger(Imm); in addNodeIDImmediate()
360 ID.AddInteger(Reg); in addNodeIDRegNum()
379 ID.AddInteger(Flag); in addNodeIDFlag()
409 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand()
415 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h735 ID.AddInteger(getASTCallingConvention()); in Profile()
742 ID.AddInteger(RegParm); in Profile()
745 ID.AddInteger(Required.getOpaqueData()); in Profile()
749 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
763 ID.AddInteger(info.getCC()); in Profile()
770 ID.AddInteger(info.getRegParm()); in Profile()
773 ID.AddInteger(required.getOpaqueData()); in Profile()
777 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp212 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
216 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
221 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
228 ID.AddInteger(static_cast<unsigned>(StringRegionKind)); in ProfileRegion()
246 ID.AddInteger(cnt); in ProfileRegion()
310 ID.AddInteger(Idx); in ProfileRegion()
332 ID.AddInteger(MemRegion::ElementRegionKind); in ProfileRegion()
345 ID.AddInteger(MemRegion::FunctionCodeRegionKind); in ProfileRegion()
357 ID.AddInteger(MemRegion::BlockCodeRegionKind); in ProfileRegion()
370 ID.AddInteger(MemRegion::BlockDataRegionKind); in ProfileRegion()
[all …]
H A DBlockCounter.cpp41 ID.AddInteger(BlockID); in Profile()
H A DLoopUnrolling.cpp53 ID.AddInteger(K); in Profile()
56 ID.AddInteger(maxStep); in Profile()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h228 ID.AddInteger(RawKind); in Profile()
229 ID.AddInteger(Cnt); in Profile()
230 ID.AddInteger(ACnt); in Profile()
231 ID.AddInteger(RawObjectKind); in Profile()
232 ID.AddInteger(RawIvarAccessHistory); in Profile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h326 void AddInteger(signed I);
327 void AddInteger(unsigned I);
328 void AddInteger(long I);
329 void AddInteger(unsigned long I);
330 void AddInteger(long long I);
331 void AddInteger(unsigned long long I);
332 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp557 ID.AddInteger(OpC); in AddNodeIDOpcode()
1582 ID.AddInteger(FI); in getFrameIndex()
1600 ID.AddInteger(JTI); in getJumpTable()
1670 ID.AddInteger(Index); in getTargetIndex()
1963 ID.AddInteger(RegNo); in getRegister()
2075 ID.AddInteger(SrcAS); in getAddrSpaceCast()
7274 ID.AddInteger(Size); in getLifetimeNode()
7298 ID.AddInteger(Guid); in getPseudoProbeNode()
8153 ID.AddInteger(2U); in getVTList()
8171 ID.AddInteger(3U); in getVTList()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h90 ID.AddInteger(Kind); in Profile()
91 if (Val) ID.AddInteger(Val); in Profile()
101 ID.AddInteger(Kind); in Profile()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h34 Id.AddInteger(CurrentState); in Profile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp45 ID.AddInteger(unsigned(Attribute)); in Profile()
46 ID.AddInteger(unsigned(Form)); in Profile()
48 ID.AddInteger(Value); in Profile()
58 ID.AddInteger(unsigned(Tag)); in Profile()
59 ID.AddInteger(unsigned(Children)); in Profile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp45 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h236 ID.AddInteger((unsigned) X.getKind());
237 ID.AddInteger((unsigned) X.getObjKind());
242 ID.AddInteger((unsigned) X.getKind());
243 ID.AddInteger((unsigned) X.getObjKind());
H A DAnalysisDeclContext.h339 ID.AddInteger(BlockCount); in Profile()
340 ID.AddInteger(Index); in Profile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp82 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()

123