Home
last modified time | relevance | path

Searched refs:OL (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp95 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT, bool is64bit) in SparcTargetMachine() argument
100 OL), in SparcTargetMachine()
197 CodeGenOpt::Level OL, bool JIT) in SparcV8TargetMachine() argument
198 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
207 CodeGenOpt::Level OL, bool JIT) in SparcV9TargetMachine() argument
208 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in SparcV9TargetMachine()
217 CodeGenOpt::Level OL, bool JIT) in SparcelTargetMachine() argument
218 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcelTargetMachine()
DSparcTargetMachine.h31 CodeGenOpt::Level OL, bool JIT, bool is64bit);
52 CodeGenOpt::Level OL, bool JIT);
63 CodeGenOpt::Level OL, bool JIT);
73 CodeGenOpt::Level OL, bool JIT);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp133 CodeGenOpt::Level OL; in LLVMCreateTargetMachine() local
136 OL = CodeGenOpt::None; in LLVMCreateTargetMachine()
139 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine()
142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
145 OL = CodeGenOpt::Default; in LLVMCreateTargetMachine()
151 OL, JIT)); in LLVMCreateTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp112 CodeGenOpt::Level OL, bool is64bit) in NVPTXTargetMachine() argument
117 getEffectiveCodeModel(CM, CodeModel::Small), OL), in NVPTXTargetMachine()
139 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine32() argument
140 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in NVPTXTargetMachine32()
149 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine64() argument
150 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in NVPTXTargetMachine64()
DNVPTXTargetMachine.h81 CodeGenOpt::Level OL, bool JIT);
90 CodeGenOpt::Level OL, bool JIT);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.h34 CodeGenOpt::Level OL, bool JIT, bool IsLittleEndian);
64 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
76 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
DAArch64TargetMachine.cpp267 CodeGenOpt::Level OL, bool JIT, in AArch64TargetMachine() argument
272 getEffectiveAArch64CodeModel(TT, CM, JIT), OL), in AArch64TargetMachine()
349 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in AArch64leTargetMachine() argument
350 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in AArch64leTargetMachine()
357 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in AArch64beTargetMachine() argument
358 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in AArch64beTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp116 CodeGenOpt::Level OL, bool JIT, in MipsTargetMachine() argument
120 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MipsTargetMachine()
145 CodeGenOpt::Level OL, bool JIT) in MipsebTargetMachine() argument
146 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine()
155 CodeGenOpt::Level OL, bool JIT) in MipselTargetMachine() argument
156 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
DMipsTargetMachine.h43 CodeGenOpt::Level OL, bool JIT, bool isLittle);
79 CodeGenOpt::Level OL, bool JIT);
91 CodeGenOpt::Level OL, bool JIT);
DMips16ISelDAGToDAG.h22 explicit Mips16DAGToDAGISel(MipsTargetMachine &TM, CodeGenOpt::Level OL) in Mips16DAGToDAGISel() argument
23 : MipsDAGToDAGISel(TM, OL) {} in Mips16DAGToDAGISel()
DMipsISelDAGToDAG.h33 explicit MipsDAGToDAGISel(MipsTargetMachine &TM, CodeGenOpt::Level OL) in MipsDAGToDAGISel() argument
34 : SelectionDAGISel(TM, OL), Subtarget(nullptr) {} in MipsDAGToDAGISel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetMachine.h45 CodeGenOpt::Level OL, bool isLittle);
84 CodeGenOpt::Level OL, bool JIT);
94 CodeGenOpt::Level OL, bool JIT);
DARMTargetMachine.cpp212 CodeGenOpt::Level OL, bool isLittle) in ARMBaseTargetMachine() argument
215 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARMBaseTargetMachine()
308 CodeGenOpt::Level OL, bool JIT) in ARMLETargetMachine() argument
309 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in ARMLETargetMachine()
316 CodeGenOpt::Level OL, bool JIT) in ARMBETargetMachine() argument
317 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in ARMBETargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.h46 CodeGenOpt::Level OL);
77 CodeGenOpt::Level OL, bool JIT);
102 CodeGenOpt::Level OL, bool JIT);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp159 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL, in computeFSAdditions() argument
171 if (OL >= CodeGenOpt::Default) { in computeFSAdditions()
178 if (OL != CodeGenOpt::None) { in computeFSAdditions()
298 CodeGenOpt::Level OL, bool JIT) in PPCTargetMachine() argument
300 computeFSAdditions(FS, OL, TT), Options, in PPCTargetMachine()
302 getEffectivePPCCodeModel(TT, CM, JIT), OL), in PPCTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp45 CodeGenOpt::Level OL, bool JIT) in MSP430TargetMachine() argument
48 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCTargetMachine.cpp35 CodeGenOpt::Level OL, bool JIT) in ARCTargetMachine() argument
40 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARCTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVETargetMachine.cpp72 CodeGenOpt::Level OL, bool JIT) in VETargetMachine() argument
75 getEffectiveCodeModel(CM, CodeModel::Small), OL), in VETargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetMachine.cpp51 CodeGenOpt::Level OL, bool JIT) in XCoreTargetMachine() argument
55 getEffectiveXCoreCodeModel(CM), OL), in XCoreTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRTargetMachine.cpp48 CodeGenOpt::Level OL, bool JIT) in AVRTargetMachine() argument
51 getEffectiveCodeModel(CM, CodeModel::Small), OL), in AVRTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp200 PassBuilder::OptimizationLevel OL; in runNewPMPasses() local
206 OL = PassBuilder::O0; in runNewPMPasses()
209 OL = PassBuilder::O1; in runNewPMPasses()
212 OL = PassBuilder::O2; in runNewPMPasses()
215 OL = PassBuilder::O3; in runNewPMPasses()
220 MPM = PB.buildThinLTODefaultPipeline(OL, Conf.DebugPassManager, in runNewPMPasses()
223 MPM = PB.buildLTODefaultPipeline(OL, Conf.DebugPassManager, ExportSummary); in runNewPMPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp61 CodeGenOpt::Level OL, bool JIT) in BPFTargetMachine() argument
64 getEffectiveCodeModel(CM, CodeModel::Small), OL), in BPFTargetMachine()
/third_party/boost/boost/gil/
Dalgorithm.hpp206 template <typename I, typename OL> // I Models ConstPixelIteratorConcept, OL Models PixelLocatorCon…
207 struct copier_n<I,iterator_from_2d<OL>> {
209 BOOST_FORCEINLINE void operator()(I src, diff_t n, iterator_from_2d<OL> dst) const { in operator ()()
211 gil_function_requires<MutablePixelLocatorConcept<OL>>(); in operator ()()
224 template <typename IL, typename OL>
225 struct copier_n<iterator_from_2d<IL>,iterator_from_2d<OL>> {
227 …BOOST_FORCEINLINE void operator()(iterator_from_2d<IL> src, diff_t n, iterator_from_2d<OL> dst) co… in operator ()()
229 gil_function_requires<MutablePixelLocatorConcept<OL>>(); in operator ()()
272 template <typename IL, typename OL>
273 …terator_from_2d<OL> copy1(boost::gil::iterator_from_2d<IL> first, boost::gil::iterator_from_2d<IL>… in copy1()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetMachine.cpp64 CodeGenOpt::Level OL, bool JIT) in RISCVTargetMachine() argument
67 getEffectiveCodeModel(CM, CodeModel::Small), OL), in RISCVTargetMachine()
/third_party/grpc/test/core/http/response_corpus/
De275b0466a8fb8d9e0e15856e343ddc7112ae66b1 JHTT/21. 200 HTTRHTTP/1.1 0� OL/1OKH.0 200 OKH

12345