/third_party/protobuf/objectivec/ |
H A D | GPBDescriptor_PackagePrivate.h | 231 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 D | GPBUtilities_PackagePrivate.h | 304 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 D | objc_sel_and_id.h | 5 SEL selector; 7 void f(id object, SEL selector);
|
/third_party/python/Lib/idlelib/ |
H A D | grep.py | 193 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 D | replace.py | 270 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 D | method_dump.sh | 52 // 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 D | constants.py | 60 SEL='sel' variable
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_vec4_dead_code_eliminate.cpp | 163 bld.SEL(dst_reg(r6), r3, r6); in TEST_F()
|
H A D | test_vec4_cmod_propagation.cpp | 346 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 D | brw_fs_sel_peephole.cpp | 31 * 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 D | brw_vec4_builder.h | 340 return set_condmod(mod, SEL(dst, fix_unsigned_negate(src0), in emit_minmax() 433 ALU2(SEL)
|
H A D | test_fs_copy_propagation.cpp | 191 bld.SEL(vgrf2, vgrf0, in TEST_F()
|
H A D | brw_fs_builder.h | 397 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 D | test_fs_cmod_propagation.cpp | 375 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 D | brw_fs_visitor.cpp | 552 bld.quarter(q).SEL( in emit_interpolation_setup_gfx6()
|
H A D | brw_eu.h | 238 ALU2(SEL)
|
H A D | brw_fs_nir.cpp | 1681 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 D | brw_fs.cpp | 2695 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 D | LanguageTag.java | 329 SEL("Selkup", "sel"), enum constant
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_gv100.cpp | 186 OPINFO(SEL , R , NONE, RIC , NONE, NONE, NONE);
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 400 %token <integer> SAD2 SADA2 SEL SEND SENDC SENDS SENDSC SHL SHR SMOV SUBB SYNC 829 | SEL
|
/third_party/mesa3d/src/mesa/main/ |
H A D | attrib.c | 648 #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 D | LoopVectorize.cpp | 962 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 D | constants-mips64.h | 761 SEL = ((2U << 3) + 0),
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 716 SEL = ((2U << 3) + 0),
|