/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ASTTableGen.cpp | 48 StringRef clang::tblgen::DeclNode::getId() const { in getId() function in clang::tblgen::DeclNode 57 StringRef clang::tblgen::TypeNode::getId() const { in getId() function in clang::tblgen::TypeNode 69 std::string clang::tblgen::StmtNode::getId() const { in getId() function in clang::tblgen::StmtNode
|
H A D | ClangTypeNodesEmitter.cpp | 167 Out << macroName << "(" << type.getId() << ", " in emitNodeInvocations() 179 LastTypeMacroName "(" << type.getId() << ")\n" in emitLastNodeInvocation() 189 Out << LeafTypeMacroName "(" << type.getId() << ")\n"; in emitLeafNodeInvocations()
|
H A D | ASTTableGen.h | 184 llvm::StringRef getId() const; 206 llvm::StringRef getId() const; 228 std::string getId() const;
|
H A D | ClangASTPropertiesEmitter.cpp | 388 Out << " case " << info.HierarchyName << "::" << node.getId() << ":\n" in emitNodeReaderWriterClass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 533 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || in useNative() 538 if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS) in useNative() 663 switch (FInfo.getId()) { in fold() 718 const TableRef tr = getOptTable(FInfo.getId()); in TDOFold() 784 !HasNative(FInfo.getId())) in replaceWithNative() 852 assert((FInfo.getId() == AMDGPULibFunc::EI_POW || in fold_pow() 853 FInfo.getId() == AMDGPULibFunc::EI_POWR || in fold_pow() 854 FInfo.getId() == AMDGPULibFunc::EI_POWN) && in fold_pow() 1017 needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) && in fold_pow() 1021 needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR && in fold_pow() [all …]
|
H A D | AMDGPULibFunc.h | 333 EFuncId getId() const { return FuncId; } in getId() function 373 EFuncId getId() const { return Impl->getId(); } in getId() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 171 return cast<CoroIdInst>(CoroBegin->getId()); in getSwitchCoroId() 177 return cast<AnyCoroIdRetconInst>(CoroBegin->getId()); in getRetconCoroId() 182 return cast<CoroIdAsyncInst>(CoroBegin->getId()); in getAsyncCoroId()
|
H A D | Coroutines.cpp | 307 auto Id = dyn_cast<CoroIdInst>(CB->getId()); in buildFrom() 369 auto Id = CoroBegin->getId(); in buildFrom()
|
H A D | CoroSplit.cpp | 991 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]), in create() 1275 auto *CoroId = CoroBegin->getId(); in handleNoSuspendCoroutine() 1551 auto *Id = cast<CoroIdAsyncInst>(Shape.CoroBegin->getId()); in splitAsyncCoroutine() 1633 auto *Id = cast<AnyCoroIdRetconInst>(Shape.CoroBegin->getId()); in splitRetconCoroutine()
|
H A D | CoroInstr.h | 424 AnyCoroIdInst *getId() const { in getId() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.h | 61 size_t getId() const { in getId() function 104 return Clusters_[Id.getId()]; in getCluster()
|
H A D | Clustering.cpp | 283 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage. in stabilize()
|
H A D | Analysis.cpp | 80 OS << CID.getId(); in writeClusterId()
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | SaslInteraction.h | 19 unsigned long getId() const;
|
H A D | SaslInteraction.cpp | 19 unsigned long SaslInteraction::getId() const in getId() function in SaslInteraction
|
H A D | SaslInteractionHandler.cpp | 41 switch ( (*i)->getId() ) { in handleInteractions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 285 Metadata *getId() const { in getId() function in __anon6047001d0111::TBAAStructTypeNode 468 if(auto *Id = dyn_cast<MDString>(AccessType.getId())) in isTBAAVtableAccess()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Table.h | 430 getId () in getId() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Table.h | 430 getId () in getId() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 413 uint32_t Id = TypeEntry->getId(); in addType() 421 uint32_t Id = TypeEntry->getId(); in addType() 1345 StructTypeId = StructType->getId(); in endModule()
|
H A D | BTFDebug.h | 50 uint32_t getId() { return Id; } in getId() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Action.h | 227 StringRef getId() const { return Id; } in getId() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 296 P.format(" ID: {0}, String: {1}", String.getId(), String.getString()); in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 219 printItemIndex("Id", String.getId()); in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 601 TypeIndex getId() const { return Id; } in getId() function
|