Home
last modified time | relevance | path

Searched refs:immediates (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/external/llvm-project/llvm/test/Transforms/ConstantHoisting/RISCV/
Dimmediates.ll4 ; 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/
Dir3_disk_cache.c135 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()
Dir3_cp.c203 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/
Dimmediate_merging.ll14 ; 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/
Dimmediate_merging.ll13 ; 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/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/XCore/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/MSP430/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/Mips/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/ARM/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
Dinlineasm-imm-thumb2.ll15 ; Test thumb2-mode "K" constraint, for bitwise inverted Data Processing immediates.
21 ; Test thumb2-mode "L" constraint, for negated Data Processing immediates.
Dinlineasm-imm-arm.ll15 ; 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/
Dinlineasm-output-template.ll4 ; Test that %c works with immediates
21 ; Test that %n works with immediates
Daddsub.ll11 ; 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/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/Lanai/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
20 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dinlineasm-output-template.ll3 ; Test that %c works with immediates
22 ; Test that %n works with immediates
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dinlineasm-output-template.ll4 ; Test that %c works with immediates
21 ; Test that %n works with immediates
/external/llvm/test/CodeGen/ARM/
Dinlineasm-imm-arm.ll15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
21 ; Test ARM-mode "L" constraint, for negated Data Processing immediates.
Dinlineasm-imm-thumb2.ll15 ; 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/
Daddsub.ll11 ; 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/
Dinlineasm-imm-thumb.ll9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
21 ; Test Thumb-mode "L" constraint, for 3-operand ADD immediates.

12345678910>>...13