Home
last modified time | relevance | path

Searched refs:JITGlobals (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DLLVMJIT_ORCv1.cpp86 class JITGlobals class
91 static JITGlobals *get();
102 static JITGlobals create();
104 JITGlobals(const char *mcpu,
109 JITGlobals(const JITGlobals &) = default;
112 JITGlobals *JITGlobals::get() in get()
114 static JITGlobals instance = create(); in get()
118 JITGlobals::TargetMachineSPtr JITGlobals::createTargetMachine(rr::Optimization::Level optlevel) in createTargetMachine()
135 JITGlobals JITGlobals::create() in create()
217 JITGlobals::JITGlobals(const char *mcpu, in JITGlobals() function in __anon0b41ca040111::JITGlobals
[all …]
H A DLLVMJIT.cpp110 class JITGlobals class
113 static JITGlobals *get();
128 JITGlobals *JITGlobals::get() in get()
130 static JITGlobals instance = [] { in get()
183 const llvm::DataLayout &JITGlobals::getDataLayout() const in getDataLayout()
188 const llvm::Triple &JITGlobals::getTargetTriple() const in getTargetTriple()
193 JITGlobals::JITGlobals(llvm::orc::JITTargetMachineBuilder &&jitTargetMachineBuilder, llvm::DataLayo… in JITGlobals() function in __anon4dbc1b3a0111::JITGlobals
199 llvm::CodeGenOpt::Level JITGlobals::toLLVM(rr::Optimization::Level level) in toLLVM()
626 , mangle(session, JITGlobals::get()->getDataLayout())
646 if(JITGlobals::get()->getTargetTriple().isOSBinFormatCOFF())
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/
H A DLLVMJIT.cpp115 class JITGlobals class
120 static JITGlobals *get();
131 static JITGlobals create();
133 JITGlobals(const char *mcpu,
138 JITGlobals(const JITGlobals &) = default;
143 JITGlobals *JITGlobals::get() in get()
145 static JITGlobals instance = create(); in get()
149 JITGlobals::TargetMachineSPtr JITGlobals::getTargetMachine(rr::Optimization::Level optlevel) in getTargetMachine()
168 JITGlobals JITGlobals::create() in create()
250 JITGlobals::JITGlobals(const char *mcpu, in JITGlobals() function in __anon5eef73b50111::JITGlobals
[all …]