Home
last modified time | relevance | path

Searched refs:test_direct (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-fmax-safe.ll3 define double @test_direct(float %in) {
4 ; CHECK-LABEL: test_direct:
Darm64-fmax.ll3 define double @test_direct(float %in) {
4 ; CHECK-LABEL: test_direct:
/external/llvm/test/CodeGen/AArch64/
Darm64-fmax-safe.ll3 define double @test_direct(float %in) {
4 ; CHECK-LABEL: test_direct:
Darm64-fmax.ll3 define double @test_direct(float %in) {
4 ; CHECK-LABEL: test_direct:
/external/llvm/test/CodeGen/PowerPC/
Dppc64-calls.ll15 define void @test_direct() nounwind readnone {
16 ; CHECK-LABEL: test_direct:
Dcalls.ll12 define void @test_direct() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/Inputs/
Dindirect-call.prof12 test_direct:3000:0
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-calls.ll17 define void @test_direct() nounwind readnone {
18 ; CHECK-LABEL: test_direct:
Dcalls.ll12 define void @test_direct() {
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dcalls.ll12 define void @test_direct() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dindirect-call.ll162 ; CHECK-LABEL: @test_direct
164 define void @test_direct() !dbg !22 {
202 !22 = distinct !DISubprogram(name: "test_direct", scope: !1, file: !1, line: 22, unit: !0)
/external/python/cpython3/Lib/test/test_import/
D__init__.py1220 def test_direct(self): member in CircularImportTests