Home
last modified time | relevance | path

Searched refs:getId (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DASTTableGen.cpp48 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 DClangTypeNodesEmitter.cpp167 Out << macroName << "(" << type.getId() << ", " in emitNodeInvocations()
179 LastTypeMacroName "(" << type.getId() << ")\n" in emitLastNodeInvocation()
189 Out << LeafTypeMacroName "(" << type.getId() << ")\n"; in emitLeafNodeInvocations()
H A DASTTableGen.h184 llvm::StringRef getId() const;
206 llvm::StringRef getId() const;
228 std::string getId() const;
H A DClangASTPropertiesEmitter.cpp388 Out << " case " << info.HierarchyName << "::" << node.getId() << ":\n" in emitNodeReaderWriterClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp533 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 DAMDGPULibFunc.h333 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 DCoroInternal.h171 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 DCoroutines.cpp307 auto Id = dyn_cast<CoroIdInst>(CB->getId()); in buildFrom()
369 auto Id = CoroBegin->getId(); in buildFrom()
H A DCoroSplit.cpp991 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 DCoroInstr.h424 AnyCoroIdInst *getId() const { in getId() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h61 size_t getId() const { in getId() function
104 return Clusters_[Id.getId()]; in getCluster()
H A DClustering.cpp283 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage. in stabilize()
H A DAnalysis.cpp80 OS << CID.getId(); in writeClusterId()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DSaslInteraction.h19 unsigned long getId() const;
H A DSaslInteraction.cpp19 unsigned long SaslInteraction::getId() const in getId() function in SaslInteraction
H A DSaslInteractionHandler.cpp41 switch ( (*i)->getId() ) { in handleInteractions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp285 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 DTable.h430 getId () in getId() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.h430 getId () in getId() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp413 uint32_t Id = TypeEntry->getId(); in addType()
421 uint32_t Id = TypeEntry->getId(); in addType()
1345 StructTypeId = StructType->getId(); in endModule()
H A DBTFDebug.h50 uint32_t getId() { return Id; } in getId() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h227 StringRef getId() const { return Id; } in getId() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp296 P.format(" ID: {0}, String: {1}", String.getId(), String.getString()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp219 printItemIndex("Id", String.getId()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h601 TypeIndex getId() const { return Id; } in getId() function

12