Home
last modified time | relevance | path

Searched refs:SEL (Results 1 - 25 of 31) sorted by relevance

12

/third_party/protobuf/objectivec/
H A DGPBDescriptor_PackagePrivate.h231 SEL caseSel_; in GPBOneofDescriptor()
242 SEL getSel_; in GPBFieldDescriptor()
243 SEL setSel_; in GPBFieldDescriptor()
244 SEL hasOrCountSel_; // *Count for map<>/repeated fields, has* otherwise. in GPBFieldDescriptor()
245 SEL setHasSel_; in GPBFieldDescriptor()
H A DGPBUtilities_PackagePrivate.h304 const char *GPBMessageEncodingForSelector(SEL selector, BOOL instanceSel);
360 BOOL GPBClassHasSel(Class aClass, SEL sel);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dobjc_sel_and_id.h5 SEL selector;
7 void f(id object, SEL selector);
/third_party/python/Lib/idlelib/
H A Dgrep.py193 from tkinter import Toplevel, Text, SEL, END namespace
209 text.tag_add(SEL, "1.0", END)
211 text.tag_remove(SEL, "1.0", END)
H A Dreplace.py270 from tkinter import Toplevel, Text, END, SEL namespace
295 text.tag_add(SEL, "1.0", END)
297 text.tag_remove(SEL, "1.0", END)
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh52 // Note that methods have 2 defaults args (_cmd and SEL) so a method "0 arg method"
80 SEL sortSelector = @selector(caseInsensitiveCompare:);
/third_party/python/Lib/tkinter/
H A Dconstants.py60 SEL='sel' variable
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_dead_code_eliminate.cpp163 bld.SEL(dst_reg(r6), r3, r6); in TEST_F()
H A Dtest_vec4_cmod_propagation.cpp346 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F()
430 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F()
923 bld.SEL(dest2, src2, src3) in TEST_F()
971 bld.SEL(dest2, src2, src3) in TEST_F()
1021 bld.SEL(dest, src0, src1) in TEST_F()
H A Dbrw_fs_sel_peephole.cpp31 * an if statement with SEL instructions.
94 * Try to replace IF/MOV+/ELSE/MOV+/ENDIF with SEL.
109 * variable values---which is exactly what SEL is for. In this case, the
123 * (+f0) SEL dst src0 src1
161 /* Generate SEL instructions for pairs of MOVs to a common destination. */ in opt_peephole_sel()
214 ibld.SEL(then_mov[i]->dst, src0, src1)); in opt_peephole_sel()
H A Dbrw_vec4_builder.h340 return set_condmod(mod, SEL(dst, fix_unsigned_negate(src0), in emit_minmax()
433 ALU2(SEL)
H A Dtest_fs_copy_propagation.cpp191 bld.SEL(vgrf2, vgrf0, in TEST_F()
H A Dbrw_fs_builder.h397 return set_condmod(mod, SEL(dst, fix_unsigned_negate(src0), in emit_minmax()
489 * because the destination and second source (if it were a SEL) in emit_scan_step()
643 ALU2(SEL)
H A Dtest_fs_cmod_propagation.cpp375 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F()
414 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)) in TEST_F()
496 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F()
822 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dst1, src0, zero)); in TEST_F()
1441 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)) in TEST_F()
2853 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F()
2897 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F()
2942 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F()
3030 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)) in TEST_F()
H A Dbrw_fs_visitor.cpp552 bld.quarter(q).SEL( in emit_interpolation_setup_gfx6()
H A Dbrw_eu.h238 ALU2(SEL)
H A Dbrw_fs_nir.cpp1681 inst = bld.SEL(result, zero, tmp32); in nir_emit_alu()
1955 inst = bld.SEL(result, op[1], op[2]); in nir_emit_alu()
5353 * SIMD32. In particular, it appears that a SEL with a QtrCtrl of 2H
5385 * SIMD32. In particular, it appears that a SEL with a QtrCtrl of 2H
5426 * SIMD32. In particular, it appears that a SEL with a QtrCtrl of 2H
6534 fs_inst *sel = bld.SEL(nir_dest[0], offset(dst, bld, 3), brw_imm_d(0));
H A Dbrw_fs.cpp2695 ibld.SEL(subscript(inst->dst, BRW_REGISTER_TYPE_UD, 0),
2699 ibld.SEL(subscript(inst->dst, BRW_REGISTER_TYPE_UD, 1),
4354 ibld.SEL(inst->dst, inst->dst, brw_imm_ud(0))
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLanguageTag.java329 SEL("Selkup", "sel"), enum constant
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_gv100.cpp186 OPINFO(SEL , R , NONE, RIC , NONE, NONE, NONE);
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y400 %token <integer> SAD2 SADA2 SEL SEND SENDC SENDS SENDSC SHL SHR SMOV SUBB SYNC
829 | SEL
/third_party/mesa3d/src/mesa/main/
H A Dattrib.c648 #define TEST_AND_CALL1_SEL(FIELD, CALL, SEL) do { \
650 _mesa_##CALL(SEL, attr->FIELD); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp962 LoopVectorizationCostModel(ScalarEpilogueLowering SEL, Loop *L, in LoopVectorizationCostModel() argument
971 : ScalarEpilogueStatus(SEL), TheLoop(L), PSE(PSE), LI(LI), Legal(Legal), in LoopVectorizationCostModel()
7560 ScalarEpilogueLowering SEL = getScalarEpilogueLowering(
7563 LoopVectorizationCostModel CM(SEL, L, PSE, LI, LVL, *TTI, TLI, DB, AC, ORE, F,
7653 ScalarEpilogueLowering SEL = getScalarEpilogueLowering(
7678 SEL = CM_ScalarEpilogueNotAllowedLowTripLoop;
7722 LoopVectorizationCostModel CM(SEL, L, PSE, LI, &LVL, *TTI, TLI, DB, AC, ORE,
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h761 SEL = ((2U << 3) + 0),
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h716 SEL = ((2U << 3) + 0),

Completed in 46 milliseconds

12