Home
last modified time | relevance | path

Searched refs:selector (Results 1 - 25 of 250) sorted by relevance

12345678910

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dcontainer.js28 _proto.append = function append(selector) {
29 selector.parent = this;
30 this.nodes.push(selector);
33 _proto.prepend = function prepend(selector) {
34 selector.parent = this;
35 this.nodes.unshift(selector);
119 * updated as selector nodes are mutated.
122 * of the selector, and not the location of the selector in the overall document
183 return this.walk(function (selector) {
[all...]
H A Dconstructors.js4 exports.universal = exports.tag = exports.string = exports.selector = exports.root = exports.pseudo = exports.nesting = exports.id = exports.comment = exports.combinator = exports.className = exports.attribute = void 0;
13 var _selector = _interopRequireDefault(require("./selector"));
50 var selector = function selector(opts) { function
53 exports.selector = selector;
H A Dattribute.js20 var warnOfDeprecatedConstructor = deprecate(function () {}, "Constructing an Attribute selector with a value without specifying quoteMark is deprecated. Note: The value should be unescaped now.");
291 var selector = [this.rawSpaceBefore, '['];
292 selector.push(this._stringFor('qualifiedAttribute', 'attribute'));
294 selector.push(this._stringFor('operator'));
295 selector.push(this._stringFor('value'));
296 selector.push(this._stringFor('insensitiveFlag', 'insensitive', function (attrValue, attrSpaces) {
303 selector.push(']');
304 selector.push(this.rawSpaceAfter);
305 return selector.join('');
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ie.c602 u32 selector; in wpa_validate_wpa_ie() local
643 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X; in wpa_validate_wpa_ie()
647 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B_192; in wpa_validate_wpa_ie()
649 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B; in wpa_validate_wpa_ie()
653 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA384; in wpa_validate_wpa_ie()
655 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA256; in wpa_validate_wpa_ie()
658 selector = RSN_AUTH_KEY_MGMT_FILS_SHA384; in wpa_validate_wpa_ie()
660 selector = RSN_AUTH_KEY_MGMT_FILS_SHA256; in wpa_validate_wpa_ie()
665 selector = RSN_AUTH_KEY_MGMT_FT_802_1X_SHA384; in wpa_validate_wpa_ie()
668 selector in wpa_validate_wpa_ie()
1164 u32 cipher, suite, selector, mask; wpa_auth_write_fd_rsn_info() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc11 #include "src/compiler/backend/instruction-selector-impl.h"
12 #include "src/compiler/backend/instruction-selector.h"
37 explicit Arm64OperandGenerator(InstructionSelector* selector) in Arm64OperandGenerator() argument
38 : OperandGenerator(selector) {} in Arm64OperandGenerator()
147 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRR() argument
148 Arm64OperandGenerator g(selector); in VisitRR()
149 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRR()
153 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR() argument
155 Arm64OperandGenerator g(selector); in VisitRR()
156 selector in VisitRR()
160 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument
167 VisitRRR(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitRRR() argument
175 VisitSimdShiftRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node, int width) VisitSimdShiftRRR() argument
193 VisitRRI(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitRRI() argument
201 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node, ImmediateMode operand_mode) VisitRRO() argument
209 VisitRRIR(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitRRIR() argument
267 TryMatchExtendingLoad(InstructionSelector* selector, Node* node) TryMatchExtendingLoad() argument
272 TryEmitExtendingLoad(InstructionSelector* selector, Node* node) TryEmitExtendingLoad() argument
290 TryMatchAnyShift(InstructionSelector* selector, Node* node, Node* input_node, InstructionCode* opcode, bool try_ror) TryMatchAnyShift() argument
326 TryMatchAnyExtend(Arm64OperandGenerator* g, InstructionSelector* selector, Node* node, Node* left_node, Node* right_node, InstructionOperand* left_op, InstructionOperand* right_op, InstructionCode* opcode) TryMatchAnyExtend() argument
369 TryMatchLoadStoreShift(Arm64OperandGenerator* g, InstructionSelector* selector, MachineRepresentation rep, Node* node, Node* index, InstructionOperand* index_op, InstructionOperand* shift_immediate_op) TryMatchLoadStoreShift() argument
459 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode operand_mode, FlagsContinuation* cont) VisitBinop() argument
534 VisitBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, ImmediateMode operand_mode) VisitBinop() argument
541 VisitAddSub(InstructionSelector* selector, Node* node, ArchOpcode opcode, ArchOpcode negate_opcode) VisitAddSub() argument
587 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode immediate_mode, MachineRepresentation rep, Node* output = nullptr) EmitLoad() argument
642 EmitAddBeforeLoadOrStore(InstructionSelector* selector, Node* node, InstructionCode* opcode) EmitAddBeforeLoadOrStore() argument
1019 VisitLogical(InstructionSelector* selector, Node* node, Matcher* m, ArchOpcode opcode, bool left_can_cover, bool right_can_cover, ImmediateMode imm_mode) VisitLogical() argument
1276 TryEmitBitfieldExtract32(InstructionSelector* selector, Node* node) TryEmitBitfieldExtract32() argument
1642 EmitInt32MulWithOverflow(InstructionSelector* selector, Node* node, FlagsContinuation* cont) EmitInt32MulWithOverflow() argument
1740 VisitExtMul(InstructionSelector* selector, ArchOpcode opcode, Node* node, int dst_lane_size) VisitExtMul() argument
1797 VisitExtAddPairwise(InstructionSelector* selector, ArchOpcode opcode, Node* node, int dst_lane_size) VisitExtAddPairwise() argument
2156 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
2222 MaybeReplaceCmpZeroWithFlagSettingBinop(InstructionSelector* selector, Node** node, Node* binop, ArchOpcode* opcode, FlagsCondition cond, FlagsContinuation* cont, ImmediateMode* immediate_mode) MaybeReplaceCmpZeroWithFlagSettingBinop() argument
2294 EmitBranchOrDeoptimize(InstructionSelector* selector, InstructionCode opcode, InstructionOperand value, FlagsContinuation* cont) EmitBranchOrDeoptimize() argument
2328 TryEmitCbzOrTbz(InstructionSelector* selector, Node* node, typename CbzOrTbzMatchTrait<N>::IntegralType value, Node* user, FlagsCondition cond, FlagsContinuation* cont) TryEmitCbzOrTbz() argument
2403 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, ImmediateMode immediate_mode) VisitWordCompare() argument
2432 VisitWord32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Compare() argument
2494 VisitWordTest(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitWordTest() argument
2501 VisitWord32Test(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Test() argument
2506 VisitWord64Test(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord64Test() argument
2548 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
2566 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
2583 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicExchange() argument
2599 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument
2617 VisitAtomicLoad(InstructionSelector* selector, Node* node, AtomicWidth width) VisitAtomicLoad() argument
2682 VisitAtomicStore(InstructionSelector* selector, Node* node, AtomicWidth width) VisitAtomicStore() argument
2752 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument
3803 ShraHelper(InstructionSelector* selector, Node* node, int lane_size, InstructionCode shra_code, InstructionCode add_code, IrOpcode::Value shift_op) ShraHelper() argument
3825 AdalpHelper(InstructionSelector* selector, Node* node, int lane_size, InstructionCode adalp_code, IrOpcode::Value ext_op) AdalpHelper() argument
3836 MlaHelper(InstructionSelector* selector, Node* node, InstructionCode mla_code, IrOpcode::Value mul_op) MlaHelper() argument
3847 SmlalHelper(InstructionSelector* selector, Node* node, int lane_size, InstructionCode smlal_code, IrOpcode::Value ext_mul_op) SmlalHelper() argument
4210 VisitPminOrPmax(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitPminOrPmax() argument
4238 VisitSignExtendLong(InstructionSelector* selector, ArchOpcode opcode, Node* node, int lane_size) VisitSignExtendLong() argument
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Dwrap.c49 wrap_Method(mach_port_t connection, uint32_t selector, const uint64_t* input, in wrap_Method() argument
58 if (selector == AGX_SELECTOR_SET_API) { in wrap_Method()
61 return IOConnectCallMethod(connection, selector, input, inputCnt, in wrap_Method()
66 printf("Selector %u, %X, %X\n", selector, connection, metal_connection); in wrap_Method()
75 switch (selector) { in wrap_Method()
150 wrap_selector_name(selector), outputStructCntP, in wrap_Method()
168 IOConnectCallMethod(connection, selector, input, inputCnt, inputStruct, in wrap_Method()
176 switch (selector) { in wrap_Method()
268 if (selector == 2) { in wrap_Method()
283 wrap_AsyncMethod(mach_port_t connection, uint32_t selector, in wrap_AsyncMethod() argument
345 wrap_StructMethod(mach_port_t connection, uint32_t selector, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCntP) wrap_StructMethod() argument
355 wrap_AsyncStructMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCnt) wrap_AsyncStructMethod() argument
367 wrap_ScalarMethod(mach_port_t connection, uint32_t selector, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) wrap_ScalarMethod() argument
376 wrap_AsyncScalarMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) wrap_AsyncScalarMethod() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ie.c540 u32 selector; in wpa_validate_wpa_ie() local
581 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X; in wpa_validate_wpa_ie()
585 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B_192; in wpa_validate_wpa_ie()
587 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B; in wpa_validate_wpa_ie()
591 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA384; in wpa_validate_wpa_ie()
593 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA256; in wpa_validate_wpa_ie()
596 selector = RSN_AUTH_KEY_MGMT_FILS_SHA384; in wpa_validate_wpa_ie()
598 selector = RSN_AUTH_KEY_MGMT_FILS_SHA256; in wpa_validate_wpa_ie()
603 selector = RSN_AUTH_KEY_MGMT_FT_802_1X_SHA384; in wpa_validate_wpa_ie()
606 selector in wpa_validate_wpa_ie()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc10 #include "src/compiler/backend/instruction-selector-impl.h"
21 explicit ArmOperandGenerator(InstructionSelector* selector) in ArmOperandGenerator() argument
22 : OperandGenerator(selector) {} in ArmOperandGenerator()
83 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR() argument
85 ArmOperandGenerator g(selector); in VisitRR()
86 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRR()
90 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR() argument
92 ArmOperandGenerator g(selector); in VisitRRR()
93 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRRR()
98 void VisitSimdShiftRRR(InstructionSelector* selector, ArchOpcod argument
116 VisitRRRShuffle(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRRShuffle() argument
138 VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRI() argument
145 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument
155 TryMatchShift(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand* value_return, InstructionOperand* shift_return) TryMatchShift() argument
177 TryMatchShiftImmediate(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand* value_return, InstructionOperand* shift_return) TryMatchShiftImmediate() argument
194 TryMatchROR(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand* value_return, InstructionOperand* shift_return) TryMatchROR() argument
202 TryMatchASR(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand* value_return, InstructionOperand* shift_return) TryMatchASR() argument
210 TryMatchLSL(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand* value_return, InstructionOperand* shift_return) TryMatchLSL() argument
218 TryMatchLSLImmediate(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand* value_return, InstructionOperand* shift_return) TryMatchLSLImmediate() argument
227 TryMatchLSR(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand* value_return, InstructionOperand* shift_return) TryMatchLSR() argument
235 TryMatchShift(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, InstructionOperand* value_return, InstructionOperand* shift_return) TryMatchShift() argument
246 TryMatchImmediateOrShift(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, size_t* input_count_return, InstructionOperand* inputs) TryMatchImmediateOrShift() argument
264 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument
314 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, InstructionCode reverse_opcode) VisitBinop() argument
320 EmitDiv(InstructionSelector* selector, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode, InstructionOperand result_operand, InstructionOperand left_operand, InstructionOperand right_operand) EmitDiv() argument
339 VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode) VisitDiv() argument
348 VisitMod(InstructionSelector* selector, Node* node, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode) VisitMod() argument
374 EmitAddBeforeS128LoadStore(InstructionSelector* selector, InstructionCode* opcode_return, size_t* input_count_return, InstructionOperand* inputs) EmitAddBeforeS128LoadStore() argument
388 EmitLoad(InstructionSelector* selector, InstructionCode opcode, InstructionOperand* output, Node* base, Node* index) EmitLoad() argument
430 EmitStore(InstructionSelector* selector, InstructionCode opcode, size_t input_count, InstructionOperand* inputs, Node* index) EmitStore() argument
454 VisitPairAtomicBinOp(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitPairAtomicBinOp() argument
691 VisitStoreCommon(InstructionSelector* selector, Node* node, StoreRepresentation store_rep, base::Optional<AtomicMemoryOrder> atomic_order) VisitStoreCommon() argument
939 EmitBic(InstructionSelector* selector, Node* node, Node* left, Node* right) EmitBic() argument
955 EmitUbfx(InstructionSelector* selector, Node* node, Node* left, uint32_t lsb, uint32_t width) EmitUbfx() argument
1119 VisitShift(InstructionSelector* selector, Node* node, TryMatchShift try_match_shift, FlagsContinuation* cont) VisitShift() argument
1143 VisitShift(InstructionSelector* selector, Node* node, TryMatchShift try_match_shift) VisitShift() argument
1278 VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitWord32PairShift() argument
1482 EmitInt32MulWithOverflow(InstructionSelector* selector, Node* node, FlagsContinuation* cont) EmitInt32MulWithOverflow() argument
1782 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1789 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
1807 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
1876 MaybeReplaceCmpZeroWithFlagSettingBinop(InstructionSelector* selector, Node** node, Node* binop, InstructionCode* opcode, FlagsCondition cond, FlagsContinuation* cont) MaybeReplaceCmpZeroWithFlagSettingBinop() argument
1919 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitWordCompare() argument
1964 VisitWordCompare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWordCompare() argument
3095 VisitBitMask(InstructionSelector* selector, Node* node) VisitBitMask() argument
3120 VisitF32x4PminOrPmax(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitF32x4PminOrPmax() argument
3130 VisitF64x2PminOrPMax(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitF64x2PminOrPMax() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc25 #include "src/compiler/backend/instruction-selector-impl.h"
26 #include "src/compiler/backend/instruction-selector.h"
54 explicit IA32OperandGenerator(InstructionSelector* selector) in IA32OperandGenerator() argument
55 : OperandGenerator(selector) {} in IA32OperandGenerator()
71 !selector()->CanCover(node, input)) { in CanBeMemoryOperand()
74 if (effect_level != selector()->GetEffectLevel(input)) { in CanBeMemoryOperand()
208 selector()->CanAddressRelativeToRootsRegister( in GetEffectiveAddressMemoryOperand()
213 selector()->isolate(), m.object().ResolvedValue()); in GetEffectiveAddressMemoryOperand()
248 return !selector()->IsLive(node); in CanBeBetterLeftOperand()
290 void VisitRO(InstructionSelector* selector, Nod argument
299 VisitROWithTemp(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitROWithTemp() argument
307 VisitROWithTempSimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitROWithTempSimd() argument
316 VisitRR(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRR() argument
323 VisitRROFloat(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRROFloat() argument
338 VisitFloatUnop(InstructionSelector* selector, Node* node, Node* input, ArchOpcode opcode) VisitFloatUnop() argument
352 VisitRRSimd(InstructionSelector* selector, Node* node, ArchOpcode avx_opcode, ArchOpcode sse_opcode) VisitRRSimd() argument
363 VisitRRSimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRRSimd() argument
371 VisitRROSimd(InstructionSelector* selector, Node* node, ArchOpcode avx_opcode, ArchOpcode sse_opcode) VisitRROSimd() argument
383 VisitRRRSimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRRRSimd() argument
394 VisitRRISimd(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRRISimd() argument
408 VisitRRISimd(InstructionSelector* selector, Node* node, ArchOpcode avx_opcode, ArchOpcode sse_opcode) VisitRRISimd() argument
421 VisitRROSimdShift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitRROSimdShift() argument
437 VisitRRRR(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRRRR() argument
445 VisitI8x16Shift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitI8x16Shift() argument
661 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, MachineRepresentation rep) VisitAtomicExchange() argument
684 VisitStoreCommon(InstructionSelector* selector, Node* node, StoreRepresentation store_rep, base::Optional<AtomicMemoryOrder> atomic_order) VisitStoreCommon() argument
802 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
859 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
934 VisitShift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitShift() argument
951 VisitMulHigh(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMulHigh() argument
960 VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitDiv() argument
968 VisitMod(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMod() argument
976 EmitLea(InstructionSelector* selector, Node* result, Node* index, int scale, Node* base, Node* displacement, DisplacementMode displacement_mode) EmitLea() argument
1098 VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitWord32PairShift() argument
1525 VisitCompareWithMemoryOperand(InstructionSelector* selector, InstructionCode opcode, Node* left, InstructionOperand right, FlagsContinuation* cont) VisitCompareWithMemoryOperand() argument
1543 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1550 VisitCompare(InstructionSelector* selector, InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont, bool commutative) VisitCompare() argument
1645 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
1653 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
1661 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitWordCompare() argument
1705 VisitWordCompare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWordCompare() argument
1710 VisitAtomicBinOp(InstructionSelector* selector, Node* node, ArchOpcode opcode, MachineRepresentation rep) VisitAtomicBinOp() argument
1729 VisitPairAtomicBinOp(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitPairAtomicBinOp() argument
3054 VisitMinOrMax(InstructionSelector* selector, Node* node, ArchOpcode opcode, bool flip_inputs) VisitMinOrMax() argument
3107 VisitExtAddPairwise(InstructionSelector* selector, Node* node, ArchOpcode opcode, bool need_temp) VisitExtAddPairwise() argument
3253 VisitRelaxedLaneSelect(InstructionSelector* selector, Node* node) VisitRelaxedLaneSelect() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc14 #include "src/compiler/backend/instruction-selector-impl.h"
33 explicit X64OperandGenerator(InstructionSelector* selector) in X64OperandGenerator() argument
34 : OperandGenerator(selector) {} in X64OperandGenerator()
72 !selector()->CanCover(node, input)) { in CanBeMemoryOperand()
75 if (effect_level != selector()->GetEffectLevel(input)) { in CanBeMemoryOperand()
204 selector()->CanAddressRelativeToRootsRegister( in GetEffectiveAddressMemoryOperand()
209 selector()->isolate(), m.object().ResolvedValue()); in GetEffectiveAddressMemoryOperand()
249 return !selector()->IsLive(node); in CanBeBetterLeftOperand()
520 void VisitAtomicExchange(InstructionSelector* selector, Node* node, in VisitAtomicExchange() argument
522 X64OperandGenerator g(selector); in VisitAtomicExchange()
536 VisitStoreCommon(InstructionSelector* selector, Node* node, StoreRepresentation store_rep, base::Optional<AtomicMemoryOrder> atomic_order) VisitStoreCommon() argument
706 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
768 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
864 TryMergeTruncateInt64ToInt32IntoLoad(InstructionSelector* selector, Node* node, Node* load) TryMergeTruncateInt64ToInt32IntoLoad() argument
917 VisitWord32Shift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitWord32Shift() argument
939 VisitWord64Shift(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitWord64Shift() argument
963 TryVisitWordShift(InstructionSelector* selector, Node* node, ArchOpcode opcode, FlagsContinuation* cont) TryVisitWordShift() argument
983 EmitLea(InstructionSelector* selector, InstructionCode opcode, Node* result, Node* index, int scale, Node* base, Node* displacement, DisplacementMode displacement_mode) EmitLea() argument
1086 TryMatchLoadWord64AndShiftRight(InstructionSelector* selector, Node* node, InstructionCode opcode) TryMatchLoadWord64AndShiftRight() argument
1328 VisitMul(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMul() argument
1345 VisitMulHigh(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMulHigh() argument
1360 VisitDiv(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitDiv() argument
1368 VisitMod(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitMod() argument
1642 VisitRO(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRO() argument
1648 VisitRR(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRR() argument
1655 VisitRRO(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitRRO() argument
1662 VisitFloatBinop(InstructionSelector* selector, Node* node, InstructionCode avx_opcode, InstructionCode sse_opcode) VisitFloatBinop() argument
1720 VisitFloatUnop(InstructionSelector* selector, Node* node, Node* input, ArchOpcode opcode) VisitFloatUnop() argument
2026 VisitCompareWithMemoryOperand(InstructionSelector* selector, InstructionCode opcode, Node* left, InstructionOperand right, FlagsContinuation* cont) VisitCompareWithMemoryOperand() argument
2054 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
2075 VisitCompare(InstructionSelector* selector, InstructionCode opcode, Node* left, Node* right, FlagsContinuation* cont, bool commutative) VisitCompare() argument
2255 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitWordCompare() argument
2306 VisitWord64EqualImpl(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord64EqualImpl() argument
2327 VisitWord32EqualImpl(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32EqualImpl() argument
2366 VisitCompareZero(InstructionSelector* selector, Node* user, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitCompareZero() argument
2445 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
2455 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
2465 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument
2484 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument
3814 VisitRelaxedLaneSelect(InstructionSelector* selector, Node* node) VisitRelaxedLaneSelect() argument
3862 VisitMinOrMax(InstructionSelector* selector, Node* node, ArchOpcode opcode, bool flip_inputs) VisitMinOrMax() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc6 #include "src/compiler/backend/instruction-selector-impl.h"
85 explicit S390OperandGenerator(InstructionSelector* selector) in S390OperandGenerator() argument
86 : OperandGenerator(selector) {} in S390OperandGenerator()
145 !selector()->CanCover(user, input)) { in CanBeMemoryOperand()
149 if (effect_level != selector()->GetEffectLevel(input)) { in CanBeMemoryOperand()
238 return !selector()->IsLive(node); in CanBeBetterLeftOperand()
242 return sequence()->GetRepresentation(selector()->GetVirtualRegister(node)); in GetRepresentation()
435 void VisitTryTruncateDouble(InstructionSelector* selector, ArchOpcode opcode, in VisitTryTruncateDouble() argument
437 S390OperandGenerator g(selector); in VisitTryTruncateDouble()
448 selector in VisitTryTruncateDouble()
453 GenerateRightOperands(InstructionSelector* selector, Node* node, Node* right, InstructionCode* opcode, OperandModes* operand_mode, InstructionOperand* inputs, size_t* input_count, CanCombineWithLoad canCombineWithLoad) GenerateRightOperands() argument
498 GenerateBinOpOperands(InstructionSelector* selector, Node* node, Node* left, Node* right, InstructionCode* opcode, OperandModes* operand_mode, InstructionOperand* inputs, size_t* input_count, CanCombineWithLoad canCombineWithLoad) GenerateBinOpOperands() argument
578 VisitUnaryOp(InstructionSelector* selector, Node* node, InstructionCode opcode, OperandModes operand_mode, FlagsContinuation* cont, CanCombineWithLoad canCombineWithLoad) VisitUnaryOp() argument
626 VisitBinOp(InstructionSelector* selector, Node* node, InstructionCode opcode, OperandModes operand_mode, FlagsContinuation* cont, CanCombineWithLoad canCombineWithLoad) VisitBinOp() argument
721 VisitGeneralStore( InstructionSelector* selector, Node* node, MachineRepresentation rep, WriteBarrierKind write_barrier_kind = kNoWriteBarrier) VisitGeneralStore() argument
1035 TryMatchSignExtInt16OrInt8FromWord32Sar( InstructionSelector* selector, Node* node) TryMatchSignExtInt16OrInt8FromWord32Sar() argument
1144 TryMatchNegFromSub(InstructionSelector* selector, Node* node) TryMatchNegFromSub() argument
1170 TryMatchShiftFromMul(InstructionSelector* selector, Node* node) TryMatchShiftFromMul() argument
1197 TryMatchInt32OpWithOverflow(InstructionSelector* selector, Node* node, OperandModes mode) TryMatchInt32OpWithOverflow() argument
1207 TryMatchInt32AddWithOverflow(InstructionSelector* selector, Node* node) TryMatchInt32AddWithOverflow() argument
1213 TryMatchInt32SubWithOverflow(InstructionSelector* selector, Node* node) TryMatchInt32SubWithOverflow() argument
1219 TryMatchInt32MulWithOverflow(InstructionSelector* selector, Node* node) TryMatchInt32MulWithOverflow() argument
1239 TryMatchInt64OpWithOverflow(InstructionSelector* selector, Node* node, OperandModes mode) TryMatchInt64OpWithOverflow() argument
1249 TryMatchInt64AddWithOverflow(InstructionSelector* selector, Node* node) TryMatchInt64AddWithOverflow() argument
1255 TryMatchInt64SubWithOverflow(InstructionSelector* selector, Node* node) TryMatchInt64SubWithOverflow() argument
1262 TryMatchDoubleConstructFromInsert( InstructionSelector* selector, Node* node) TryMatchDoubleConstructFromInsert() argument
1594 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1605 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, OperandModes immediate_mode) VisitWordCompare() argument
1659 VisitWord32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Compare() argument
1667 VisitWord64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord64Compare() argument
1676 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
1682 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
1687 VisitTestUnderMask(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitTestUnderMask() argument
1704 VisitLoadAndTest(InstructionSelector* selector, InstructionCode opcode, Node* node, Node* value, FlagsContinuation* cont, bool discard_output) VisitLoadAndTest() argument
2167 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicExchange() argument
2223 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument
2291 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc6 #include "src/compiler/backend/instruction-selector-impl.h"
22 explicit RiscvOperandGenerator(InstructionSelector* selector) in RiscvOperandGenerator() argument
23 : OperandGenerator(selector) {} in RiscvOperandGenerator()
128 static void VisitRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRR() argument
130 RiscvOperandGenerator g(selector); in VisitRR()
131 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRR()
135 static void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, in VisitRRI() argument
137 RiscvOperandGenerator g(selector); in VisitRRI()
139 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRRI()
143 static void VisitSimdShift(InstructionSelector* selector, ArchOpcod argument
157 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument
166 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument
174 VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitUniqueRRR() argument
182 VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRRR() argument
189 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRO() argument
262 TryEmitExtendingLoad(InstructionSelector* selector, Node* node, Node* output_node) TryEmitExtendingLoad() argument
281 TryMatchImmediate(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, size_t* input_count_return, InstructionOperand* inputs) TryMatchImmediate() argument
294 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument
338 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode) VisitBinop() argument
345 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
350 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
371 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, Node* output = nullptr) EmitLoad() argument
410 EmitS128Load(InstructionSelector* selector, Node* node, InstructionCode opcode, VSew sew, Vlmul lmul) EmitS128Load() argument
1364 EmitSignExtendWord(InstructionSelector* selector, Node* node) EmitSignExtendWord() argument
1880 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1887 VisitWordCompareZero(InstructionSelector* selector, InstructionOperand value, FlagsContinuation* cont) VisitWordCompareZero() argument
1894 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
1908 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
1922 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) VisitWordCompare() argument
2007 VisitFullWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitFullWord32Compare() argument
2022 VisitOptimizedWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitOptimizedWord32Compare() argument
2053 VisitWord32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Compare() argument
2088 VisitWord64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Compare() argument
2093 EmitWordCompareZero(InstructionSelector* selector, Node* value, FlagsContinuation* cont) VisitWord32Compare() argument
2100 VisitAtomicLoad(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2121 VisitAtomicStore(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2145 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2169 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2195 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DParseContextBase.cpp350 // decide what to do, before calling this selector.
502 // Look at a '.' field selector string and change it into numerical selectors
508 TSwizzleSelectors<TVectorSelector>& selector) in parseSwizzleSelector()
526 selector.push_back(0); in parseSwizzleSelector()
530 selector.push_back(0); in parseSwizzleSelector()
534 selector.push_back(0); in parseSwizzleSelector()
539 selector.push_back(1); in parseSwizzleSelector()
543 selector.push_back(1); in parseSwizzleSelector()
547 selector.push_back(1); in parseSwizzleSelector()
552 selector in parseSwizzleSelector()
507 parseSwizzleSelector(const TSourceLoc& loc, const TString& compString, int vecSize, TSwizzleSelectors<TVectorSelector>& selector) parseSwizzleSelector() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc8 #include "src/compiler/backend/instruction-selector-impl.h"
24 explicit Mips64OperandGenerator(InstructionSelector* selector) in Mips64OperandGenerator() argument
25 : OperandGenerator(selector) {} in Mips64OperandGenerator()
122 static void VisitRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRR() argument
124 Mips64OperandGenerator g(selector); in VisitRR()
125 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRR()
129 static void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, in VisitRRI() argument
131 Mips64OperandGenerator g(selector); in VisitRRI()
133 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRRI()
137 static void VisitSimdShift(InstructionSelector* selector, ArchOpcod argument
151 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument
160 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument
168 VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitUniqueRRR() argument
176 VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRRR() argument
183 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRO() argument
256 TryEmitExtendingLoad(InstructionSelector* selector, Node* node, Node* output_node) TryEmitExtendingLoad() argument
275 TryMatchImmediate(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, size_t* input_count_return, InstructionOperand* inputs) TryMatchImmediate() argument
288 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument
325 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode) VisitBinop() argument
332 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
337 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
357 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, Node* output = nullptr) EmitLoad() argument
379 EmitAddBeforeS128LoadStore(InstructionSelector* selector, Node* node, InstructionCode* opcode) EmitAddBeforeS128LoadStore() argument
1942 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1949 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
1963 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
1977 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) VisitWordCompare() argument
2067 VisitFullWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitFullWord32Compare() argument
2081 VisitOptimizedWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitOptimizedWord32Compare() argument
2113 VisitWord32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Compare() argument
2144 VisitWord64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Compare() argument
2149 EmitWordCompareZero(InstructionSelector* selector, Node* value, FlagsContinuation* cont) VisitWord32Compare() argument
2156 VisitAtomicLoad(InstructionSelector* selector, Node* node, AtomicWidth width) VisitWord32Compare() argument
2207 VisitAtomicStore(InstructionSelector* selector, Node* node, AtomicWidth width) VisitWord32Compare() argument
2286 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2310 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
2336 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitWord32Compare() argument
[all...]
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcase_statement_test.cc30 auto* selector = create<SintLiteralExpression>(2); in TEST_F() local
31 b.push_back(selector); in TEST_F()
38 EXPECT_EQ(c->selectors[0], selector); in TEST_F()
45 auto* selector = create<UintLiteralExpression>(2u); in TEST_F() local
46 b.push_back(selector); in TEST_F()
53 EXPECT_EQ(c->selectors[0], selector); in TEST_F()
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp35 // For animators without selectors, BM emits placeholder selector entries with 0 (inval) props. in ParseEnum()
39 "Ignoring unknown range selector %s '%d'", warn_name, idx); in ParseEnum()
251 "Ignoring unsupported selector type '%d'", type); in Make()
281 auto selector = sk_sp<RangeSelector>( in Make() local
287 acontainer->bind(*abuilder, (*jrange)["s" ], &selector->fStart ); in Make()
288 acontainer->bind(*abuilder, (*jrange)["e" ], &selector->fEnd ); in Make()
289 acontainer->bind(*abuilder, (*jrange)["o" ], &selector->fOffset); in Make()
290 acontainer->bind(*abuilder, (*jrange)["a" ], &selector->fAmount); in Make()
291 acontainer->bind(*abuilder, (*jrange)["ne"], &selector->fEaseLo); in Make()
292 acontainer->bind(*abuilder, (*jrange)["xe"], &selector in Make()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc8 #include "src/compiler/backend/instruction-selector-impl.h"
24 explicit Loong64OperandGenerator(InstructionSelector* selector) in Loong64OperandGenerator() argument
25 : OperandGenerator(selector) {} in Loong64OperandGenerator()
122 static void VisitRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRR() argument
124 Loong64OperandGenerator g(selector); in VisitRR()
125 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRR()
129 static void VisitRRI(InstructionSelector* selector, ArchOpcode opcode, in VisitRRI() argument
131 Loong64OperandGenerator g(selector); in VisitRRI()
133 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRRI()
137 static void VisitSimdShift(InstructionSelector* selector, ArchOpcod argument
151 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument
160 VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRR() argument
168 VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitUniqueRRR() argument
176 VisitRRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRRR() argument
183 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRO() argument
252 TryEmitExtendingLoad(InstructionSelector* selector, Node* node, Node* output_node) TryEmitExtendingLoad() argument
271 TryMatchImmediate(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, size_t* input_count_return, InstructionOperand* inputs) TryMatchImmediate() argument
284 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument
321 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode) VisitBinop() argument
328 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
333 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
353 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, Node* output = nullptr) EmitLoad() argument
1742 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1749 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
1763 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
1777 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) VisitWordCompare() argument
1853 VisitOptimizedWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitOptimizedWord32Compare() argument
1862 VisitFullWord32Compare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitFullWord32Compare() argument
1877 VisitWord32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Compare() argument
1896 VisitWord64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord64Compare() argument
1901 EmitWordCompareZero(InstructionSelector* selector, Node* value, FlagsContinuation* cont) EmitWordCompareZero() argument
1908 VisitAtomicLoad(InstructionSelector* selector, Node* node, AtomicWidth width) VisitAtomicLoad() argument
1960 VisitAtomicStore(InstructionSelector* selector, Node* node, AtomicWidth width) VisitAtomicStore() argument
2030 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicExchange() argument
2054 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicCompareExchange() argument
2080 VisitAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode, AtomicWidth width) VisitAtomicBinop() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c49 struct si_shader_info *info = &ps->selector->info; in si_get_ps_num_interp()
52 ps->selector->info.num_inputs + (ps->key.ps.part.prolog.color_two_side ? num_colors : 0); in si_get_ps_num_interp()
61 if (shader->selector->screen->info.gfx_level <= GFX8 || in si_is_multi_part_shader()
62 shader->selector->stage > MESA_SHADER_GEOMETRY) in si_is_multi_part_shader()
66 shader->selector->stage == MESA_SHADER_TESS_CTRL || in si_is_multi_part_shader()
67 shader->selector->stage == MESA_SHADER_GEOMETRY; in si_is_multi_part_shader()
73 if (shader->selector->stage > MESA_SHADER_GEOMETRY) in si_is_merged_shader()
227 switch (shader->selector->stage) { in si_get_max_workgroup_size()
235 return shader->selector->screen->info.gfx_level >= GFX7 ? 128 : 0; in si_get_max_workgroup_size()
238 return shader->selector in si_get_max_workgroup_size()
[all...]
H A Dsi_shader.h486 /* A shader selector is a gallium CSO and contains shader variants and
843 struct si_shader_selector *selector; member
1028 static inline bool si_shader_uses_bindless_samplers(struct si_shader_selector *selector) in si_shader_uses_bindless_samplers() argument
1030 return selector ? selector->info.uses_bindless_samplers : false; in si_shader_uses_bindless_samplers()
1033 static inline bool si_shader_uses_bindless_images(struct si_shader_selector *selector) in si_shader_uses_bindless_images() argument
1035 return selector ? selector->info.uses_bindless_images : false; in si_shader_uses_bindless_images()
1040 if (shader->selector->stage == MESA_SHADER_VERTEX && in gfx10_edgeflags_have_effect()
1041 !shader->selector in gfx10_edgeflags_have_effect()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc6 #include "src/compiler/backend/instruction-selector-impl.h"
29 explicit PPCOperandGenerator(InstructionSelector* selector) in PPCOperandGenerator() argument
30 : OperandGenerator(selector) {} in PPCOperandGenerator()
75 void VisitRR(InstructionSelector* selector, InstructionCode opcode, in VisitRR() argument
77 PPCOperandGenerator g(selector); in VisitRR()
78 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRR()
82 void VisitRRR(InstructionSelector* selector, InstructionCode opcode, in VisitRRR() argument
84 PPCOperandGenerator g(selector); in VisitRRR()
85 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRRR()
90 void VisitRRO(InstructionSelector* selector, InstructionCod argument
99 VisitTryTruncateDouble(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitTryTruncateDouble() argument
118 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode operand_mode, FlagsContinuation* cont) VisitBinop() argument
151 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode operand_mode) VisitBinop() argument
173 VisitLoadCommon(InstructionSelector* selector, Node* node, LoadRepresentation load_rep) VisitLoadCommon() argument
269 VisitStoreCommon(InstructionSelector* selector, Node* node, StoreRepresentation store_rep, base::Optional<AtomicMemoryOrder> atomic_order) VisitStoreCommon() argument
415 VisitLogical(InstructionSelector* selector, Node* node, Matcher* m, ArchOpcode opcode, bool left_can_cover, bool right_can_cover, ImmediateMode imm_mode) VisitLogical() argument
804 VisitPairBinop(InstructionSelector* selector, InstructionCode opcode, InstructionCode opcode2, Node* node) VisitPairBinop() argument
864 VisitPairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitPairShift() argument
1081 EmitInt32MulWithOverflow(InstructionSelector* selector, Node* node, FlagsContinuation* cont) EmitInt32MulWithOverflow() argument
1547 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1554 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative, ImmediateMode immediate_mode) VisitWordCompare() argument
1575 VisitWord32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord32Compare() argument
1582 VisitWord64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWord64Compare() argument
1590 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
1600 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
1994 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitAtomicExchange() argument
2049 VisitAtomicCompareExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitAtomicCompareExchange() argument
2110 VisitAtomicBinaryOperation(InstructionSelector* selector, Node* node, ArchOpcode int8_op, ArchOpcode uint8_op, ArchOpcode int16_op, ArchOpcode uint16_op, ArchOpcode int32_op, ArchOpcode uint32_op, ArchOpcode int64_op, ArchOpcode uint64_op) VisitAtomicBinaryOperation() argument
[all...]
/third_party/python/Lib/
H A Dtelnetlib.py20 It is possible to pass a Telnet object to a selector in order to wait until
315 with _TelnetSelector() as selector:
316 selector.register(self, selectors.EVENT_READ)
318 if selector.select(timeout):
535 with _TelnetSelector() as selector:
536 selector.register(self, selectors.EVENT_READ)
537 return bool(selector.select(0))
544 with _TelnetSelector() as selector:
545 selector.register(self, selectors.EVENT_READ)
546 selector
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdestructureOptionalParameter.js15 (selector: Type | string, {descendants, read}?: {
19 new (selector: Type | string, {descendants, read}?: {
50 (selector: Type | string, { descendants, read }?: {
54 new (selector: Type | string, { descendants, read }?: {
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc6 #include "src/compiler/backend/instruction-selector-impl.h"
22 explicit MipsOperandGenerator(InstructionSelector* selector) in MipsOperandGenerator() argument
23 : OperandGenerator(selector) {} in MipsOperandGenerator()
108 static void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRR() argument
110 MipsOperandGenerator g(selector); in VisitRRR()
111 selector->Emit(opcode, g.DefineAsRegister(node), in VisitRRR()
116 static void VisitUniqueRRR(InstructionSelector* selector, ArchOpcode opcode, in VisitUniqueRRR() argument
118 MipsOperandGenerator g(selector); in VisitUniqueRRR()
119 selector->Emit(opcode, g.DefineAsRegister(node), in VisitUniqueRRR()
124 void VisitRRRR(InstructionSelector* selector, ArchOpcod argument
131 VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRR() argument
138 VisitRRI(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRI() argument
146 VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRIR() argument
155 VisitRRO(InstructionSelector* selector, ArchOpcode opcode, Node* node) VisitRRO() argument
163 TryMatchImmediate(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, size_t* input_count_return, InstructionOperand* inputs) TryMatchImmediate() argument
176 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode, FlagsContinuation* cont) VisitBinop() argument
220 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, bool has_reverse_opcode, InstructionCode reverse_opcode) VisitBinop() argument
227 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont) VisitBinop() argument
232 VisitBinop(InstructionSelector* selector, Node* node, InstructionCode opcode) VisitBinop() argument
237 VisitPairAtomicBinop(InstructionSelector* selector, Node* node, ArchOpcode opcode) VisitPairAtomicBinop() argument
642 VisitInt32PairBinop(InstructionSelector* selector, InstructionCode pair_opcode, InstructionCode single_opcode, Node* node) VisitInt32PairBinop() argument
683 VisitWord32PairShift(InstructionSelector* selector, InstructionCode opcode, Node* node) VisitWord32PairShift() argument
1509 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1516 VisitFloat32Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat32Compare() argument
1530 VisitFloat64Compare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitFloat64Compare() argument
1544 VisitWordCompare(InstructionSelector* selector, Node* node, InstructionCode opcode, FlagsContinuation* cont, bool commutative) VisitWordCompare() argument
1615 VisitWordCompare(InstructionSelector* selector, Node* node, FlagsContinuation* cont) VisitWordCompare() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePatternUtil.java406 * Returns the selector string.
409 * @return the selector string
413 return selector; in getSelector()
423 * @return the selector's numeric value, or NO_NUMERIC_VALUE if !isSelectorNumeric()
444 sb.append(numericValue).append(" (").append(selector).append(") {"); in toString()
446 sb.append(selector).append(" {"); in toString()
455 private String selector; field in MessagePatternUtil.VariantNode
541 variant.selector = pattern.getSubstring(pattern.getPart(valueIndex + 1)); in buildChoiceStyleNode()
561 MessagePattern.Part selector = pattern.getPart(start++); in buildPluralStyleNode()
570 variant.selector in buildPluralStyleNode()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePatternUtil.java383 * Returns the selector string.
386 * @return the selector string
389 return selector; in getSelector()
398 * @return the selector's numeric value, or NO_NUMERIC_VALUE if !isSelectorNumeric()
416 sb.append(numericValue).append(" (").append(selector).append(") {"); in toString()
418 sb.append(selector).append(" {"); in toString()
427 private String selector; field in MessagePatternUtil.VariantNode
513 variant.selector = pattern.getSubstring(pattern.getPart(valueIndex + 1)); in buildChoiceStyleNode()
533 MessagePattern.Part selector = pattern.getPart(start++); in buildPluralStyleNode()
542 variant.selector in buildPluralStyleNode()
[all...]

Completed in 44 milliseconds

12345678910