Searched refs:immediates (Results 1 – 25 of 305) sorted by relevance
12345678910>>...13
/external/llvm-project/llvm/test/Transforms/ConstantHoisting/RISCV/ |
D | immediates.ll | 4 ; Check that we don't hoist immediates with small values. 13 ; Check that we don't hoist immediates with small values. 22 ; Check that we hoist immediates with large values. 31 ; Check that we hoist immediates with very large values.
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_disk_cache.c | 135 sizeof(v->const_state->immediates[0]); in retrieve_variant() 136 v->const_state->immediates = ralloc_size(v->const_state, immeds_sz); in retrieve_variant() 137 blob_copy_bytes(blob, v->const_state->immediates, immeds_sz); in retrieve_variant() 155 sizeof(v->const_state->immediates[0]); in store_variant() 156 blob_write_bytes(blob, v->const_state->immediates, immeds_sz); in store_variant()
|
D | ir3_cp.c | 203 const_state->immediates = rerzalloc(const_state, in lower_immed() 204 const_state->immediates, in lower_immed() 205 __typeof__(const_state->immediates[0]), in lower_immed() 211 const_state->immediates[i] = 0xd0d0d0d0; in lower_immed() 216 if (const_state->immediates[i] == reg->uim_val) in lower_immed() 228 const_state->immediates[i] = reg->uim_val; in lower_immed()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | immediate_merging.ll | 14 ; Test -Os to make sure immediates with multiple users don't get pulled in to 15 ; instructions (8-bit immediates are exceptions). 75 ; Test PGSO to make sure immediates with multiple users don't get pulled in to 76 ; instructions (8-bit immediates are exceptions). 136 ; Test -O2 to make sure that all immediates get pulled in to their users. 162 ; immediates used to store to the individual memory locations. Make 163 ; sure we don't directly store the immediates. 189 ; immediates used to store to the individual memory locations. Make 190 ; sure we don't directly store the immediates.
|
/external/llvm/test/CodeGen/X86/ |
D | immediate_merging.ll | 13 ; Test -Os to make sure immediates with multiple users don't get pulled in to 54 ; Test -O2 to make sure that all immediates get pulled in to their users. 72 ; immediates used to store to the individual memory locations. Make 73 ; sure we don't directly store the immediates.
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/XCore/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/MSP430/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
D | inlineasm-imm-thumb2.ll | 15 ; Test thumb2-mode "K" constraint, for bitwise inverted Data Processing immediates. 21 ; Test thumb2-mode "L" constraint, for negated Data Processing immediates.
|
D | inlineasm-imm-arm.ll | 15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates. 21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | inlineasm-output-template.ll | 4 ; Test that %c works with immediates 21 ; Test that %n works with immediates
|
D | addsub.ll | 11 ; Add pure 12-bit immediates: 56 ; Add 12-bit immediates, shifted left by 12 bits 73 ; Subtract 12-bit immediates 90 ; Subtract 12-bit immediates, shifted left by 12 bits
|
/external/llvm-project/llvm/test/CodeGen/BPF/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/Lanai/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 20 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | inlineasm-output-template.ll | 3 ; Test that %c works with immediates 22 ; Test that %n works with immediates
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | inlineasm-output-template.ll | 4 ; Test that %c works with immediates 21 ; Test that %n works with immediates
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-imm-arm.ll | 15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates. 21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
|
D | inlineasm-imm-thumb2.ll | 15 ; Test thumb2-mode "K" constraint, for bitwise inverted Data Processing immediates. 21 ; Test thumb2-mode "L" constraint, for negated Data Processing immediates.
|
/external/llvm/test/CodeGen/AArch64/ |
D | addsub.ll | 11 ; Add pure 12-bit immediates: 56 ; Add 12-bit immediates, shifted left by 12 bits 73 ; Subtract 12-bit immediates 90 ; Subtract 12-bit immediates, shifted left by 12 bits
|
/external/llvm-project/llvm/test/CodeGen/Thumb/ |
D | inlineasm-imm-thumb.ll | 9 ; Test Thumb-mode "J" constraint, for negated ADD immediates. 21 ; Test Thumb-mode "L" constraint, for 3-operand ADD immediates.
|
12345678910>>...13