/llvm-project/libc/benchmarks/ |
H A D | LibcMemoryBenchmark.h | 71 struct Runtime { struct 96 Runtime Runtime; argument
|
/llvm-project/mlir/include/mlir/Conversion/GPUToROCDL/ |
H A D | Runtimes.h | 15 enum Runtime { enum
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | Runtime.h | 17 Runtime(Process *process) : m_process(process) {} in Runtime() function
|
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerOptions.h | 31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
|
/llvm-project/polly/include/polly/CodeGen/ |
H A D | LoopGenerators.h | 41 Runtime = 37 enumerator
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 73 bool Runtime; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 227 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 D | CGObjCGNU.cpp | 4344 auto Runtime = CGM.getLangOpts().ObjCRuntime; CreateGNUObjCRuntime() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 1419 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 D | Clang.cpp | 4115 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 D | TargetTransformInfo.h | 586 bool Runtime; global() member
|