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

/freebsd-12-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-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp553 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) ||
558 if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS)
683 switch (FInfo.getId()) {
738 const TableRef tr = getOptTable(FInfo.getId());
804 !HasNative(FInfo.getId()))
872 assert((FInfo.getId() == AMDGPULibFunc::EI_POW ||
873 FInfo.getId() == AMDGPULibFunc::EI_POWR ||
874 FInfo.getId() == AMDGPULibFunc::EI_POWN) &&
1037 needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) &&
1041 needcopysign = needabs = FInfo.getId() !
[all...]
H A DAMDGPULibFunc.h332 EFuncId getId() const { return FuncId; } function in class:llvm::AMDGPULibFuncImpl
372 EFuncId getId() const { return Impl->getId(); } function in class:llvm::AMDGPULibFunc
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h135 return cast<CoroIdInst>(CoroBegin->getId());
141 return cast<AnyCoroIdRetconInst>(CoroBegin->getId());
H A DCoroutines.cpp294 auto Id = dyn_cast<CoroIdInst>(CB->getId());
351 auto Id = CoroBegin->getId();
H A DCoroInstr.h309 AnyCoroIdInst *getId() const { function in class:llvm::CoroBeginInst
H A DCoroSplit.cpp771 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]),
988 auto *CoroId = CoroBegin->getId();
1218 auto *Id = cast<AnyCoroIdRetconInst>(Shape.CoroBegin->getId());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp283 /// getId - Return type identifier.
284 Metadata *getId() const { function in class:__anon4481::TBAAStructTypeNode
467 if(auto *Id = dyn_cast<MDString>(AccessType.getId()))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp392 uint32_t Id = TypeEntry->getId();
400 uint32_t Id = TypeEntry->getId();
1250 StructTypeId = StructType->getId();
H A DBTFDebug.h44 uint32_t getId() { return Id; } function in class:llvm::BTFTypeBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp219 printItemIndex("Id", String.getId());
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp295 P.format(" ID: {0}, String: {1}", String.getId(), String.getString());
/freebsd-12-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 108 milliseconds