Searched refs:getId (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp48 StringRef clang::tblgen::DeclNode::getId() const { function in class:clang::tblgen::DeclNode
57 StringRef clang::tblgen::TypeNode::getId() const { function in class:clang::tblgen::TypeNode
69 std::string clang::tblgen::StmtNode::getId() const { function in class:clang::tblgen::StmtNode
H A DClangTypeNodesEmitter.cpp167 Out << macroName << "(" << type.getId() << ", "
179 LastTypeMacroName "(" << type.getId() << ")\n"
189 Out << LeafTypeMacroName "(" << type.getId() << ")\n";
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"
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java80 getAggregateThreadID.set(t.getId());
130 consumerThreadID.set(t.getId());
146 if (t.getId() == getAggregateThreadID.get()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp549 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) ||
554 if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS)
679 switch (FInfo.getId()) {
734 const TableRef tr = getOptTable(FInfo.getId());
800 !HasNative(FInfo.getId()))
868 assert((FInfo.getId() == AMDGPULibFunc::EI_POW ||
869 FInfo.getId() == AMDGPULibFunc::EI_POWR ||
870 FInfo.getId() == AMDGPULibFunc::EI_POWN) &&
1033 needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) &&
1037 needcopysign = needabs = FInfo.getId() !
[all...]
H A DAMDGPULibFunc.h333 EFuncId getId() const { return FuncId; } function in class:llvm::AMDGPULibFuncImpl
373 EFuncId getId() const { return Impl->getId(); } function in class:llvm::AMDGPULibFunc
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h142 return cast<CoroIdInst>(CoroBegin->getId());
148 return cast<AnyCoroIdRetconInst>(CoroBegin->getId());
H A DCoroutines.cpp293 auto Id = dyn_cast<CoroIdInst>(CB->getId());
350 auto Id = CoroBegin->getId();
H A DCoroInstr.h309 AnyCoroIdInst *getId() const { function in class:llvm::CoroBeginInst
H A DCoroSplit.cpp793 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]),
1059 auto *CoroId = CoroBegin->getId();
1287 auto *Id = cast<AnyCoroIdRetconInst>(Shape.CoroBegin->getId());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp283 /// getId - Return type identifier.
284 Metadata *getId() const { function in class:__anon3398::TBAAStructTypeNode
467 if(auto *Id = dyn_cast<MDString>(AccessType.getId()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp397 uint32_t Id = TypeEntry->getId();
405 uint32_t Id = TypeEntry->getId();
1278 StructTypeId = StructType->getId();
H A DBTFDebug.h46 uint32_t getId() { return Id; } function in class:llvm::BTFTypeBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp219 printItemIndex("Id", String.getId());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp296 P.format(" ID: {0}, String: {1}", String.getId(), String.getString());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h607 TypeIndex getId() const { return Id; } function in class:llvm::codeview::StringIdRecord

Completed in 179 milliseconds