/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | elf-header-flags-mach.ll | 1 …r600 -mcpu=r600 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,R60… 2 …r600 -mcpu=r630 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,R63… 3 …600 -mcpu=rs880 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RS8… 4 …600 -mcpu=rv670 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RV6… 5 …600 -mcpu=rv710 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RV7… 6 …600 -mcpu=rv730 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RV7… 7 …600 -mcpu=rv770 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,RV7… 8 …600 -mcpu=cedar < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,CED… 9 …0 -mcpu=cypress < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,CYP… 10 …0 -mcpu=juniper < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=ALL,ARCH-R600,JUN… [all …]
|
D | elf-header-osabi.ll | 1 …-march=amdgcn -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=NONE %s 2 …e=amdgcn-amd- -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=NONE %s 3 …n-amd-unknown -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=NONE %s 4 …amdgcn--amdhsa -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=HSA %s 5 …gcn-amd-amdhsa -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=HSA %s 6 …unknown-amdhsa -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=HSA %s 7 …amdgcn--amdpal -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=PAL %s 8 …gcn-amd-amdpal -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=PAL %s 9 …unknown-amdpal -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=PAL %s 10 …gcn--mesa3d -mcpu=gfx801 < %s | llvm-readobj -file-headers - | FileCheck --check-prefixes=MESA3D %s [all …]
|
/external/elfutils/libcpu/ |
D | i386_data.h | 91 if (*d->prefixes & has_cs) in data_prefix() 94 *d->prefixes &= ~has_cs; in data_prefix() 96 else if (*d->prefixes & has_ds) in data_prefix() 99 *d->prefixes &= ~has_ds; in data_prefix() 101 else if (*d->prefixes & has_es) in data_prefix() 104 *d->prefixes &= ~has_es; in data_prefix() 106 else if (*d->prefixes & has_fs) in data_prefix() 109 *d->prefixes &= ~has_fs; in data_prefix() 111 else if (*d->prefixes & has_gs) in data_prefix() 114 *d->prefixes &= ~has_gs; in data_prefix() [all …]
|
D | i386_disasm.c | 259 int *prefixes; member 324 int prefixes; in i386_disasm() local 332 .prefixes = &prefixes, in i386_disasm() 343 prefixes = 0; in i386_disasm() 359 prefixes |= last_prefix_bit = 1 << i; in i386_disasm() 366 prefixes |= ((*data++) & 0xf) | has_rex; in i386_disasm() 378 if (prefixes != 0) in i386_disasm() 449 || (prefixes & correct_prefix) != 0); in i386_disasm() 450 prefixes ^= correct_prefix; in i386_disasm() 476 assert (prefixes != 0); in i386_disasm() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | elf_header.s | 2 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,… 3 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,… 4 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,… 5 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,… 6 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,… 7 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,… 8 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,… 9 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,… 10 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,… 11 … %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | preferred-function-alignment.ll | 1 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=generic < %s | FileCheck --check-prefixes=ALIGN2,CH… 2 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=cortex-a35 < %s | FileCheck --check-prefixes=ALIGN2… 3 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=cyclone < %s | FileCheck --check-prefixes=ALIGN2,CH… 4 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=falkor < %s | FileCheck --check-prefixes=ALIGN2,CHE… 5 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=kryo < %s | FileCheck --check-prefixes=ALIGN2,CHECK… 6 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=cortex-a53 < %s | FileCheck --check-prefixes=ALIGN3… 7 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=thunderx < %s | FileCheck --check-prefixes=ALIGN3,C… 8 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=thunderxt81 < %s | FileCheck --check-prefixes=ALIGN… 9 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=thunderxt83 < %s | FileCheck --check-prefixes=ALIGN… 10 ; RUN: llc -mtriple=aarch64-unknown-linux -mcpu=thunderxt88 < %s | FileCheck --check-prefixes=ALIGN… [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_insn.c | 216 static void ia32_handle_prefix( x86_insn_t *insn, unsigned int prefixes ) { in ia32_handle_prefix() argument 218 insn->prefix = (enum x86_insn_prefix) prefixes & PREFIX_MASK; // >> 20; in ia32_handle_prefix() 263 unsigned int prefixes ) { in ia32_decode_insn() argument 273 insn->op_size = ( prefixes & PREFIX_OP_SIZE ) ? 4 : 2; in ia32_decode_insn() 274 insn->addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 4 : 2; in ia32_decode_insn() 276 insn->op_size = ( prefixes & PREFIX_OP_SIZE ) ? 2 : 4; in ia32_decode_insn() 277 insn->addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 2 : 4; in ia32_decode_insn() 288 ia32_handle_prefix( insn, prefixes ); in ia32_decode_insn() 307 raw_insn->dest_flag, prefixes, modrm ); in ia32_decode_insn() 314 raw_insn->src_flag, prefixes, modrm ); in ia32_decode_insn() [all …]
|
/external/llvm/include/llvm/Option/ |
D | OptParser.td | 33 // An option which prefixes its (single) value. 86 class Option<list<string> prefixes, string name, OptionKind kind> { 88 list<string> Prefixes = prefixes; 103 class Flag<list<string> prefixes, string name> 104 : Option<prefixes, name, KIND_FLAG>; 105 class Joined<list<string> prefixes, string name> 106 : Option<prefixes, name, KIND_JOINED>; 107 class Separate<list<string> prefixes, string name> 108 : Option<prefixes, name, KIND_SEPARATE>; 109 class CommaJoined<list<string> prefixes, string name> [all …]
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | indirectbr.ll | 3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 4 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 5 ; RUN: llc -march=mips -mcpu=mips32r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 6 ; RUN: llc -march=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 7 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,R6C 8 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 9 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 10 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 11 ; RUN: llc -march=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 12 ; RUN: llc -march=mips64 -mcpu=mips64r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… [all …]
|
D | xor.ll | 1 ; RUN: llc < %s -march=mips -mcpu=mips2 | FileCheck %s -check-prefixes=ALL,GP32 2 ; RUN: llc < %s -march=mips -mcpu=mips32 | FileCheck %s -check-prefixes=ALL,GP32 4 ; RUN: -check-prefixes=ALL,GP32 6 ; RUN: -check-prefixes=ALL,GP32 8 ; RUN: -check-prefixes=ALL,GP32 10 ; RUN: -check-prefixes=ALL,GP32 12 ; RUN: -check-prefixes=ALL,GP64 14 ; RUN: -check-prefixes=ALL,GP64 16 ; RUN: -check-prefixes=ALL,GP64 18 ; RUN: -check-prefixes=ALL,GP64 [all …]
|
D | udiv.ll | 2 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 4 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 6 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 8 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 10 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 12 ; RUN: -check-prefixes=ALL,R6,GP32 15 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 17 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 19 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 21 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 [all …]
|
D | not.ll | 1 ; RUN: llc < %s -march=mips -mcpu=mips2 | FileCheck %s -check-prefixes=ALL,GP32 2 ; RUN: llc < %s -march=mips -mcpu=mips32 | FileCheck %s -check-prefixes=ALL,GP32 4 ; RUN: -check-prefixes=ALL,GP32 6 ; RUN: -check-prefixes=ALL,GP32 8 ; RUN: -check-prefixes=ALL,GP32 10 ; RUN: -check-prefixes=ALL,GP32 12 ; RUN: -check-prefixes=ALL,GP64 14 ; RUN: -check-prefixes=ALL,GP64 16 ; RUN: -check-prefixes=ALL,GP64 18 ; RUN: -check-prefixes=ALL,GP64 [all …]
|
D | sub.ll | 2 ; RUN: -check-prefixes=NOT-R2-R6,GP32,GP32-NOT-MM,NOT-MM 4 ; RUN: -check-prefixes=NOT-R2-R6,GP32,GP32-NOT-MM,NOT-MM 6 ; RUN: -check-prefixes=R2-R6,GP32,GP32-NOT-MM,NOT-MM 8 ; RUN: -check-prefixes=R2-R6,GP32,GP32-NOT-MM,NOT-MM 10 ; RUN: -check-prefixes=R2-R6,GP32,GP32-NOT-MM,NOT-MM 12 ; RUN: -check-prefixes=R2-R6,GP32,GP32-NOT-MM,NOT-MM 14 ; RUN: -check-prefixes=GP32-MM,GP32,MM 16 ; RUN: -check-prefixes=GP32-MM,GP32,MM 18 ; RUN: -check-prefixes=NOT-R2-R6,GP64,NOT-MM 20 ; RUN: -check-prefixes=NOT-R2-R6,GP64,NOT-MM [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/ |
D | indirectbr.ll | 3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 4 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 5 ; RUN: llc -march=mips -mcpu=mips32r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 6 ; RUN: llc -march=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 7 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,R6C 8 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 9 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 10 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 11 ; RUN: llc -march=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 12 ; RUN: llc -march=mips64 -mcpu=mips64r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… [all …]
|
D | udiv.ll | 2 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 4 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 6 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 8 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 10 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 12 ; RUN: -check-prefixes=ALL,R6,GP32 15 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 17 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 19 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 21 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 [all …]
|
D | not.ll | 1 ; RUN: llc < %s -march=mips -mcpu=mips2 | FileCheck %s -check-prefixes=ALL,GP32 2 ; RUN: llc < %s -march=mips -mcpu=mips32 | FileCheck %s -check-prefixes=ALL,GP32 4 ; RUN: -check-prefixes=ALL,GP32 6 ; RUN: -check-prefixes=ALL,GP32 8 ; RUN: -check-prefixes=ALL,GP32 10 ; RUN: -check-prefixes=ALL,GP32 12 ; RUN: -check-prefixes=ALL,GP64 14 ; RUN: -check-prefixes=ALL,GP64 16 ; RUN: -check-prefixes=ALL,GP64 18 ; RUN: -check-prefixes=ALL,GP64 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
D | OptParser.td | 33 // An option which prefixes its (single) value. 86 class Option<list<string> prefixes, string name, OptionKind kind> { 88 list<string> Prefixes = prefixes; 105 class Flag<list<string> prefixes, string name> 106 : Option<prefixes, name, KIND_FLAG>; 107 class Joined<list<string> prefixes, string name> 108 : Option<prefixes, name, KIND_JOINED>; 109 class Separate<list<string> prefixes, string name> 110 : Option<prefixes, name, KIND_SEPARATE>; 111 class CommaJoined<list<string> prefixes, string name> [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | packet_receiver.cc | 43 std::vector<std::string> prefixes; in PacketReceiver() local 47 prefixes.push_back("Throughput_kbps#1"); in PacketReceiver() 48 prefixes.push_back("Sending_Estimate_kbps#1"); in PacketReceiver() 49 prefixes.push_back("Delay_ms_#1"); in PacketReceiver() 50 prefixes.push_back("Packet_Loss_#1"); in PacketReceiver() 51 prefixes.push_back("Objective_function_#1"); in PacketReceiver() 54 prefixes.push_back("Throughput_kbps#1"); // Total Available. in PacketReceiver() 55 prefixes.push_back("Throughput_kbps#1"); // Available per flow. in PacketReceiver() 58 metric_recorder_->SetPlotInformation(prefixes, plot_delay, plot_loss); in PacketReceiver()
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | stack-alignment.ll | 1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s 2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s 4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/ |
D | stack-alignment.ll | 1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s 2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s 4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
|
D | return-hard-float.ll | 1 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=static < %s | FileCheck --check-prefixes=ALL,O… 2 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=static < %s | FileCheck --check-prefixes=ALL… 4 …s64-linux-gnu -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 5 …4el-linux-gnu -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 …s64-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 …4el-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 10 …s64-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 11 …4el-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 13 …nux-gnu -relocation-model=static -mattr=+o32,+fp64 < %s | FileCheck --check-prefixes=ALL,032FP64 %s 14 …nux-gnu -relocation-model=static -mattr=+o32,+fp64 < %s | FileCheck --check-prefixes=ALL,032FP64 %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/ |
D | disable-tail-calls.ll | 5 ; RUN: | FileCheck %s --check-prefixes=CALLER1,NOTAIL 7 ; RUN: | FileCheck %s --check-prefixes=CALLER1,NOTAIL 9 ; RUN: | FileCheck %s --check-prefixes=CALLER1,TAIL 12 ; RUN: | FileCheck %s --check-prefixes=CALLER2,TAIL 14 ; RUN: | FileCheck %s --check-prefixes=CALLER2,NOTAIL 16 ; RUN: | FileCheck %s --check-prefixes=CALLER2,TAIL 19 ; RUN: | FileCheck %s --check-prefixes=CALLER3,TAIL 21 ; RUN: | FileCheck %s --check-prefixes=CALLER3,NOTAIL 23 ; RUN: | FileCheck %s --check-prefixes=CALLER3,TAIL
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/ |
D | scheduler-queue-usage.s | 2 … -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,BTVER2 %s 3 … -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,ZNVER1 %s 4 …s=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,SNB %s 5 …s=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,IVB %s 6 …s=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,HSW %s 7 …s=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,BDW %s 8 …s=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,KNL %s 9 …s=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,SKX %s 10 …l-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,SKX-AVX512 %s 11 …s=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,SLM %s
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Element.java | 39 protected Vector prefixes; field in Element 155 return (prefixes == null ? 0 : prefixes.size()); in getNamespaceCount() 159 return ((String[]) prefixes.elementAt(i))[0]; in getNamespacePrefix() 163 return ((String[]) prefixes.elementAt(i))[1]; in getNamespaceUri() 260 if (prefixes == null) in setPrefix() 261 prefixes = new Vector(); in setPrefix() 262 prefixes.addElement(new String[] { in setPrefix() 302 if (prefixes != null) { in write() 303 for (int i = 0; i < prefixes.size(); i++) { in write()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | abicalls.ll | 1 …-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck -check-prefixes=ABICALLS,STATIC %s 2 …nknown-linux -mcpu=mips32 -relocation-model=pic %s -o - | FileCheck -check-prefixes=ABICALLS,PIC %s 3 …nknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -check-prefixes=N64-STATIC %s 4 …known-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck -check-prefixes=N64-STATIC %s 5 …mips4 -relocation-model=static -mattr=+sym32 %s -o - | FileCheck -check-prefixes=ABICALLS,STATIC %s 6 …ips64 -relocation-model=static -mattr=+sym32 %s -o - | FileCheck -check-prefixes=ABICALLS,STATIC %s 7 …4el-unknown-linux -mcpu=mips4 -relocation-model=pic %s -o - | FileCheck -check-prefixes=ABICALLS %s 8 …el-unknown-linux -mcpu=mips64 -relocation-model=pic %s -o - | FileCheck -check-prefixes=ABICALLS %s
|