Home
last modified time | relevance | path

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

1234567

/external/llvm-project/clang/lib/AST/
DODRHash.cpp49 ID.AddInteger(Result.first->second); in AddDeclarationNameImpl()
61 ID.AddInteger(Kind); in AddDeclarationNameImpl()
74 ID.AddInteger(NumArgs); in AddDeclarationNameImpl()
89 ID.AddInteger(Name.getCXXOverloadedOperator()); in AddDeclarationNameImpl()
117 ID.AddInteger(Kind); in AddNestedNameSpecifier()
140 ID.AddInteger(Kind); in AddTemplateName()
159 ID.AddInteger(Kind); in AddTemplateArgument()
181 ID.AddInteger(TA.pack_size()); in AddTemplateArgument()
192 ID.AddInteger(TPL->size()); in AddTemplateParameterList()
219 ID.AddInteger(value); in CalculateHash()
[all …]
DStmtProfile.cpp86 ID.AddInteger(SC); in HandleStmtClass()
90 ID.AddInteger(D ? D->getKind() : 0); in VisitDecl()
95 ID.AddInteger(NTTP->getDepth()); in VisitDecl()
96 ID.AddInteger(NTTP->getIndex()); in VisitDecl()
111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
112 ID.AddInteger(Parm->getFunctionScopeIndex()); in VisitDecl()
118 ID.AddInteger(TTP->getDepth()); in VisitDecl()
119 ID.AddInteger(TTP->getIndex()); in VisitDecl()
126 ID.AddInteger(TTP->getDepth()); in VisitDecl()
127 ID.AddInteger(TTP->getIndex()); in VisitDecl()
[all …]
DAPValue.cpp131 ID.AddInteger(Local.CallIndex); in Profile()
132 ID.AddInteger(Local.Version); in Profile()
154 ID.AddInteger(Value); in Profile()
466 ID.AddInteger((uint32_t)V.extractBitsAsZExtValue(std::min(32u, N - I), I)); in profileIntValue()
475 ID.AddInteger(Kind); in Profile()
496 ID.AddInteger(0); in Profile()
499 ID.AddInteger(getUnionField()->getFieldIndex() + 1); in Profile()
530 ID.AddInteger(NumFillers); in Profile()
540 ID.AddInteger(NumFillers); in Profile()
587 ID.AddInteger(getLValueOffset().getQuantity()); in Profile()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
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()
70 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() function in FoldingSetNodeID
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()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp58 AddInteger(reinterpret_cast<uintptr_t>(Ptr)); in AddPointer()
60 void FoldingSetNodeID::AddInteger(signed I) { in AddInteger() function in FoldingSetNodeID
63 void FoldingSetNodeID::AddInteger(unsigned I) { in AddInteger() function in FoldingSetNodeID
66 void FoldingSetNodeID::AddInteger(long I) { in AddInteger() function in FoldingSetNodeID
67 AddInteger((unsigned long)I); in AddInteger()
69 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() function in FoldingSetNodeID
71 AddInteger(unsigned(I)); in AddInteger()
73 AddInteger((unsigned long long)I); in AddInteger()
78 void FoldingSetNodeID::AddInteger(long long I) { in AddInteger() function in FoldingSetNodeID
79 AddInteger((unsigned long long)I); in AddInteger()
[all …]
/external/llvm-project/llvm/lib/Support/
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()
70 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() function in FoldingSetNodeID
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()
[all …]
/external/clang/lib/AST/
DStmtProfile.cpp73 ID.AddInteger(S->getStmtClass()); in VisitStmt()
78 ID.AddInteger(0); in VisitStmt()
167 ID.AddInteger(S->getNumOutputs()); in VisitGCCAsmStmt()
172 ID.AddInteger(S->getNumInputs()); in VisitGCCAsmStmt()
177 ID.AddInteger(S->getNumClobbers()); in VisitGCCAsmStmt()
745 ID.AddInteger(S->getIdentType()); in VisitPredefinedExpr()
751 ID.AddInteger(S->getType()->castAs<BuiltinType>()->getKind()); in VisitIntegerLiteral()
756 ID.AddInteger(S->getKind()); in VisitCharacterLiteral()
757 ID.AddInteger(S->getValue()); in VisitCharacterLiteral()
764 ID.AddInteger(S->getType()->castAs<BuiltinType>()->getKind()); in VisitFloatingLiteral()
[all …]
/external/llvm/lib/Support/
DFoldingSet.cpp60 void FoldingSetNodeID::AddInteger(signed I) { in AddInteger() function in FoldingSetNodeID
63 void FoldingSetNodeID::AddInteger(unsigned I) { in AddInteger() function in FoldingSetNodeID
66 void FoldingSetNodeID::AddInteger(long I) { in AddInteger() function in FoldingSetNodeID
67 AddInteger((unsigned long)I); in AddInteger()
69 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() function in FoldingSetNodeID
71 AddInteger(unsigned(I)); in AddInteger()
73 AddInteger((unsigned long long)I); in AddInteger()
78 void FoldingSetNodeID::AddInteger(long long I) { in AddInteger() function in FoldingSetNodeID
79 AddInteger((unsigned long long)I); in AddInteger()
81 void FoldingSetNodeID::AddInteger(unsigned long long I) { in AddInteger() function in FoldingSetNodeID
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h52 profile.AddInteger((unsigned) SymbolRegionValueKind); in Profile()
97 profile.AddInteger((unsigned) SymbolConjuredKind); in Profile()
101 profile.AddInteger(Count); in Profile()
135 profile.AddInteger((unsigned) SymbolDerivedKind); in Profile()
167 profile.AddInteger((unsigned) SymbolExtentKind); in Profile()
208 profile.AddInteger((unsigned) SymbolMetadataKind); in Profile()
212 profile.AddInteger(Count); in Profile()
246 ID.AddInteger((unsigned) SymbolCastKind); in Profile()
303 ID.AddInteger((unsigned) SymIntExprKind); in Profile()
305 ID.AddInteger(op); in Profile()
[all …]
/external/perfetto/src/trace_processor/util/
Dproto_to_args_parser.cc181 delegate.AddInteger(key_prefix_, field.as_int32()); in ParseSimpleField()
184 delegate.AddInteger(key_prefix_, field.as_sint32()); in ParseSimpleField()
189 delegate.AddInteger(key_prefix_, field.as_int64()); in ParseSimpleField()
192 delegate.AddInteger(key_prefix_, field.as_sint64()); in ParseSimpleField()
216 delegate.AddInteger(key_prefix_, field.as_int32()); in ParseSimpleField()
224 delegate.AddInteger(key_prefix_, field.as_int32()); in ParseSimpleField()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp284 ID.AddInteger(Opc); in addNodeIDOpcode()
291 ID.AddInteger(Val); in addNodeIDRegType()
309 ID.AddInteger(Imm); in addNodeIDImmediate()
315 ID.AddInteger(Reg); in addNodeIDRegNum()
334 ID.AddInteger(Flag); in addNodeIDFlag()
355 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand()
361 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp316 ID.AddInteger(Opc); in addNodeIDOpcode()
323 ID.AddInteger(Val); in addNodeIDRegType()
341 ID.AddInteger(Imm); in addNodeIDImmediate()
347 ID.AddInteger(Reg); in addNodeIDRegNum()
366 ID.AddInteger(Flag); in addNodeIDFlag()
396 ID.AddInteger(MO.getImm()); in addNodeIDMachineOperand()
402 ID.AddInteger(MO.getPredicate()); in addNodeIDMachineOperand()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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()
/external/llvm-project/llvm/unittests/ADT/
DFoldingSet.cpp43 ID.AddInteger(A); in TEST()
44 ID.AddInteger(B); in TEST()
64 ID.AddInteger(Key); in Profile()
65 ID.AddInteger(Value); in Profile()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h621 ID.AddInteger(getASTCallingConvention()); in Profile()
627 ID.AddInteger(RegParm); in Profile()
628 ID.AddInteger(Required.getOpaqueData()); in Profile()
632 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
646 ID.AddInteger(info.getCC()); in Profile()
652 ID.AddInteger(info.getRegParm()); in Profile()
653 ID.AddInteger(required.getOpaqueData()); in Profile()
657 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h716 ID.AddInteger(getASTCallingConvention()); in Profile()
723 ID.AddInteger(RegParm); in Profile()
726 ID.AddInteger(Required.getOpaqueData()); in Profile()
730 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
744 ID.AddInteger(info.getCC()); in Profile()
751 ID.AddInteger(info.getRegParm()); in Profile()
754 ID.AddInteger(required.getOpaqueData()); in Profile()
758 ID.AddInteger(paramInfo.getOpaqueValue()); in Profile()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp211 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
215 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
220 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
227 ID.AddInteger(static_cast<unsigned>(StringRegionKind)); in ProfileRegion()
235 ID.AddInteger(static_cast<unsigned>(ObjCStringRegionKind)); in ProfileRegion()
243 ID.AddInteger(static_cast<unsigned>(AllocaRegionKind)); in ProfileRegion()
245 ID.AddInteger(cnt); in ProfileRegion()
260 ID.AddInteger(static_cast<unsigned>(CompoundLiteralRegionKind)); in ProfileRegion()
268 ID.AddInteger(static_cast<unsigned>(CXXThisRegionKind)); in ProfileRegion()
284 ID.AddInteger(static_cast<unsigned>(ObjCIvarRegionKind)); in ProfileRegion()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h318 void AddInteger(signed I);
319 void AddInteger(unsigned I);
320 void AddInteger(long I);
321 void AddInteger(unsigned long I);
322 void AddInteger(long long I);
323 void AddInteger(unsigned long long I);
324 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean()
/external/llvm/include/llvm/ADT/
DFoldingSet.h324 void AddInteger(signed I);
325 void AddInteger(unsigned I);
326 void AddInteger(long I);
327 void AddInteger(unsigned long I);
328 void AddInteger(long long I);
329 void AddInteger(unsigned long long I);
330 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h330 void AddInteger(signed I);
331 void AddInteger(unsigned I);
332 void AddInteger(long I);
333 void AddInteger(unsigned long I);
334 void AddInteger(long long I);
335 void AddInteger(unsigned long long I);
336 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp245 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
249 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
254 ID.AddInteger(static_cast<unsigned>(getKind())); in Profile()
261 ID.AddInteger(static_cast<unsigned>(StringRegionKind)); in ProfileRegion()
269 ID.AddInteger(static_cast<unsigned>(ObjCStringRegionKind)); in ProfileRegion()
277 ID.AddInteger(static_cast<unsigned>(AllocaRegionKind)); in ProfileRegion()
279 ID.AddInteger(cnt); in ProfileRegion()
294 ID.AddInteger(static_cast<unsigned>(CompoundLiteralRegionKind)); in ProfileRegion()
302 ID.AddInteger(static_cast<unsigned>(CXXThisRegionKind)); in ProfileRegion()
319 ID.AddInteger(static_cast<unsigned>(k)); in ProfileRegion()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp342 ID.AddInteger(OpC); in AddNodeIDOpcode()
357 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands()
367 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands()
404 ID.AddInteger(GA->getOffset()); in AddNodeIDCustom()
405 ID.AddInteger(GA->getTargetFlags()); in AddNodeIDCustom()
406 ID.AddInteger(GA->getAddressSpace()); in AddNodeIDCustom()
413 ID.AddInteger(cast<RegisterSDNode>(N)->getReg()); in AddNodeIDCustom()
423 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); in AddNodeIDCustom()
427 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex()); in AddNodeIDCustom()
428 ID.AddInteger(cast<JumpTableSDNode>(N)->getTargetFlags()); in AddNodeIDCustom()
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp452 ID.AddInteger(OpC); in AddNodeIDOpcode()
466 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands()
475 ID.AddInteger(Op.getResNo()); in AddNodeIDOperands()
511 ID.AddInteger(GA->getOffset()); in AddNodeIDCustom()
512 ID.AddInteger(GA->getTargetFlags()); in AddNodeIDCustom()
519 ID.AddInteger(cast<RegisterSDNode>(N)->getReg()); in AddNodeIDCustom()
529 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex()); in AddNodeIDCustom()
534 ID.AddInteger(cast<LifetimeSDNode>(N)->getSize()); in AddNodeIDCustom()
535 ID.AddInteger(cast<LifetimeSDNode>(N)->getOffset()); in AddNodeIDCustom()
540 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex()); in AddNodeIDCustom()
[all …]

1234567