/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestDrop.java | 80 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 D | AMDGPULibCalls.cpp | 498 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 D | AMDGPULibFunc.h | 340 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 D | CoroInternal.h | 156 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 D | Coroutines.cpp | 230 auto Id = dyn_cast<CoroIdInst>(CB->getId()); in buildFrom() 295 auto Id = CoroBegin->getId(); in buildFrom()
|
H A D | CoroSplit.cpp | 1163 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 D | CoroInstr.h | 455 AnyCoroIdInst *getId() const { in getId() function
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ASTTableGen.h | 185 llvm::StringRef getId() const; 207 llvm::StringRef getId() const; 229 std::string getId() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 285 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 D | HIPUtility.cpp | 106 std::string ID = IA->getId().str(); in populateSymbols()
|
H A D | Clang.cpp | 7690 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 50 uint32_t getId() { return Id; } in getId() function
|
H A D | BTFDebug.cpp | 518 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 D | Action.h | 241 StringRef getId() const { return Id; } in getId() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 220 printItemIndex("Id", String.getId()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 301 P.format(" ID: {0}, String: {1}", String.getId(), String.getString()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 602 TypeIndex getId() const { return Id; } in getId() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 633 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 D | AMDGPUAsmParser.cpp | 1787 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 D | Driver.cpp | 3059 C.MakeAction<InputAction>(IA->getInputArg(), Ty, IA->getId())); in addDeviceDependences()
|