Home
last modified time | relevance | path

Searched defs:RT (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.h16 static int RT(ulpscale_mpfr) (mpfr_t x, int t) in RT() function
40 static double RT (ulperr) (RT (float) got, const struct RT (ret) * p, int r, in RT() function
102 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
109 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp113 CGCXXABI::RecordArgABI CodeGen::getRecordArgABI(const RecordType *RT, in getRecordArgABI()
125 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
135 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
271 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
294 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
325 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecordForLayout() local
349 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
469 const RecordType *RT = Ty->getAs<RecordType>(); in isRecordWithSIMDVectorType() local
H A DCodeGenTypes.cpp304 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertFunctionTypeInternal() local
308 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertFunctionTypeInternal() local
366 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() local
872 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp74 llvm::orc::ResourceTrackerSP RT = in addModule() local
83 llvm::orc::ResourceTrackerSP RT = std::move(ResourceTrackers[&PTU]); in removeModule() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp24 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add()
170 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O, in add()
179 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O) { in add()
H A DLLJIT.cpp98 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving()
205 Error notifyAdding(ResourceTracker &RT, const MaterializationUnit &MU) { in notifyAdding()
500 Error GenericLLVMIRPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()
894 Error LLJIT::addIRModule(ResourceTrackerSP RT, ThreadSafeModule TSM) { in addIRModule()
908 Error LLJIT::addObjectFile(ResourceTrackerSP RT, in addObjectFile()
H A DOrcV2CBindings.cpp387 auto RT = unwrap(JD)->createResourceTracker(); in LLVMOrcJITDylibCreateResourceTracker() local
395 auto RT = unwrap(JD)->getDefaultResourceTracker(); in LLVMOrcJITDylibGetDefaultResourceTracker() local
400 void LLVMOrcReleaseResourceTracker(LLVMOrcResourceTrackerRef RT) { in LLVMOrcReleaseResourceTracker()
411 LLVMErrorRef LLVMOrcResourceTrackerRemove(LLVMOrcResourceTrackerRef RT) { in LLVMOrcResourceTrackerRemove()
819 LLVMOrcResourceTrackerRef RT, in LLVMOrcObjectLayerAddObjectFileWithRT()
974 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddObjectFileWithRT()
989 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddLLVMIRModuleWithRT()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp153 if (const auto *RT = QT->getAs<ReferenceType>()) in getOrCreateDummy() local
296 const auto *RT = Spec.getType()->getAs<RecordType>(); in getOrCreateRecord() local
312 const auto *RT = Spec.getType()->getAs<RecordType>(); in getOrCreateRecord() local
369 if (const auto *RT = Ty->getAs<RecordType>()) { in createDescriptor() local
H A DRecord.cpp52 if (auto *RT = T->getAs<RecordType>()) { in getBase() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp118 if (const auto *RT = PT->getPointeeType()->getAs<RecordType>()) in isErrorParameter() local
141 QualType RT = getFunctionOrMethodResultType(D); in handleError() local
152 QualType RT = getFunctionOrMethodResultType(D); in handleError() local
260 if (const auto *RT = PtrTy->getPointeeType()->getAs<RecordType>()) { in checkSwiftAsyncErrorBlock() local
H A DSemaBPF.cpp60 if (const auto *RT = Ty->getAs<RecordType>()) { in isValidPreserveTypeInfoArg() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp624 if (const auto *RT = getAs<RecordType>()) in isClassType() local
630 if (const auto *RT = getAs<RecordType>()) in isStructureType() local
636 const auto *RT = getAs<RecordType>(); in isStructureTypeWithFlexibleArrayMember() local
646 if (const auto *RT = getAs<RecordType>()) in isObjCBoxableRecordType() local
652 if (const auto *RT = getAs<RecordType>()) in isInterfaceType() local
658 if (const auto *RT = getAs<RecordType>()) { in isStructureOrClassType() local
672 if (const auto *RT = getAs<RecordType>()) in isUnionType() local
712 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType() local
723 if (const auto *RT = dyn_cast<RecordType>(this)) { in getAsStructureType() local
729 if (const auto *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsStructureType() local
[all …]
H A DCXXInheritance.cpp253 if (auto *RT = BaseSpec.getType()->getAs<RecordType>()) in lookupInBases() local
417 auto *RT = Specifier->getType()->getAs<RecordType>(); in findOrdinaryMemberInDependentClasses() local
521 if (const RecordType *RT = Base.getType()->getAs<RecordType>()) { in Collect() local
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dst-pincfg.h20 #define RT (1 << 23) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h671 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility()
680 ResourceTrackerSP RT; variable
1210 ResourceTracker *RT; member
1759 createMaterializationResponsibility(ResourceTracker &RT, in createMaterializationResponsibility()
1911 ResourceTrackerSP RT) { in define()
1954 ResourceTrackerSP RT) { in define()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp86 if (const RecordType *RT = Ty->getAs<RecordType>()) { in numRegsForType() local
143 if (const RecordType *RT = RetTy->getAs<RecordType>()) { in classifyReturnType() local
239 if (const RecordType *RT = Ty->getAs<RecordType>()) { in classifyArgumentType() local
H A DXCore.cpp362 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType()
620 if (const RecordType *RT = QT->getAsStructureType()) in appendType() local
623 if (const RecordType *RT = QT->getAsUnionType()) in appendType() local
H A DMips.cpp139 const RecordType *RT = Ty->getAs<RecordType>(); in HandleAggregates() local
246 const RecordType *RT = RetTy->getAs<RecordType>(); in returnAggregateInRegs() local
H A DLanai.cpp89 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
H A DARC.cpp94 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
H A DWebAssembly.cpp117 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp71 double RT = *IIVDEntry.RThroughput; in printView() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp52 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize() local
H A DLLVMConventionsChecker.cpp30 const RecordType *RT = T->getAs<RecordType>(); in IsLLVMStringRef() local
249 if (const RecordType *RT = T->getAs<RecordType>()) { in Visit() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp89 const TreePatternNode &RT = RHS->getSrcPattern(); in operator ()() local

123456