Searched refs:push_type (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.cc | 544 push_type(spv::Op::OpSpecConstantComposite, wgsize_ops); in GenerateExecutionModes() 699 push_type(spv::Op::OpTypeFunction, std::move(ops)); in GenerateFunctionTypeIfNeeded() 874 push_type(spv::Op::OpVariable, std::move(ops)); in GenerateGlobalVariable() 1443 push_type(spv::Op::OpSpecConstantOp, in GenerateTypeConstructorOrConversion() 1483 push_type(spv::Op::OpSpecConstantComposite, ops); in GenerateTypeConstructorOrConversion() 1485 push_type(spv::Op::OpConstantComposite, ops); in GenerateTypeConstructorOrConversion() 1714 push_type( in GenerateConstantIfNeeded() 1720 push_type( in GenerateConstantIfNeeded() 1726 push_type( in GenerateConstantIfNeeded() 1733 push_type(constant.is_spec_op ? spv::Op::OpSpecConstantTrue in GenerateConstantIfNeeded() [all …]
|
D | builder.h | 181 void push_type(spv::Op op, const OperandList& operands) { in push_type() function
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator.h | 294 static bool IsValidPush(InstructionOperand source, PushTypeFlags push_type); 304 PushTypeFlags push_type,
|
D | code-generator.cc | 553 CodeGenerator::PushTypeFlags push_type) { in IsValidPush() argument 555 ((push_type & CodeGenerator::kImmediatePush) != 0)) { in IsValidPush() 559 ((push_type & CodeGenerator::kRegisterPush) != 0)) { in IsValidPush() 563 ((push_type & CodeGenerator::kStackSlotPush) != 0)) { in IsValidPush() 570 PushTypeFlags push_type, in GetPushCompatibleMoves() argument 603 if (IsValidPush(source, push_type)) { in GetPushCompatibleMoves()
|