/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
D | types.js | 4 exports.UNIVERSAL = exports.TAG = exports.STRING = exports.SELECTOR = exports.ROOT = exports.PSEUDO… 13 var PSEUDO = 'pseudo'; variable 14 exports.PSEUDO = PSEUDO;
|
D | guards.js | 16 …TYPE[_types.ID] = true, _IS_TYPE[_types.NESTING] = true, _IS_TYPE[_types.PSEUDO] = true, _IS_TYPE[… 35 var isPseudo = isNodeType.bind(null, _types.PSEUDO);
|
D | pseudo.js | 15 _this.type = _types.PSEUDO;
|
D | container.js | 232 if (selector.type === types.PSEUDO) {
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | README | 12 -------------------------------------- BEGIN PSEUDO EXAMPLE 36 -------------------------------------- END PSEUDO EXAMPLE 46 -------------------------------------- BEGIN PSEUDO EXAMPLE 56 -------------------------------------- END PSEUDO EXAMPLE
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 42 "PSEUDO CALL INDIRECT\t$callee", 43 "PSEUDO CALL INDIRECT\t$callee">, 90 "PSEUDO CALL INDIRECT\t$callee", 91 "PSEUDO CALL INDIRECT\t$callee">; 114 "PSEUDO RET_CALL INDIRECT\t$callee", 115 "PSEUDO RET_CALL INDIRECT\t$callee">,
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_reduce_assign.cpp | 74 aco_opcode::p_end_linear_vgpr, Format::PSEUDO, vtmp_in_loop ? 2 : 1, 0)}; in setup_reduce_temp() 104 aco_opcode::p_start_linear_vgpr, Format::PSEUDO, 0, 1)}; in setup_reduce_temp() 146 aco_opcode::p_start_linear_vgpr, Format::PSEUDO, 0, 1)}; in setup_reduce_temp()
|
D | aco_spill.cpp | 291 instr->format != Format::PSEUDO && instr->format != Format::SOPK) in should_rematerialize() 322 assert((instr->format != Format::PSEUDO || instr->opcode == aco_opcode::p_create_vector || in do_reload() 354 create_instruction<Pseudo_instruction>(aco_opcode::p_reload, Format::PSEUDO, 1, 1)}; in do_reload() 911 create_instruction<Pseudo_instruction>(aco_opcode::p_spill, Format::PSEUDO, 2, 0)}; in add_coupling_code() 969 create_instruction<Pseudo_instruction>(aco_opcode::p_spill, Format::PSEUDO, 2, 0)}; in add_coupling_code() 1110 create_instruction<Pseudo_instruction>(opcode, Format::PSEUDO, preds.size(), 1)}; in add_coupling_code() 1260 create_instruction<Pseudo_instruction>(aco_opcode::p_spill, Format::PSEUDO, 2, 0)}; in process_block() 1500 Format::PSEUDO, 1, temp.size())}; in spill_vgpr() 1542 Format::PSEUDO, def.size(), 1)}; in reload_vgpr() 1725 aco_opcode::p_end_linear_vgpr, Format::PSEUDO, end_vgprs, 0)}; in assign_spill_slots() [all …]
|
D | aco_ssa_elimination.cpp | 101 create_instruction<Pseudo_instruction>(aco_opcode::p_parallelcopy, Format::PSEUDO, in insert_parallelcopies() 126 create_instruction<Pseudo_instruction>(aco_opcode::p_parallelcopy, Format::PSEUDO, in insert_parallelcopies()
|
D | aco_lower_phis.cpp | 111 create_instruction<Pseudo_instruction>(aco_opcode::p_linear_phi, Format::PSEUDO, pred, 1)}; in get_ssa() 297 aco_opcode::p_linear_phi, Format::PSEUDO, num_preds, 1)}; in lower_divergent_bool_phi()
|
D | aco_insert_exec_mask.cpp | 303 Format::PSEUDO, preds.size(), 1)); in add_coupling_code() 314 aco_opcode::p_linear_phi, Format::PSEUDO, preds.size(), 1)}; in add_coupling_code() 322 aco_opcode::p_linear_phi, Format::PSEUDO, preds.size(), 1)}; in add_coupling_code() 410 aco_opcode::p_linear_phi, Format::PSEUDO, preds.size(), 1)}; in add_coupling_code()
|
D | aco_opcodes.py | 53 PSEUDO = 0 variable in Format 251 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, format = Format.PSEUDO, cls… 1693 …if op.format in [Format.PSEUDO, Format.PSEUDO_BRANCH, Format.PSEUDO_BARRIER, Format.PSEUDO_REDUCTI…
|
D | aco_instruction_selection.cpp | 401 aco_opcode::p_split_vector, Format::PSEUDO, 1, num_components)}; in emit_split_vector() 453 aco_opcode::p_create_vector, Format::PSEUDO, num_components, 1)}; in expand_vector() 574 aco_opcode::p_create_vector, Format::PSEUDO, num_components, 1)}; in byte_align_vector() 770 aco_opcode::p_create_vector, Format::PSEUDO, size, 1)}; in get_alu_src() 1399 aco_opcode::p_create_vector, Format::PSEUDO, instr->dest.dest.ssa.num_components, 1)}; in visit_alu_instr() 3953 aco_opcode::p_create_vector, Format::PSEUDO, dst.size(), 1)}; in visit_load_const() 4191 aco_opcode::p_create_vector, Format::PSEUDO, num_tmps, 1)}; in emit_load() 4217 aco_opcode::p_split_vector, Format::PSEUDO, 1, tmp_size / elem_rc.bytes())}; in emit_load() 4244 aco_opcode::p_create_vector, Format::PSEUDO, info.num_components + !!padding_bytes, 1)}; in emit_load() 4765 aco_opcode::p_split_vector, Format::PSEUDO, 1, num_elems)}; in split_store_data() [all …]
|
D | aco_register_allocation.cpp | 95 create_instruction<Instruction>(aco_opcode::p_parallelcopy, Format::PSEUDO, 0, 0)); in ra_ctx() 97 create_instruction<Instruction>(aco_opcode::p_linear_phi, Format::PSEUDO, 0, 0)); in ra_ctx() 1860 if (instr->format != Format::PSEUDO) in handle_pseudo() 2037 create_instruction<Pseudo_instruction>(opcode, Format::PSEUDO, preds.size(), 1)}; in get_reg_phi() 2182 create_instruction<Pseudo_instruction>(opcode, Format::PSEUDO, preds.size(), 1)}; in handle_live_in() 2953 Format::PSEUDO, parallelcopy.size(), in register_allocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepInstrInfo.td | 26198 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26209 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26219 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26230 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26240 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26251 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26261 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26272 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26282 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { 26293 PSEUDO, TypeMAPPING>, Requires<[UseHVXV60]> { [all …]
|
D | HexagonIICScalar.td | 15 InstrItinData<PSEUDO, [InstrStage<1, [SLOT0, SLOT1, SLOT2, SLOT3]>],
|
D | HexagonScheduleV5.td | 14 InstrItinData<PSEUDO, [InstrStage<1, [SLOT0, SLOT1, SLOT2, SLOT3]>]>,
|
D | HexagonScheduleV55.td | 12 InstrItinData<PSEUDO, [InstrStage<1, [SLOT0, SLOT1, SLOT2, SLOT3]>],
|
D | HexagonSchedule.td | 48 def PSEUDO : InstrItinClass;
|
D | HexagonInstrFormats.td | 219 : InstHexagon<outs, ins, asmstr, pattern, cstr, PSEUDO, TypePSEUDO>,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 560 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 565 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 570 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 575 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 580 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 585 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 590 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2", 595 "# Select PSEUDO $dst = $lhs $imm $rhs ? $src : $src2",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1932 "# Select8 PSEUDO", 1939 "# Select16 PSEUDO", 1946 "# Lsl8 PSEUDO", 1953 "# Lsl16 PSEUDO", 1960 "# Lsr8 PSEUDO", 1967 "# Lsr16 PSEUDO", 1974 "# Rol8 PSEUDO", 1981 "# Rol16 PSEUDO", 1988 "# Ror8 PSEUDO", 1995 "# Ror16 PSEUDO", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 184 "# ADDframe PSEUDO", []>; 190 "# Select8 PSEUDO", 194 "# Select16 PSEUDO", 200 "# Shl8 PSEUDO", 203 "# Shl16 PSEUDO", 206 "# Sra8 PSEUDO", 209 "# Sra16 PSEUDO", 212 "# Srl8 PSEUDO", 215 "# Srl16 PSEUDO",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 453 "; SELECT_CC_Int_ICC PSEUDO!", 457 "; SELECT_CC_FP_ICC PSEUDO!", 462 "; SELECT_CC_DFP_ICC PSEUDO!", 467 "; SELECT_CC_QFP_ICC PSEUDO!", 475 "; SELECT_CC_Int_FCC PSEUDO!", 480 "; SELECT_CC_FP_FCC PSEUDO!", 484 "; SELECT_CC_DFP_FCC PSEUDO!", 488 "; SELECT_CC_QFP_FCC PSEUDO!",
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 599 -------------------------------------- BEGIN PSEUDO EXAMPLE 649 -------------------------------------- END PSEUDO EXAMPLE 726 -------------------------------------- BEGIN PSEUDO EXAMPLE 781 -------------------------------------- END PSEUDO EXAMPLE
|