Home
last modified time | relevance | path

Searched defs:Runtime (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/benchmarks/
H A DLibcMemoryBenchmark.h71 struct Runtime { struct
96 Runtime Runtime; argument
/llvm-project/mlir/include/mlir/Conversion/GPUToROCDL/
H A DRuntimes.h15 enum Runtime { enum
/llvm-project/lldb/include/lldb/Target/
H A DRuntime.h17 Runtime(Process *process) : m_process(process) {} in Runtime() function
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
/llvm-project/polly/include/polly/CodeGen/
H A DLoopGenerators.h41 Runtime = 37 enumerator
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h73 bool Runtime; member
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp227 llvm::Value *Receiver = Runtime.GetClass(*this, Class); in EmitObjCCollectionLiteral() local
81 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); EmitObjCBoxedExpr() local
385 auto &Runtime = CGM.getLangOpts().ObjCRuntime; tryGenerateSpecializedMessageSend() local
526 auto &Runtime = CGF.getLangOpts().ObjCRuntime; tryEmitSpecializedAllocInit() local
607 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); EmitObjCMessageExpr() local
2719 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); EmitObjCMRRAutoreleasePoolPush() local
3917 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); EmitBlockCopyAndAutorelease() local
[all...]
H A DCGObjCGNU.cpp4344 auto Runtime = CGM.getLangOpts().ObjCRuntime; CreateGNUObjCRuntime() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1419 LoopUnroll(int OptLevel=2,bool OnlyWhenForced=false,bool ForgetAllSCEV=false,std::optional<unsigned> Threshold=std::nullopt,std::optional<unsigned> Count=std::nullopt,std::optional<bool> AllowPartial=std::nullopt,std::optional<bool> Runtime=std::nullopt,std::optional<bool> UpperBound=std::nullopt,std::optional<bool> AllowPeeling=std::nullopt,std::optional<bool> AllowProfileBasedPeeling=std::nullopt,std::optional<unsigned> ProvidedFullUnrollMaxCount=std::nullopt) LoopUnroll() argument
[all...]
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4115 RenderObjCOptions(const ToolChain & TC,const Driver & D,const llvm::Triple & T,const ArgList & Args,ObjCRuntime & Runtime,bool InferCovariantReturns,const InputInfo & Input,ArgStringList & CmdArgs) RenderObjCOptions() argument
7162 ObjCRuntime Runtime = AddObjCRuntimeArgs(Args, Inputs, CmdArgs, rewriteKind); ConstructJob() local
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h586 bool Runtime; global() member