Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/utils/TableGen/
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.cpp49 StringRef clang::tblgen::DeclNode::getId() const { in getId() function in clang::tblgen::DeclNode
58 StringRef clang::tblgen::TypeNode::getId() const { in getId() function in clang::tblgen::TypeNode
70 std::string clang::tblgen::StmtNode::getId() const { in getId() function in clang::tblgen::StmtNode
H A DASTTableGen.h185 llvm::StringRef getId() const;
207 llvm::StringRef getId() const;
229 std::string getId() const;
H A DClangASTPropertiesEmitter.cpp389 Out << " case " << info.HierarchyName << "::" << node.getId() << ":\n" in emitNodeReaderWriterClass()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp512 if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS) in useNative()
638 switch (FInfo.getId()) { in fold()
693 const TableRef tr = getOptTable(FInfo.getId()); in TDOFold()
805 assert((FInfo.getId() == AMDGPULibFunc::EI_POW || in fold_pow()
806 FInfo.getId() == AMDGPULibFunc::EI_POWR || in fold_pow()
807 FInfo.getId() == AMDGPULibFunc::EI_POWN) && in fold_pow()
1054 if (FInfo.getId() == AMDGPULibFunc::EI_POWN) { in fold_pow()
1221 assert(fInfo.getId() == AMDGPULibFunc::EI_SIN || in fold_sincos()
1222 fInfo.getId() == AMDGPULibFunc::EI_COS); in fold_sincos()
1393 switch (FInfo.getId()) { in evaluateScalarMathFunc()
[all …]
H A DAMDGPULibFunc.h334 EFuncId getId() const { return FuncId; } in getId() function
374 EFuncId getId() const { return Impl->getId(); } in getId() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h148 return cast<CoroIdInst>(CoroBegin->getId()); in getSwitchCoroId()
154 return cast<AnyCoroIdRetconInst>(CoroBegin->getId()); in getRetconCoroId()
159 return cast<CoroIdAsyncInst>(CoroBegin->getId()); in getAsyncCoroId()
H A DCoroutines.cpp227 auto Id = dyn_cast<CoroIdInst>(CB->getId()); in buildFrom()
292 auto Id = CoroBegin->getId(); in buildFrom()
H A DCoroSplit.cpp1085 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]), in create()
1406 auto *CoroId = CoroBegin->getId(); in handleNoSuspendCoroutine()
1704 auto *Id = cast<CoroIdAsyncInst>(Shape.CoroBegin->getId()); in splitAsyncCoroutine()
1801 auto *Id = cast<AnyCoroIdRetconInst>(Shape.CoroBegin->getId()); in splitRetconCoroutine()
H A DCoroInstr.h424 AnyCoroIdInst *getId() const { in getId() function
/openbsd/gnu/llvm/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.cpp296 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage. in stabilize()
H A DAnalysis.cpp80 OS << CID.getId(); in writeClusterId()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp284 Metadata *getId() const { in getId() function in __anon7d7d649f0111::TBAAStructTypeNode
468 if(auto *Id = dyn_cast<MDString>(AccessType.getId())) in isTBAAVtableAccess()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.h50 uint32_t getId() { return Id; } in getId() function
H A DBTFDebug.cpp516 uint32_t Id = TypeEntry->getId(); in addType()
524 uint32_t Id = TypeEntry->getId(); in addType()
1602 StructTypeId = StructType->getId(); in endModule()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DAction.h240 StringRef getId() const { return Id; } in getId() function
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp299 P.format(" ID: {0}, String: {1}", String.getId(), String.getString()); in visitKnownRecord()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp219 printItemIndex("Id", String.getId()); in visitKnownRecord()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h602 TypeIndex getId() const { return Id; } in getId() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1687 StringRef getId() const;
6042 unsigned CPol = getCPolKind(getId(), Mnemo, Disabling); in parseCPol()
7122 StringRef AMDGPUAsmParser::getId() const { in getId() function in AMDGPUAsmParser
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp2950 C.MakeAction<InputAction>(IA->getInputArg(), Ty, IA->getId())); in addDeviceDependences()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp7188 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()