/external/llvm-project/clang/lib/AST/ |
D | ODRHash.cpp | 49 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 …]
|
D | StmtProfile.cpp | 86 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 …]
|
D | APValue.cpp | 131 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/ |
D | FoldingSet.cpp | 59 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/ |
D | FoldingSet.cpp | 58 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/ |
D | FoldingSet.cpp | 59 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/ |
D | StmtProfile.cpp | 73 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/ |
D | FoldingSet.cpp | 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() 81 void FoldingSetNodeID::AddInteger(unsigned long long I) { in AddInteger() function in FoldingSetNodeID [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 52 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/ |
D | proto_to_args_parser.cc | 181 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/ |
D | CSEInfo.cpp | 284 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/ |
D | CSEInfo.cpp | 316 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/ |
D | SymbolManager.h | 54 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/ |
D | FoldingSet.cpp | 43 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/ |
D | CGFunctionInfo.h | 621 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/ |
D | CGFunctionInfo.h | 716 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/ |
D | MemRegion.cpp | 211 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/ |
D | RetainCountChecker.h | 228 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/ |
D | FoldingSet.h | 318 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/ |
D | FoldingSet.h | 324 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/ |
D | FoldingSet.h | 330 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/ |
D | MemRegion.cpp | 245 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/ |
D | SelectionDAG.cpp | 342 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/ |
D | FoldingSet.h | 326 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/ |
D | SelectionDAG.cpp | 452 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 …]
|