Home
last modified time | relevance | path

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

123456

/freebsd-src/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, RT() function
98 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, RT() function
105 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) RT() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp110 getRecordArgABI(const RecordType * RT,CGCXXABI & CXXABI) getRecordArgABI() argument
122 const RecordType *RT = T->getAs<RecordType>(); getRecordArgABI() local
132 if (const auto *RT = Ty->getAs<RecordType>()) classifyReturnType() local
268 const RecordType *RT = FT->getAs<RecordType>(); isEmptyField() local
291 const RecordType *RT = T->getAs<RecordType>(); isEmptyRecord() local
311 const RecordType *RT = T->getAs<RecordType>(); isSingleElementStruct() local
431 const RecordType *RT = Ty->getAs<RecordType>(); isRecordWithSIMDVectorType() local
[all...]
H A DCodeGenTypes.cpp248 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) ConvertFunctionTypeInternal() local
252 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) ConvertFunctionTypeInternal() local
310 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) ConvertType() local
811 if (const RecordType *RT = T->getAs<RecordType>()) { isZeroInitializable() local
H A DCGCXX.cpp282 const RecordType *RT = T->getAs<RecordType>(); BuildAppleKextVirtualCall() local
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp78 return Jit->addIRModule(RT, {std::move(PTU.TheModule), TSCtx}); in removeModule() local
69 llvm::orc::ResourceTrackerSP RT = addModule() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp24 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add() argument
170 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O, in add() argument
179 add(ResourceTrackerSP RT,std::unique_ptr<MemoryBuffer> O) add() argument
[all...]
H A DLLJIT.cpp98 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving() argument
205 Error notifyAdding(ResourceTracker &RT, const MaterializationUnit &MU) { in notifyAdding() argument
500 Error GenericLLVMIRPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding() argument
847 addIRModule(ResourceTrackerSP RT,ThreadSafeModule TSM) addIRModule() argument
861 addObjectFile(ResourceTrackerSP RT,std::unique_ptr<MemoryBuffer> Obj) addObjectFile() argument
[all...]
H A DOrcV2CBindings.cpp387 auto RT = unwrap(JD)->createResourceTracker(); in LLVMOrcJITDylibGetDefaultResourceTracker() local
819 LLVMOrcResourceTrackerRef RT, in LLVMOrcObjectLayerAddObjectFileWithRT() argument
379 auto RT = unwrap(JD)->createResourceTracker(); LLVMOrcJITDylibCreateResourceTracker() local
392 LLVMOrcReleaseResourceTracker(LLVMOrcResourceTrackerRef RT) LLVMOrcReleaseResourceTracker() argument
403 LLVMOrcResourceTrackerRemove(LLVMOrcResourceTrackerRef RT) LLVMOrcResourceTrackerRemove() argument
974 LLVMOrcLLJITAddObjectFileWithRT(LLVMOrcLLJITRef J,LLVMOrcResourceTrackerRef RT,LLVMMemoryBufferRef ObjBuffer) LLVMOrcLLJITAddObjectFileWithRT() argument
989 LLVMOrcLLJITAddLLVMIRModuleWithRT(LLVMOrcLLJITRef J,LLVMOrcResourceTrackerRef RT,LLVMOrcThreadSafeModuleRef TSM) LLVMOrcLLJITAddLLVMIRModuleWithRT() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp584 if (const auto *RT = getAs<RecordType>()) isClassType() local
590 if (const auto *RT = getAs<RecordType>()) isStructureType() local
596 if (const auto *RT = getAs<RecordType>()) isObjCBoxableRecordType() local
602 if (const auto *RT = getAs<RecordType>()) isInterfaceType() local
608 if (const auto *RT = getAs<RecordType>()) { isStructureOrClassType() local
622 if (const auto *RT = getAs<RecordType>()) isUnionType() local
658 if (const auto *RT = getAs<ReferenceType>()) getPointeeType() local
669 if (const auto *RT = dyn_cast<RecordType>(this)) { getAsStructureType() local
675 if (const auto *RT = dyn_cast<RecordType>(CanonicalType)) { getAsStructureType() local
688 if (const auto *RT = dyn_cast<RecordType>(this)) { getAsUnionType() local
694 if (const auto *RT = dyn_cast<RecordType>(CanonicalType)) { getAsUnionType() local
1808 else if (const auto *RT = getAs<ReferenceType>()) getPointeeCXXRecordDecl() local
1813 if (const auto *RT = PointeeType->getAs<RecordType>()) getPointeeCXXRecordDecl() local
2600 if (const auto *RT = CanonicalType->getAs<RecordType>()) { isTrivialType() local
2651 if (const auto *RT = CanonicalType->getAs<RecordType>()) { isTriviallyCopyableTypeImpl() local
2790 if (const auto *RT = isNonTrivialToPrimitiveDefaultInitialize() local
2806 if (const auto *RT = isNonTrivialToPrimitiveCopy() local
2863 if (const auto *RT = BaseTy->getAs<RecordType>()) { isLiteralType() local
2926 if (const auto *RT = BaseTy->getAs<RecordType>()) { isStandardLayoutType() local
2968 if (const auto *RT = BaseTy->getAs<RecordType>()) { isCXX11PODType() local
4741 if (const auto *RT = getAs<RecordType>()) isCUDADeviceBuiltinSurfaceType() local
4748 if (const auto *RT = getAs<RecordType>()) isCUDADeviceBuiltinTextureType() local
4784 if (const auto *RT = isDestructedTypeImpl() 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-src/sys/contrib/device-tree/src/arm/st/
H A Dst-pincfg.h20 #define RT (1 << 23) macro
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp85 if (const RecordType *RT = Ty->getAs<RecordType>()) { numRegsForType() local
134 if (const RecordType *RT = RetTy->getAs<RecordType>()) { classifyReturnType() local
222 if (const RecordType *RT = Ty->getAs<RecordType>()) { classifyArgumentType() local
H A DXCore.cpp362 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType() argument
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
H A DSystemZ.cpp199 const RecordType *RT = Ty->getAs<RecordType>(); in GetSingleElementType() local
438 if (const RecordType *RT = Ty->getAs<RecordType>()) { classifyArgumentType() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp46 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() local
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-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h640 MaterializationResponsibility(ResourceTrackerSP RT,SymbolFlagsMap SymbolFlags,SymbolStringPtr InitSymbol) MaterializationResponsibility() argument
649 ResourceTrackerSP RT; global() variable
1179 ResourceTracker *RT; global() member
1717 createMaterializationResponsibility(ResourceTracker & RT,SymbolFlagsMap Symbols,SymbolStringPtr InitSymbol) createMaterializationResponsibility() argument
1844 define(std::unique_ptr<MaterializationUnitType> && MU,ResourceTrackerSP RT) define() argument
1887 define(std::unique_ptr<MaterializationUnitType> & MU,ResourceTrackerSP RT) define() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp71 double RT = *IIVDEntry.RThroughput; in printView() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp143 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { CheckSpecifiedExceptionType() local
1053 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) canCalleeThrow() local
1120 const RecordType *RT = Op->getType()->getAs<RecordType>(); canTypeidThrow() local
1231 if (const RecordType *RT = DTy->getAs<RecordType>()) { canThrow() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp86 const TreePatternNode *RT = RHS->getSrcPattern(); operator ()() local

123456