Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java80 getAggregateThreadID.set(t.getId()); in startAggregateThread()
130 consumerThreadID.set(t.getId()); in main()
146 if (t.getId() == getAggregateThreadID.get()) { in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp498 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || in useNative()
503 if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS) in useNative()
686 switch (FInfo.getId()) { in fold()
817 switch (FInfo.getId()) { in fold()
833 const TableRef tr = getOptTable(FInfo.getId()); in TDOFold()
905 assert((FInfo.getId() == AMDGPULibFunc::EI_POW || in fold_pow()
906 FInfo.getId() == AMDGPULibFunc::EI_POWR || in fold_pow()
907 FInfo.getId() == AMDGPULibFunc::EI_POWN) && in fold_pow()
1059 needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) && in fold_pow()
1063 needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR; in fold_pow()
[all …]
H A DAMDGPULibFunc.h340 EFuncId getId() const { return FuncId; }
382 EFuncId getId() const { return Impl->getId(); } in parseFuncName()
334 EFuncId getId() const { return FuncId; } getId() function
374 EFuncId getId() const { return Impl->getId(); } getId() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h156 return cast<CoroIdInst>(CoroBegin->getId()); in getSwitchCoroId()
162 return cast<AnyCoroIdRetconInst>(CoroBegin->getId()); in getRetconCoroId()
167 return cast<CoroIdAsyncInst>(CoroBegin->getId()); in getAsyncCoroId()
H A DCoroutines.cpp230 auto Id = dyn_cast<CoroIdInst>(CB->getId()); in buildFrom()
295 auto Id = CoroBegin->getId(); in buildFrom()
H A DCoroSplit.cpp1163 coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]), in create()
1224 auto *CoroId = CoroBegin->getId(); in handleNoSuspendCoroutine()
1692 auto *Id = cast<CoroIdAsyncInst>(Shape.CoroBegin->getId()); in splitAsyncCoroutine()
1786 auto *Id = cast<AnyCoroIdRetconInst>(Shape.CoroBegin->getId()); in splitRetconCoroutine()
H A DCoroInstr.h455 AnyCoroIdInst *getId() const { in getId() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h185 llvm::StringRef getId() const;
207 llvm::StringRef getId() const;
229 std::string getId() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp285 Metadata *getId() const { in getId() function in __anon0398af320111::TBAAStructTypeNode
468 if(auto *Id = dyn_cast<MDString>(AccessType.getId())) in isTBAAVtableAccess()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp106 std::string ID = IA->getId().str(); in populateSymbols()
H A DClang.cpp7690 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h50 uint32_t getId() { return Id; } in getId() function
H A DBTFDebug.cpp518 uint32_t Id = TypeEntry->getId(); in addType()
526 uint32_t Id = TypeEntry->getId(); in addType()
1631 StructTypeId = StructType->getId(); in endModule()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h241 StringRef getId() const { return Id; } in getId() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp220 printItemIndex("Id", String.getId()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp301 P.format(" ID: {0}, String: {1}", String.getId(), String.getString()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h602 TypeIndex getId() const { return Id; } in getId() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp633 printTypeIndex("Id", String.getId(), StreamIPI); in visitKnownRecord()
2558 printTypeIndex("Id", String.getId(), StreamIPI); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1787 StringRef getId() const;
6577 unsigned CPol = getCPolKind(getId(), Mnemo, Disabling); in parseCPol()
7660 StringRef AMDGPUAsmParser::getId() const { in getId() function in AMDGPUAsmParser
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3059 C.MakeAction<InputAction>(IA->getInputArg(), Ty, IA->getId())); in addDeviceDependences()