Home
last modified time | relevance | path

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

12345

/openbsd/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp60 llvm::orc::ResourceTrackerSP RT = in addModule() local
69 llvm::orc::ResourceTrackerSP RT = std::move(ResourceTrackers[&PTU]); in removeModule() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp185 if (const auto *RT = T->getAs<RecordType>()) in isSafeToConvert() local
230 const RecordType *RT = dyn_cast<RecordType>(TT); in isFuncParamTypeConvertible() local
346 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertFunctionTypeInternal() local
350 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertFunctionTypeInternal() local
421 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() local
945 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable() local
H A DTargetInfo.cpp180 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
190 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() local
575 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
600 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
628 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1416 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
1490 const RecordType *RT = Ty->getAs<RecordType>(); in canExpandIndirectArgument() local
1630 const RecordType *RT = Ty->getAs<RecordType>(); in isRecordWithSIMDVectorType() local
1837 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
3884 auto RT = Ty->getAs<RecordType>(); in classifyRegCallStructTypeImpl() local
[all …]
H A DCGOpenMPRuntimeGPU.cpp520 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXWarpID() local
532 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXLaneID() local
749 auto &RT = in emitNonSPMDKernel() local
756 auto &RT = in emitNonSPMDKernel() local
798 CGOpenMPRuntimeGPU &RT; in emitSPMDKernel() member in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy
802 NVPTXPrePostActionTy(CGOpenMPRuntimeGPU &RT, in emitSPMDKernel()
1290 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitCriticalRegion() local
1387 CGOpenMPRuntimeGPU &RT = in createRuntimeShuffleFunction() local
1795 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitInterWarpCopyFunction() local
3402 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getDefaultDistScheduleAndChunk() local
H A DCGCXX.cpp284 const RecordType *RT = T->getAs<RecordType>(); in BuildAppleKextVirtualCall() local
/openbsd/gnu/llvm/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.cpp144 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving()
256 Error notifyAdding(ResourceTracker &RT, const MaterializationUnit &MU) { in notifyAdding()
552 Error GenericLLVMIRPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()
750 Error LLJIT::addIRModule(ResourceTrackerSP RT, ThreadSafeModule TSM) { in addIRModule()
764 Error LLJIT::addObjectFile(ResourceTrackerSP RT, in addObjectFile()
H A DOrcV2CBindings.cpp410 auto RT = unwrap(JD)->createResourceTracker(); in LLVMOrcJITDylibCreateResourceTracker() local
418 auto RT = unwrap(JD)->getDefaultResourceTracker(); in LLVMOrcJITDylibGetDefaultResourceTracker() local
423 void LLVMOrcReleaseResourceTracker(LLVMOrcResourceTrackerRef RT) { in LLVMOrcReleaseResourceTracker()
434 LLVMErrorRef LLVMOrcResourceTrackerRemove(LLVMOrcResourceTrackerRef RT) { in LLVMOrcResourceTrackerRemove()
863 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddObjectFileWithRT()
1018 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddObjectFileWithRT()
1033 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddLLVMIRModuleWithRT()
H A DCore.cpp68 ResourceTrackerDefunct::ResourceTrackerDefunct(ResourceTrackerSP RT) in ResourceTrackerDefunct()
656 for (auto &RT : TrackersToRemove) in clear() local
673 ResourceTrackerSP RT = new ResourceTracker(this); in createResourceTracker() local
1526 JITDylib::removeTracker(ResourceTracker &RT) { in removeTracker()
1731 std::unique_ptr<MaterializationUnit> MU, ResourceTracker &RT) { in installMaterializationUnit()
2270 Error ExecutionSession::removeResourceTracker(ResourceTracker &RT) { in removeResourceTracker()
2325 void ExecutionSession::destroyResourceTracker(ResourceTracker &RT) { in destroyResourceTracker()
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp562 if (const auto *RT = getAs<RecordType>()) in isClassType() local
568 if (const auto *RT = getAs<RecordType>()) in isStructureType() local
574 if (const auto *RT = getAs<RecordType>()) in isObjCBoxableRecordType() local
580 if (const auto *RT = getAs<RecordType>()) in isInterfaceType() local
586 if (const auto *RT = getAs<RecordType>()) { in isStructureOrClassType() local
600 if (const auto *RT = getAs<RecordType>()) in isUnionType() local
2587 if (const auto *RT = in isNonTrivialToPrimitiveDefaultInitialize() local
2603 if (const auto *RT = in isNonTrivialToPrimitiveCopy() local
4468 if (const auto *RT = getAs<RecordType>()) in isCUDADeviceBuiltinSurfaceType() local
4475 if (const auto *RT = getAs<RecordType>()) in isCUDADeviceBuiltinTextureType() local
[all …]
H A DCXXInheritance.cpp252 if (auto *RT = BaseSpec.getType()->getAs<RecordType>()) in lookupInBases() local
416 auto *RT = Specifier->getType()->getAs<RecordType>(); in findOrdinaryMemberInDependentClasses() local
520 if (const RecordType *RT = Base.getType()->getAs<RecordType>()) { in Collect() local
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h651 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility()
660 ResourceTrackerSP RT; variable
1178 ResourceTracker *RT; member
1690 createMaterializationResponsibility(ResourceTracker &RT, in createMaterializationResponsibility()
1814 ResourceTrackerSP RT) { in define()
1857 ResourceTrackerSP RT) { in define()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp143 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType() local
1045 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow() local
1112 const RecordType *RT = Op->getType()->getAs<RecordType>(); in canTypeidThrow() local
1223 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow() local
H A DSemaAccess.cpp315 if (const RecordType *RT = T->getAs<RecordType>()) { in IsDerivedFromInclusive() local
439 if (const RecordType *RT = Friend->getAs<RecordType>()) in MatchesFriend() local
668 if (const RecordType *RT = T->getAs<RecordType>()) { in findFriendship() local
1774 const RecordType *RT = ObjectExpr->getType()->castAs<RecordType>(); in CheckMemberOperatorAccess() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp46 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() 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
H A DCastSizeChecker.cpp52 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize() local
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c97 LLVMOrcResourceTrackerRef RT; in main() local
/openbsd/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp74 double RT = *IIVDEntry.RThroughput; in printView() local
/openbsd/gnu/llvm/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h175 void setReturnType(DeclarationFragments RT) { ReturnType = RT; } in setReturnType()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp85 const TreePatternNode *RT = RHS->getSrcPattern(); in operator ()() local
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp163 std::optional<PrimType> RT = classify(RHS->getType()); in VisitBinaryOperator() local
243 std::optional<PrimType> RT = classify(RHS); in VisitPointerArithBinOp() local
502 std::optional<PrimType> RT = classify(E->getRHS()->getType()); in VisitCompoundAssignOperator() local
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h115 static bool classof(const RecTy *RT) { in classof()
134 static bool classof(const RecTy *RT) { in classof()
156 static bool classof(const RecTy *RT) { in classof()
174 static bool classof(const RecTy *RT) { in classof()
196 static bool classof(const RecTy *RT) { in classof()
217 static bool classof(const RecTy *RT) { in classof()
247 static bool classof(const RecTy *RT) { in classof()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h93 Error add(ResourceTrackerSP RT, std::unique_ptr<FunctionAST> F) { in add()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp114 const MachineOperand &RT = SecondMI.getOperand(0); in checkOpConstraints() local

12345