Home
last modified time | relevance | path

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

1234

/external/llvm/test/CodeGen/AMDGPU/
Dendcf-loop-header.ll4 ; loop block. This intrinsic will be lowered to s_or_b64 by the code
9 ; This is was lowered from the llvm.SI.end.cf intrinsic:
Dtrunc-vector-store-assertion-failure.ll3 ; This tests for a bug in the SelectionDAG where custom lowered truncated
Dicmp-select-sete-reverse-args.ll3 ;Test that a select with reversed True/False values is correctly lowered
Dfcmp.ll17 ; This test checks that a setcc node with f32 operands is lowered to a
Dsimplify-demanded-bits-build-pair.ll5 ; 64-bit select was originally lowered with a build_pair, and this
/external/elfutils/libdwfl/
Dlinux-pid-attach.c138 bool lowered = (addr & 4) != 0; in pid_memory_read() local
139 if (lowered) in pid_memory_read()
148 if (! lowered) in pid_memory_read()
151 if (lowered) in pid_memory_read()
/external/llvm/test/CodeGen/X86/
Dmacho-comdat.ll6 ; CHECK: LLVM ERROR: MachO doesn't support COMDATs, 'f' cannot be lowered.
Dstatepoint-far-call.ll3 ; are lowered correctly to an indirect call via a scratch register.
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.
Dvshift-6.ll9 ; This is custom lowered into the following sequence:
D2008-08-31-EH_RETURN64.ll1 ; Check that eh_return & unwind_init were properly lowered
Dcrash-O0.ll33 ; When using fast isel, sdiv is lowered into a sequence of CQO + DIV64.
Dmerge-store-partially-alias-loads.ll16 ; DBGDAG-LABEL: Optimized lowered selection DAG: BB#0 'merge_store_partial_overlap_load:'
D2010-02-19-TailCallRetAddrBug.ll2 ; Check that lowered argumens do not overwrite the return address before it is moved.
/external/mesa3d/src/glsl/
Dlower_jumps.cpp634 ir_loop_jump* lowered = 0; in visit() local
635 lowered = new(ir) ir_loop_jump(ir_loop_jump::jump_break); in visit()
641 jumps[lower]->replace_with(lowered); in visit()
642 jumps[lower] = lowered; in visit()
/external/llvm/test/DebugInfo/PowerPC/
Dline.test5 ; branch, then further lowered to cmplwi + brcc but without the fidelity that
/external/llvm/test/DebugInfo/ARM/
Dline.test5 ; branch, then further lowered to CMPri + brcc but without the fidelity that
/external/llvm/test/Transforms/LowerSwitch/
D2014-06-11-SwitchDefaultUnreachableOpt.ll3 ; The switch is lowered with a single icmp.
/external/llvm/test/CodeGen/WebAssembly/
Dunreachable.ll4 ; Test that LLVM unreachable instruction and trap intrinsic are lowered to
Dphi.ll3 ; Test that phis are lowered.
/external/llvm/lib/Target/Mips/
DMipsCallingConv.td24 /// For example, this is true for i32's that were lowered from soft-float.
184 // legal and is lowered to i128 which is further lowered to a pair of i64's.
365 // f128 is not legal and is lowered to i128 which is further lowered to a pair
/external/llvm/test/Analysis/CostModel/ARM/
Dshuffle.ll9 ;; Reverse shuffles should be lowered to vrev and possibly a vext (for

1234