/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | lower-globaladdr32-aix-asm.ll | 9 define i32 @test_load() { 15 ; SMALL-LABEL: .test_load:{{$}} 20 ; LARGE-LABEL: .test_load:{{$}}
|
D | lower-globaladdr64-aix-asm.ll | 9 define zeroext i32 @test_load() { 15 ; SMALL-LABEL: .test_load:{{$}} 20 ; LARGE-LABEL: .test_load:{{$}}
|
/external/libcxx/test/std/experimental/simd/simd.mem/ |
D | load.pass.cpp | 51 void test_load() { in test_load() function 118 test_load<ex::native_simd<int32_t>>(); in main() 119 test_load<ex::fixed_size_simd<int32_t, 4>>(); in main()
|
/external/llvm-project/libcxx/test/std/experimental/simd/simd.mem/ |
D | load.pass.cpp | 51 void test_load() { in test_load() function 118 test_load<ex::native_simd<int32_t>>(); in main() 119 test_load<ex::fixed_size_simd<int32_t, 4>>(); in main()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | bf16.ll | 6 define bfloat @test_load(bfloat* %p) nounwind { 7 ; CHECK-LABEL: test_load:
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | basic-msvc64.ll | 9 define i32 @test_load(i32* %a) sanitize_address { 12 ; CHECK-LABEL: @test_load
|
D | force-dynamic-shadow.ll | 10 define i32 @test_load(i32* %a) sanitize_address { 13 ; CHECK-LABEL: @test_load
|
D | basic-myriad.ll | 10 define i32 @test_load(i32* %a) sanitize_address { 11 ; CHECK-LABEL: @test_load
|
D | with-ifunc.ll | 36 define i32 @test_load(i32* %a) sanitize_address { 39 ; CHECK-LABEL: @test_load
|
D | dynamic-shadow-darwin.ll | 25 define i32 @test_load(i32* %a) sanitize_address { 28 ; CHECK-LABEL: @test_load
|
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/X86/ |
D | kernel.ll | 14 define i8 @test_load(i8* %a) sanitize_hwaddress { 15 ; CHECK-LABEL: @test_load(
|
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/ |
D | kernel.ll | 12 define i8 @test_load(i8* %a) sanitize_hwaddress { 13 ; CHECK-LABEL: @test_load(
|
D | prologue.ll | 20 define i32 @test_load(i32* %a) sanitize_hwaddress { 23 ; CHECK-LABEL: @test_load
|
D | kernel-inline.ll | 11 define void @test_load(i32* %a, i64* %b, i512* %c, i80* %d) sanitize_address {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr42870.ll | 4 define i32 @test_load(<4 x float>* %a) { 5 ; CHECK-LABEL: test_load:
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | test_g_load.mir | 5 name: test_load
|
/external/llvm-project/llvm/test/Instrumentation/HeapProfiler/ |
D | shadow.ll | 10 define i32 @test_load(i32* %a) {
|
/external/llvm-project/clang/test/CodeGen/ |
D | asan-new-pm.ll | 7 define i32 @test_load(i32* %a) sanitize_address {
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | function-bitcasts.ll | 125 ; CHECK-LABEL: test_load: 126 ; CHECK-NEXT: .functype test_load () -> (i32){{$}} 130 define i32 @test_load() {
|
/external/llvm/test/Bitcode/ |
D | function-encoding-rel-operands.ll | 44 define i1 @test_load(i32 %a, {i32, i32}* %ptr) nounwind {
|
/external/llvm-project/llvm/test/Bitcode/ |
D | function-encoding-rel-operands.ll | 53 define i1 @test_load(i32 %a, {i32, i32}* %ptr) nounwind {
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | basic.ll | 9 define i32 @test_load(i32* %a) sanitize_address { 10 ; CHECK-LABEL: @test_load
|
D | instrumentation-with-call-threshold.ll | 13 define void @test_load(i32* %a, i64* %b, i512* %c, i80* %d) sanitize_address {
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_loading.py | 26 def test_load(self): member in LoaderTest
|
/external/python/cpython2/Lib/test/ |
D | test_cookie.py | 55 def test_load(self): member in CookieTests
|