Home
last modified time | relevance | path

Searched refs:JIT (Results 1 – 25 of 4079) sorted by relevance

12345678910>>...164

/dports/lang/mono/mono-5.10.1.57/external/corert/tests/
H A DCoreCLR.issues.targets24 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\v2.2\ddb\b429039\b429039\b429…
57 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V2.0-RTM\b475589\b475589\b475…
63 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\clr-x64-JIT\v2.1\b601838\b601838\b601838.…
64 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V2.0-Beta2\b441487\b441487\b4…
82 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\VS-ia64-JIT\V1.2-M02\b27077\b27077\b27077…
96 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b16423\b16423\b1…
133 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b28901\b28901\b2…
244 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\VS-ia64-JIT\V1.2-M02\b17023\b17023\b17023…
275 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M09\b13647\b13647\b13647.*…
276 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\VS-ia64-JIT\M00\b140298\b140298\b140298.*…
[all …]
/dports/lang/mono/mono-5.10.1.57/acceptance-tests/
H A Dcoreclr.mk901 $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.cs \
919 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/d.cs \
921 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/hello2.cs \
922 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/bug.cs \
924 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/test.cs \
925 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/test.cs \
926 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.cs \
4878 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/c.il \
4880 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/bug.il \
4882 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/bug.il \
[all …]
H A DMakefile.in1246 $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.cs \
1264 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/d.cs \
1266 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/hello2.cs \
1267 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/bug.cs \
1269 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/test.cs \
1270 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/test.cs \
1271 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.cs \
5231 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/c.il \
5233 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/bug.il \
5235 $(CORECLR_PATH)/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/bug.il \
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITInlineMethods.h31 #if ENABLE(JIT)
105 ALWAYS_INLINE JIT::Call JIT::emitNakedCall(CodePtr function) in emitNakedCall()
310 inline JIT::Address JIT::addressFor(unsigned index, RegisterID base) in addressFor()
317 inline JIT::Address JIT::tagFor(unsigned index, RegisterID base) in tagFor()
322 inline JIT::Address JIT::payloadFor(unsigned index, RegisterID base) in payloadFor()
682 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfJSCell(RegisterID reg) in emitJumpIfJSCell()
703 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotJSCell(RegisterID reg) in emitJumpIfNotJSCell()
724 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfImmediateNumber(RegisterID reg) in emitJumpIfImmediateNumber()
728 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotImmediateNumber(RegisterID reg) in emitJumpIfNotImmediateNumber()
752 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfImmediateInteger(RegisterID reg) in emitJumpIfImmediateInteger()
[all …]
H A DJITStubCall.h31 #if ENABLE(JIT)
127 void addArgument(JIT::RegisterID tag, JIT::RegisterID payload) in addArgument()
142 m_jit->emitLoad(srcVirtualRegister, JIT::regT1, JIT::regT0); in addArgument()
143 addArgument(JIT::regT1, JIT::regT0); in addArgument()
146 void getArgument(size_t argumentNumber, JIT::RegisterID tag, JIT::RegisterID payload) in getArgument()
158 … m_jit->loadPtr(JIT::Address(JIT::callFrameRegister, src * sizeof(Register)), scratchRegister); in addArgument()
165 JIT::Call call() in call()
193 JIT::Call call = this->call(); in call()
195 m_jit->emitStore(dst, JIT::regT1, JIT::regT0); in call()
210 JIT::Call call(JIT::RegisterID dst) // dst is a machine register. in call()
[all …]
H A DJITCall.cpp29 #if ENABLE(JIT)
50 void JIT::compileOpCallInitializeCallFrame() in compileOpCallInitializeCallFrame()
86 void JIT::compileOpCallVarargsSetupArgs(Instruction*) in compileOpCallVarargsSetupArgs()
93 void JIT::compileOpCallVarargs(Instruction* instruction) in compileOpCallVarargs()
139 void JIT::emit_op_ret(Instruction* currentInstruction) in emit_op_ret()
202 void JIT::emit_op_call(Instruction* currentInstruction) in emit_op_call()
250 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
316 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
439 void JIT::compileOpCallInitializeCallFrame()
545 stubCall.addArgument(JIT::Imm32(argCount));
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITInlineMethods.h31 #if ENABLE(JIT)
105 ALWAYS_INLINE JIT::Call JIT::emitNakedCall(CodePtr function) in emitNakedCall()
310 inline JIT::Address JIT::addressFor(unsigned index, RegisterID base) in addressFor()
317 inline JIT::Address JIT::tagFor(unsigned index, RegisterID base) in tagFor()
322 inline JIT::Address JIT::payloadFor(unsigned index, RegisterID base) in payloadFor()
682 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfJSCell(RegisterID reg) in emitJumpIfJSCell()
703 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotJSCell(RegisterID reg) in emitJumpIfNotJSCell()
724 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfImmediateNumber(RegisterID reg) in emitJumpIfImmediateNumber()
728 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotImmediateNumber(RegisterID reg) in emitJumpIfNotImmediateNumber()
752 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfImmediateInteger(RegisterID reg) in emitJumpIfImmediateInteger()
[all …]
H A DJITStubCall.h31 #if ENABLE(JIT)
127 void addArgument(JIT::RegisterID tag, JIT::RegisterID payload) in addArgument()
142 m_jit->emitLoad(srcVirtualRegister, JIT::regT1, JIT::regT0); in addArgument()
143 addArgument(JIT::regT1, JIT::regT0); in addArgument()
146 void getArgument(size_t argumentNumber, JIT::RegisterID tag, JIT::RegisterID payload) in getArgument()
158 … m_jit->loadPtr(JIT::Address(JIT::callFrameRegister, src * sizeof(Register)), scratchRegister); in addArgument()
165 JIT::Call call() in call()
193 JIT::Call call = this->call(); in call()
195 m_jit->emitStore(dst, JIT::regT1, JIT::regT0); in call()
210 JIT::Call call(JIT::RegisterID dst) // dst is a machine register. in call()
[all …]
H A DJITCall.cpp29 #if ENABLE(JIT)
50 void JIT::compileOpCallInitializeCallFrame() in compileOpCallInitializeCallFrame()
86 void JIT::compileOpCallVarargsSetupArgs(Instruction*) in compileOpCallVarargsSetupArgs()
93 void JIT::compileOpCallVarargs(Instruction* instruction) in compileOpCallVarargs()
139 void JIT::emit_op_ret(Instruction* currentInstruction) in emit_op_ret()
202 void JIT::emit_op_call(Instruction* currentInstruction) in emit_op_call()
250 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
316 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
439 void JIT::compileOpCallInitializeCallFrame()
545 stubCall.addArgument(JIT::Imm32(argCount));
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITInlineMethods.h31 #if ENABLE(JIT)
105 ALWAYS_INLINE JIT::Call JIT::emitNakedCall(CodePtr function) in emitNakedCall()
310 inline JIT::Address JIT::addressFor(unsigned index, RegisterID base) in addressFor()
317 inline JIT::Address JIT::tagFor(unsigned index, RegisterID base) in tagFor()
322 inline JIT::Address JIT::payloadFor(unsigned index, RegisterID base) in payloadFor()
682 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfJSCell(RegisterID reg) in emitJumpIfJSCell()
703 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotJSCell(RegisterID reg) in emitJumpIfNotJSCell()
724 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfImmediateNumber(RegisterID reg) in emitJumpIfImmediateNumber()
728 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotImmediateNumber(RegisterID reg) in emitJumpIfNotImmediateNumber()
752 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfImmediateInteger(RegisterID reg) in emitJumpIfImmediateInteger()
[all …]
H A DJITStubCall.h31 #if ENABLE(JIT)
127 void addArgument(JIT::RegisterID tag, JIT::RegisterID payload) in addArgument()
142 m_jit->emitLoad(srcVirtualRegister, JIT::regT1, JIT::regT0); in addArgument()
143 addArgument(JIT::regT1, JIT::regT0); in addArgument()
146 void getArgument(size_t argumentNumber, JIT::RegisterID tag, JIT::RegisterID payload) in getArgument()
158 … m_jit->loadPtr(JIT::Address(JIT::callFrameRegister, src * sizeof(Register)), scratchRegister); in addArgument()
165 JIT::Call call() in call()
193 JIT::Call call = this->call(); in call()
195 m_jit->emitStore(dst, JIT::regT1, JIT::regT0); in call()
210 JIT::Call call(JIT::RegisterID dst) // dst is a machine register. in call()
[all …]
H A DJITCall.cpp29 #if ENABLE(JIT)
50 void JIT::compileOpCallInitializeCallFrame() in compileOpCallInitializeCallFrame()
86 void JIT::compileOpCallVarargsSetupArgs(Instruction*) in compileOpCallVarargsSetupArgs()
93 void JIT::compileOpCallVarargs(Instruction* instruction) in compileOpCallVarargs()
139 void JIT::emit_op_ret(Instruction* currentInstruction) in emit_op_ret()
202 void JIT::emit_op_call(Instruction* currentInstruction) in emit_op_call()
250 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
316 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
439 void JIT::compileOpCallInitializeCallFrame()
545 stubCall.addArgument(JIT::Imm32(argCount));
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/CoreCLR/runtest/
H A Dissues.targets147 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M11-Beta1\b49644\b49644\b4…
150 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1.2-Beta1\b102637\b102637\b1…
153 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1.2-M01\b03689\b03689\b03689…
156 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1.2-M01\b08046\b08046\b08046…
162 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\VS-ia64-JIT\V2.0-Beta2\b410474\b410474\b4…
247 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1.2-Beta1\b103058\b103058\b1…
365 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b16423\b16423\b1…
374 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b28901\b28901\b2…
377 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b30838\b30838\b3…
413 …<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M13-RTM\b88793\b88793\b887…
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/jit/
H A DJITStubCall.h31 #if ENABLE(JIT)
129 void addArgument(JIT::RegisterID tag, JIT::RegisterID payload) in addArgument()
144 m_jit->emitLoad(srcVirtualRegister, JIT::regT1, JIT::regT0); in addArgument()
145 addArgument(JIT::regT1, JIT::regT0); in addArgument()
148 void getArgument(size_t argumentNumber, JIT::RegisterID tag, JIT::RegisterID payload) in getArgument()
160 … m_jit->loadPtr(JIT::Address(JIT::callFrameRegister, src * sizeof(Register)), scratchRegister); in addArgument()
167 JIT::Call call() in call()
195 JIT::Call call = this->call(); in call()
197 m_jit->emitStore(dst, JIT::regT1, JIT::regT0); in call()
212 JIT::Call call(JIT::RegisterID dst) // dst is a machine register. in call()
[all …]
H A DJITInlineMethods.h30 #if ENABLE(JIT)
103 ALWAYS_INLINE JIT::Call JIT::emitNakedCall(CodePtr function) in emitNakedCall()
112 ALWAYS_INLINE bool JIT::atJumpTarget() in atJumpTarget()
269 ALWAYS_INLINE JIT::Jump JIT::checkStructure(RegisterID reg, Structure* structure) in checkStructure()
555 inline void JIT::unmap() in unmap()
708 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfJSCell(RegisterID reg) in emitJumpIfJSCell()
717 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfBothJSCells(RegisterID reg1, RegisterID reg2, RegisterID scr… in emitJumpIfBothJSCells()
729 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotJSCell(RegisterID reg) in emitJumpIfNotJSCell()
770 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfImmediateInteger(RegisterID reg) in emitJumpIfImmediateInteger()
779 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotImmediateInteger(RegisterID reg) in emitJumpIfNotImmediateInteger()
[all …]
H A DJITCall32_64.cpp28 #if ENABLE(JIT)
49 void JIT::compileOpCallInitializeCallFrame() in compileOpCallInitializeCallFrame()
64 void JIT::compileOpCallVarargs(Instruction* instruction) in compileOpCallVarargs()
107 void JIT::emit_op_ret(Instruction* currentInstruction) in emit_op_ret()
166 void JIT::emit_op_call(Instruction* currentInstruction) in emit_op_call()
201 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
236 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCallSlowCase()
237 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCallSlowCase()
258 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
334 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCallSlowCase()
[all …]
H A DJITOpcodes.cpp28 #if ENABLE(JIT)
186 JIT::Label JIT::privateCompileCTINativeCall(JSGlobalData* globalData, bool isConstruct) in privateCompileCTINativeCall()
302 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool>, JSGlobalData* globalData,… in privateCompileCTINativeCall()
307 void JIT::emit_op_mov(Instruction* currentInstruction) in emit_op_mov()
328 void JIT::emit_op_end(Instruction* currentInstruction) in emit_op_end()
336 void JIT::emit_op_jmp(Instruction* currentInstruction) in emit_op_jmp()
535 void JIT::emit_op_ret(Instruction* currentInstruction) in emit_op_ret()
691 void JIT::emit_op_not(Instruction* currentInstruction) in emit_op_not()
786 void JIT::emit_op_eq(Instruction* currentInstruction) in emit_op_eq()
990 void JIT::emit_op_pop_scope(Instruction*) in emit_op_pop_scope()
[all …]
H A DJITCall.cpp28 #if ENABLE(JIT)
49 void JIT::compileOpCallInitializeCallFrame() in compileOpCallInitializeCallFrame()
58 void JIT::emit_op_call_put_result(Instruction* instruction) in emit_op_call_put_result()
64 void JIT::compileOpCallVarargs(Instruction* instruction) in compileOpCallVarargs()
120 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCall()
121 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
155 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCallSlowCase()
156 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCallSlowCase()
178 stubCall.addArgument(JIT::Imm32(argCount)); in compileOpCall()
250 stubCall.addArgument(JIT::Imm32(registerOffset)); in compileOpCallSlowCase()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp98 LLVMOrcJITStackRef JIT = in TEST_F() local
128 LLVMOrcRemoveModule(JIT, H); in TEST_F()
131 LLVMOrcDisposeInstance(JIT); in TEST_F()
138 LLVMOrcJITStackRef JIT = in TEST_F() local
154 LLVMOrcRemoveModule(JIT, H); in TEST_F()
157 LLVMOrcDisposeInstance(JIT); in TEST_F()
166 LLVMOrcJITStackRef JIT = in TEST_F() local
179 LLVMOrcRemoveModule(JIT, H); in TEST_F()
182 LLVMOrcDisposeInstance(JIT); in TEST_F()
189 LLVMOrcJITStackRef JIT = in TEST_F() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp98 LLVMOrcJITStackRef JIT = in TEST_F() local
128 LLVMOrcRemoveModule(JIT, H); in TEST_F()
131 LLVMOrcDisposeInstance(JIT); in TEST_F()
138 LLVMOrcJITStackRef JIT = in TEST_F() local
154 LLVMOrcRemoveModule(JIT, H); in TEST_F()
157 LLVMOrcDisposeInstance(JIT); in TEST_F()
166 LLVMOrcJITStackRef JIT = in TEST_F() local
179 LLVMOrcRemoveModule(JIT, H); in TEST_F()
182 LLVMOrcDisposeInstance(JIT); in TEST_F()
189 LLVMOrcJITStackRef JIT = in TEST_F() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp98 LLVMOrcJITStackRef JIT = in TEST_F() local
128 LLVMOrcRemoveModule(JIT, H); in TEST_F()
131 LLVMOrcDisposeInstance(JIT); in TEST_F()
138 LLVMOrcJITStackRef JIT = in TEST_F() local
154 LLVMOrcRemoveModule(JIT, H); in TEST_F()
157 LLVMOrcDisposeInstance(JIT); in TEST_F()
166 LLVMOrcJITStackRef JIT = in TEST_F() local
179 LLVMOrcRemoveModule(JIT, H); in TEST_F()
182 LLVMOrcDisposeInstance(JIT); in TEST_F()
189 LLVMOrcJITStackRef JIT = in TEST_F() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp98 LLVMOrcJITStackRef JIT = in TEST_F() local
128 LLVMOrcRemoveModule(JIT, H); in TEST_F()
131 LLVMOrcDisposeInstance(JIT); in TEST_F()
138 LLVMOrcJITStackRef JIT = in TEST_F() local
154 LLVMOrcRemoveModule(JIT, H); in TEST_F()
157 LLVMOrcDisposeInstance(JIT); in TEST_F()
166 LLVMOrcJITStackRef JIT = in TEST_F() local
179 LLVMOrcRemoveModule(JIT, H); in TEST_F()
182 LLVMOrcDisposeInstance(JIT); in TEST_F()
189 LLVMOrcJITStackRef JIT = in TEST_F() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp99 LLVMOrcJITStackRef JIT = in TEST_F() local
129 LLVMOrcRemoveModule(JIT, H); in TEST_F()
132 LLVMOrcDisposeInstance(JIT); in TEST_F()
139 LLVMOrcJITStackRef JIT = in TEST_F() local
155 LLVMOrcRemoveModule(JIT, H); in TEST_F()
158 LLVMOrcDisposeInstance(JIT); in TEST_F()
167 LLVMOrcJITStackRef JIT = in TEST_F() local
180 LLVMOrcRemoveModule(JIT, H); in TEST_F()
183 LLVMOrcDisposeInstance(JIT); in TEST_F()
190 LLVMOrcJITStackRef JIT = in TEST_F() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp98 LLVMOrcJITStackRef JIT = in TEST_F() local
128 LLVMOrcRemoveModule(JIT, H); in TEST_F()
131 LLVMOrcDisposeInstance(JIT); in TEST_F()
138 LLVMOrcJITStackRef JIT = in TEST_F() local
154 LLVMOrcRemoveModule(JIT, H); in TEST_F()
157 LLVMOrcDisposeInstance(JIT); in TEST_F()
166 LLVMOrcJITStackRef JIT = in TEST_F() local
179 LLVMOrcRemoveModule(JIT, H); in TEST_F()
182 LLVMOrcDisposeInstance(JIT); in TEST_F()
189 LLVMOrcJITStackRef JIT = in TEST_F() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp92 LLVMOrcJITStackRef JIT = in TEST_F() local
122 LLVMOrcRemoveModule(JIT, H); in TEST_F()
125 LLVMOrcDisposeInstance(JIT); in TEST_F()
132 LLVMOrcJITStackRef JIT = in TEST_F() local
148 LLVMOrcRemoveModule(JIT, H); in TEST_F()
151 LLVMOrcDisposeInstance(JIT); in TEST_F()
160 LLVMOrcJITStackRef JIT = in TEST_F() local
173 LLVMOrcRemoveModule(JIT, H); in TEST_F()
176 LLVMOrcDisposeInstance(JIT); in TEST_F()
183 LLVMOrcJITStackRef JIT = in TEST_F() local
[all …]

12345678910>>...164