Home
last modified time | relevance | path

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

1234567

/external/mesa3d/src/compiler/nir/
Dnir_lower_gs_intrinsics.c94 nir_intrinsic_instr *lowered = in rewrite_emit_vertex() local
97 nir_intrinsic_set_stream_id(lowered, nir_intrinsic_stream_id(intrin)); in rewrite_emit_vertex()
98 lowered->src[0] = nir_src_for_ssa(count); in rewrite_emit_vertex()
99 nir_builder_instr_insert(b, &lowered->instr); in rewrite_emit_vertex()
122 nir_intrinsic_instr *lowered = in rewrite_end_primitive() local
125 nir_intrinsic_set_stream_id(lowered, nir_intrinsic_stream_id(intrin)); in rewrite_end_primitive()
126 lowered->src[0] = nir_src_for_ssa(count); in rewrite_end_primitive()
127 nir_builder_instr_insert(b, &lowered->instr); in rewrite_end_primitive()
/external/turbine/java/com/google/turbine/main/
DMain.java79 Lowered lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()); in compile() local
85 Dependencies.collectDeps(options.targetLabel(), options.bootClassPath(), bound, lowered); in compile()
92 writeOutput(Paths.get(options.outputFile()), lowered.bytes(), transitive); in compile()
131 Path path, Map<String, byte[]> lowered, Map<String, byte[]> transitive) throws IOException { in writeOutput() argument
135 for (Map.Entry<String, byte[]> entry : lowered.entrySet()) { in writeOutput()
/external/turbine/java/com/google/turbine/deps/
DDependencies.java52 Lowered lowered) { in collectDeps() argument
54 Set<ClassSymbol> closure = superTypeClosure(bound, lowered); in collectDeps()
84 private static Set<ClassSymbol> superTypeClosure(BindingResult bound, Lowered lowered) { in superTypeClosure() argument
89 for (ClassSymbol sym : lowered.symbols()) { in superTypeClosure()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java254 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes(); in innerClassAttributeOrder() local
256 new ClassReader(lowered.get("Test$Inner$InnerMost")) in innerClassAttributeOrder()
330 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes(); in typePath() local
332 new ClassReader(lowered.get("Test")) in typePath()
407 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes(); in deprecated() local
409 new ClassReader(lowered.get("Test")) in deprecated()
/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/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
/external/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp641 ir_loop_jump* lowered = 0; in visit() local
642 lowered = new(ir) ir_loop_jump(ir_loop_jump::jump_break); in visit()
648 jumps[lower]->replace_with(lowered); in visit()
649 jumps[lower] = lowered; in visit()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DREADME.txt73 SETO done (lowered)
74 SETUO done (lowered)
/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.
Dswitch.ll33 ; Should never be lowered as a jump table because of the attribute
52 ; Should be lowered as a jump table because of the attribute
93 ; Should be lowered to two range checks.
132 ; Cases 0-5 could be lowered with two bit tests,
159 ; This could be lowered as a jump table, but bit tests is more efficient.
193 ; This will also be lowered as bit test, but as the range [0,8] is not fully
414 ; This will be lowered to a comparison with 4 and then bit tests. Make sure
774 ; The switch is lowered with bit tests. Since the case range is contiguous, the
D2010-10-08-cmpxchg8b.ll4 ; On i386, i64 cmpxchg is lowered during legalize types to extract the
/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.
321 // f128 is not legal and is lowered to i128 which is further lowered to a pair
/external/swiftshader/third_party/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
/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/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dno_globals.ll4 ; global initializers to be lowered.
/external/llvm/test/Transforms/LowerSwitch/
D2014-06-11-SwitchDefaultUnreachableOpt.ll3 ; The switch is lowered with a single icmp.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-08-31-EH_RETURN64.ll1 ; Check that eh_return & unwind_init were properly lowered
D2008-08-31-EH_RETURN32.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
/external/llvm/test/CodeGen/WebAssembly/
Dunreachable.ll4 ; Test that LLVM unreachable instruction and trap intrinsic are lowered to

1234567