/openbsd/gnu/llvm/clang/utils/TableGen/ |
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.cpp | 49 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 D | ASTTableGen.h | 185 llvm::StringRef getId() const; 207 llvm::StringRef getId() const; 229 std::string getId() const;
|
H A D | ClangASTPropertiesEmitter.cpp | 389 Out << " case " << info.HierarchyName << "::" << node.getId() << ":\n" in emitNodeReaderWriterClass()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 512 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 D | AMDGPULibFunc.h | 334 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 D | CoroInternal.h | 148 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 D | Coroutines.cpp | 227 auto Id = dyn_cast<CoroIdInst>(CB->getId()); in buildFrom() 292 auto Id = CoroBegin->getId(); in buildFrom()
|
H A D | CoroSplit.cpp | 1085 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 D | CoroInstr.h | 424 AnyCoroIdInst *getId() const { in getId() function
|
/openbsd/gnu/llvm/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 | 296 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage. in stabilize()
|
H A D | Analysis.cpp | 80 OS << CID.getId(); in writeClusterId()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 284 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 D | BTFDebug.h | 50 uint32_t getId() { return Id; } in getId() function
|
H A D | BTFDebug.cpp | 516 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 D | Action.h | 240 StringRef getId() const { return Id; } in getId() function
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 299 P.format(" ID: {0}, String: {1}", String.getId(), String.getString()); in visitKnownRecord()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 219 printItemIndex("Id", String.getId()); in visitKnownRecord()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 602 TypeIndex getId() const { return Id; } in getId() function
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1687 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 D | Driver.cpp | 2950 C.MakeAction<InputAction>(IA->getInputArg(), Ty, IA->getId())); in addDeviceDependences()
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 7188 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
|