Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp49 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 DStmtProfile.cpp94 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 DAPValue.cpp131 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 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.cpp82 ID.AddInteger(TemplateArgs.size()); in Profile()
H A DTemplateBase.cpp388 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 DFoldingSet.h346 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 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()
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 DDynamicCastInfo.h44 ID.AddInteger(ResultKind); in Profile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp336 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 DAttributeImpl.h109 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 DSelectionDAG.cpp683 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 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/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h768 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 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()
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 DBlockCounter.cpp41 ID.AddInteger(BlockID); in Profile()
H A DLoopUnrolling.cpp55 ID.AddInteger(K); in Profile()
58 ID.AddInteger(maxStep); in Profile()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp41 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0)); in Profile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h34 Id.AddInteger(CurrentState); in Profile()
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp45 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
/freebsd/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 ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp82 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()

123