Home
last modified time | relevance | path

Searched refs:lowered (Results 1 – 25 of 48) sorted by relevance

12

/external/mesa3d/src/glsl/
Dlower_jumps.cpp381 ir_loop_jump* lowered = 0; in visit() local
382 lowered = new(ir) ir_loop_jump(ir_loop_jump::jump_break); in visit()
384 jumps[lower]->replace_with(lowered); in visit()
385 jumps[lower] = lowered; in visit()
/external/llvm/test/CodeGen/MBlaze/
Dselect.ll1 ; Ensure that the select instruction is supported and is lowered to
Dmul64.ll1 ; Ensure that multiplication is lowered to function calls when the 64-bit
Dmul.ll1 ; Ensure that multiplication is lowered to function calls when the multiplier
Dfpu.ll1 ; Ensure that floating point operations are lowered to function calls when the
Djumptable.ll2 ; jump table should be lowered to a "br" instruction using one of the
Dbrind.ll1 ; Ensure that the select instruction is supported and is lowered to
Ddiv.ll1 ; Ensure that multiplication is lowered to function calls when the multiplier
Dcallind.ll1 ; Ensure that indirect calls work and that they are lowered to some
Dshift.ll1 ; Ensure that shifts are lowered to loops when the barrel shifter unit is
/external/llvm/test/CodeGen/X86/
D2008-08-31-EH_RETURN64.ll1 ; Check that eh_return & unwind_init were properly lowered
D2010-10-08-cmpxchg8b.ll4 ; On i386, i64 cmpxchg is lowered during legalize types to extract the
Dvec_ins_extract-1.ll3 ; Inserts and extracts with variable indices must be lowered
D2008-08-31-EH_RETURN32.ll1 ; Check that eh_return & unwind_init were properly lowered
Dtailcallstack64.ll7 ; Check that lowered arguments on the stack do not overwrite each other.
D2010-02-19-TailCallRetAddrBug.ll2 ; Check that lowered argumens do not overwrite the return address before it is moved.
Dbasic-promote-integers.ll1 ; Test that vectors are scalarized/lowered correctly
Dvector.ll1 ; Test that vectors are scalarized/lowered correctly.
/external/llvm/test/CodeGen/ARM/
Dreg_asc_order.ll2 ; Check that memcpy gets lowered to ldm/stm, at least in this very smple case.
Dselect.ll95 ; case where a SELECT was lowered with 2 uses of a comparison, causing the
/external/llvm/lib/Target/CellSPU/
DREADME.txt87 SETO done (lowered)
88 SETUO done (lowered)
/external/llvm/test/CodeGen/PowerPC/
Dvec_splat.ll1 ; Test that vectors are scalarized/lowered correctly.
Dvector.ll1 ; Test that vectors are scalarized/lowered correctly.
/external/llvm/include/llvm/
DIntrinsicsPowerPC.td376 // vpkuhum is lowered to a shuffle.
380 // vpkuwum is lowered to a shuffle.
/external/llvm/test/CodeGen/Generic/
Dvector.ll1 ; Test that vectors are scalarized/lowered correctly.

12