Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp176 if (const auto *RT = T->getAs<RecordType>()) in isSafeToConvert() local
221 const RecordType *RT = dyn_cast<RecordType>(TT); in isFuncParamTypeConvertible() local
337 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertFunctionTypeInternal() local
341 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertFunctionTypeInternal() local
415 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() local
911 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable() local
H A DTargetInfo.cpp156 static CGCXXABI::RecordArgABI getRecordArgABI(const RecordType *RT, in getRecordArgABI()
169 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
179 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
520 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
545 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
573 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
873 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
1361 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
1435 const RecordType *RT = Ty->getAs<RecordType>(); in canExpandIndirectArgument() local
1513 if (const RecordType *RT = RetTy->getAs<RecordType>()) { in classifyReturnType() local
[all …]
H A DCGCXX.cpp284 const RecordType *RT = T->getAs<RecordType>(); in BuildAppleKextVirtualCall() local
H A DCGOpenMPRuntimeGPU.cpp540 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXWarpID() local
551 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXLaneID() local
564 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getThreadLimit() local
586 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getMasterThreadID() local
1090 auto &RT = in emitNonSPMDKernel() local
1097 auto &RT = in emitNonSPMDKernel() local
1139 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDEntryHeader() local
1218 CGOpenMPRuntimeGPU &RT; in emitSPMDKernel() member in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy
1223 NVPTXPrePostActionTy(CGOpenMPRuntimeGPU &RT, in emitSPMDKernel()
2201 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitCriticalRegion() local
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/runtime/
H A Drtdata.c39 EFI_RUNTIME_SERVICES *RT; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp273 auto RT = unwrap(JD)->createResourceTracker(); in LLVMOrcJITDylibCreateResourceTracker() local
281 auto RT = unwrap(JD)->getDefaultResourceTracker(); in LLVMOrcJITDylibGetDefaultResourceTracker() local
286 void LLVMOrcReleaseResourceTracker(LLVMOrcResourceTrackerRef RT) { in LLVMOrcReleaseResourceTracker()
297 LLVMErrorRef LLVMOrcResourceTrackerRemove(LLVMOrcResourceTrackerRef RT) { in LLVMOrcResourceTrackerRemove()
497 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddObjectFileWithRT()
594 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddObjectFileWithRT()
609 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddLLVMIRModuleWithRT()
H A DLayer.cpp25 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add()
164 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O) { in add()
H A DLLJIT.cpp94 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving()
191 Error notifyAdding(ResourceTracker &RT, const MaterializationUnit &MU) { in notifyAdding()
451 Error GenericLLVMIRPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()
1006 Error LLJIT::addIRModule(ResourceTrackerSP RT, ThreadSafeModule TSM) { in addIRModule()
1020 Error LLJIT::addObjectFile(ResourceTrackerSP RT, in addObjectFile()
H A DCore.cpp68 ResourceTrackerDefunct::ResourceTrackerDefunct(ResourceTrackerSP RT) in ResourceTrackerDefunct()
621 for (auto &RT : TrackersToRemove) in clear() local
636 ResourceTrackerSP RT = new ResourceTracker(this); in createResourceTracker() local
708 auto RT = getTracker(FromMR); in replace() local
787 auto RT = getTracker(FromMR); in delegate() local
1461 JITDylib::removeTracker(ResourceTracker &RT) { in removeTracker()
1651 std::unique_ptr<MaterializationUnit> MU, ResourceTracker &RT) { in installMaterializationUnit()
2041 Error ExecutionSession::removeResourceTracker(ResourceTracker &RT) { in removeResourceTracker()
2093 void ExecutionSession::destroyResourceTracker(ResourceTracker &RT) { in destroyResourceTracker()
H A DMachOPlatform.cpp162 Error MachOPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()
178 Error MachOPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp558 if (const auto *RT = getAs<RecordType>()) in isClassType() local
564 if (const auto *RT = getAs<RecordType>()) in isStructureType() local
570 if (const auto *RT = getAs<RecordType>()) in isObjCBoxableRecordType() local
576 if (const auto *RT = getAs<RecordType>()) in isInterfaceType() local
582 if (const auto *RT = getAs<RecordType>()) { in isStructureOrClassType() local
596 if (const auto *RT = getAs<RecordType>()) in isUnionType() local
632 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType() local
643 if (const auto *RT = dyn_cast<RecordType>(this)) { in getAsStructureType() local
649 if (const auto *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsStructureType() local
662 if (const auto *RT = dyn_cast<RecordType>(this)) { in getAsUnionType() 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
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dst-pincfg.h22 #define RT (1 << 23) macro
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c94 LLVMOrcResourceTrackerRef RT; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp58 double RT = IIVDEntry.RThroughput.getValue(); in printView() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp138 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType() local
1039 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow() local
1106 const RecordType *RT = Op->getType()->getAs<RecordType>(); in canTypeidThrow() local
1217 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow() local
/netbsd-src/sys/arch/arm/arm/
H A Defi_runtime.c49 static struct efi_rt *RT; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1054 ResourceTracker *RT; member
1434 createMaterializationResponsibility(ResourceTracker &RT, in createMaterializationResponsibility()
1553 ResourceTrackerSP RT) { in define()
1594 ResourceTrackerSP RT) { in define()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp84 const TreePatternNode *RT = RHS->getSrcPattern(); in operator ()() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h93 Error add(ResourceTrackerSP RT, std::unique_ptr<FunctionAST> F) { in add()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp99 const MachineOperand &RT = SecondMI.getOperand(0); in checkOpConstraints() local
/netbsd-src/sbin/routed/
H A Dtable.c1422 #define RT ((struct rt_entry *)rn) in walk_kern() macro
1998 #define RT ((struct rt_entry *)rn) in walk_bad() macro
2041 #define RT ((struct rt_entry *)rn) in walk_age() macro

123456