Home
last modified time | relevance | path

Searched refs:emitted (Results 1 – 25 of 189) sorted by relevance

12345678

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pm4.c164 if (idx != ~0 && rctx->emitted.array[idx] == state) { in si_pm4_free_state()
165 rctx->emitted.array[idx] = NULL; in si_pm4_free_state()
181 if (!state || rctx->emitted.array[i] == state) in si_pm4_sync_flags()
196 if (!state || rctx->emitted.array[i] == state) in si_pm4_dirty_dw()
227 if (!state || rctx->emitted.array[i] == state) in si_pm4_emit_dirty()
231 rctx->emitted.array[i] = state; in si_pm4_emit_dirty()
237 memset(&rctx->emitted, 0, sizeof(rctx->emitted)); in si_pm4_reset_emitted()
/external/llvm/test/MC/COFF/
Dcomm-align.s5 # - that -aligncomm is not emitted for 1-byte alignment
6 # - that -aligncomm is emitted for the various alignments (greater than 1)
9 # - that functions after the switch also are emitted into the correct section
/external/llvm/lib/Target/Mips/
DMSA.txt37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
49 shf.w will be emitted instead.
67 the same operation and will be emitted instead.
78 operation with the operands swapped. bmnzi.v will (currently) be emitted
83 bmnzi.b and bmzi.b and can be emitted.
/external/llvm/test/CodeGen/Generic/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
8 ; test_global should not be emitted to the .s file.
/external/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
8 ; test_global should not be emitted to the .s file.
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c712 static void presub_nop(struct rc_instruction * emitted) { in presub_nop() argument
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) { in presub_nop()
719 if (emitted->Prev->U.P.RGB.WriteMask) in presub_nop()
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex; in presub_nop()
723 if (emitted->Prev->U.P.Alpha.WriteMask) in presub_nop()
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex; in presub_nop()
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in presub_nop()
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index); in presub_nop()
733 unsigned int index = emitted->U.P.RGB.Src[i].Index; in presub_nop()
734 if (emitted->U.P.RGB.Src[i].File == RC_FILE_TEMPORARY in presub_nop()
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-tls-dynamic-together.ll3 ; If the .tlsdesccall and blr parts are emitted completely separately (even with
5 ; the option). This is definitely wrong, so we make sure they are emitted
/external/llvm/test/CodeGen/X86/
Dfltused_function_pointer.ll1 ; The purpose of this test to to verify that the fltused symbol is emitted when
3 ; is not emitted otherwise.
Dfltused.ll1 ; The purpose of this test to to verify that the fltused symbol is emitted when
3 ; is not emitted otherwise.
Dpatchpoint-invoke.ll33 ; Verify that the exception table was emitted:
45 ; Verify that the stackmap section got emitted:
Dident-metadata.ll2 ; Verify that llvm.ident metadata is emitted as .ident
Dlabel-redefinition.ll2 ; RUN: not llc %s -o - 2>&1 | grep "'_foo' label emitted multiple times to assembly"
Dvisibility2.ll2 ; emitted they are not treated as definitions. Test case for r132825.
/external/llvm/test/DebugInfo/
Dlto-comp-dir.ll6 ; If multiple line tables are emitted, one per CU, those line tables can
21 ; However, if a single line table is emitted and shared between CUs, the
24 ; full paths are always emitted in this case, never comp_dir relative.
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_context.h137 GLuint emitted; /* I810_UPLOAD_* */ member
157 i830->state.emitted &= ~flag; \
Di915_context.h246 GLuint emitted; /* I915_UPLOAD_* */ member
271 (i915)->state.emitted &= ~(flag); \
/external/dnsmasq/dbus/
DDBus-interface120 This signal is emitted when a DHCP lease for a given IP address is created.
125 This signal is emitted when a DHCP lease for a given IP address is deleted.
130 This signal is emitted when a DHCP lease for a given IP address is updated.
/external/llvm/docs/
DBitCodeFormat.rst87 Fixed-width integer values have their low bits emitted directly to the file.
105 For example, the value 27 (0x1B) is encoded as 1011 0011 when emitted as a vbr4
254 letters with values less than 32, each letter would need to be emitted as at
285 emitted.
292 few binary operators, the abbreviation does not need to be emitted.
320 the result is always a single specific value. This specific value is emitted
325 are just emitted as their code.
329 have extra data are emitted as their code, followed by the extra data.
333 * Fixed (code 1): The field should be emitted as a `fixed-width value`_, whose
336 * VBR (code 2): The field should be emitted as a `variable-width value`_, whose
[all …]
/external/llvm/test/Instrumentation/InstrProfiling/
Dno-counters.ll1 ;; No instrumentation should be emitted if there are no counter increments.
/external/llvm/test/DebugInfo/X86/
Dfission-inline.ll15 ; Include a template just to test template parameters are not emitted in
18 ; And some varargs to make sure DW_TAG_unspecified_parameters is not emitted.
21 ; be emitted either.
/external/llvm/test/Transforms/Inline/
Dexternally_available.ll6 ; test_function should not be emitted to the .s file.
/external/llvm/test/CodeGen/NVPTX/
Daggr-param.ll3 ; Make sure aggregate param types get emitted properly.
/external/llvm/test/CodeGen/Thumb/
Diabs.ll10 ; This test just checks that 4 instructions were emitted
/external/llvm/test/CodeGen/ARM/
D2012-10-04-LDRB_POST_IMM-Crash.ll2 ; Check that LDRB_POST_IMM instruction emitted properly.
/external/llvm/test/CodeGen/Mips/
Deh-return32.ll23 ; check that .cfi_offset directives are emitted for $a0-$a3.
65 ; check that .cfi_offset directives are emitted for $a0-$a3.

12345678