Home
last modified time | relevance | path

Searched refs:opnds (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/TableGen/
DMultiPat.td84 class Base<bits<8> opcode, dag opnds, dag iopnds, string asmstr, Intrinsic intr,
86 : Inst<opcode, opnds, iopnds, asmstr,
DTargetInstrInfo.td60 class Inst<dag opnds, string asmstr, bits<8> opcode,
62 dag Operands = opnds;
/external/llvm/test/TableGen/
DMultiPat.td92 class Base<bits<8> opcode, dag opnds, dag iopnds, string asmstr, Intrinsic intr,
94 : Inst<opcode, opnds, iopnds, asmstr,
DTargetInstrInfo.td60 class Inst<dag opnds, string asmstr, bits<8> opcode,
62 dag Operands = opnds;
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp130 std::vector<Operand> opnds = {}; in MatConvertCleanup() local
136 opnds.push_back({SPV_OPERAND_TYPE_ID, {cvt_inst->result_id()}}); in MatConvertCleanup()
140 context(), SpvOpCompositeConstruct, mty_id, mat_id, opnds)); in MatConvertCleanup()
Ddecoration_manager.h129 void AddDecoration(SpvOp opcode, const std::vector<Operand> opnds);
Ddecoration_manager.cpp388 std::vector<Operand> opnds) { in AddDecoration() argument
391 new Instruction(ctx, opcode, 0, 0, opnds)); in AddDecoration()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp130 std::vector<Operand> opnds = {}; in MatConvertCleanup() local
136 opnds.push_back({SPV_OPERAND_TYPE_ID, {cvt_inst->result_id()}}); in MatConvertCleanup()
140 context(), SpvOpCompositeConstruct, mty_id, mat_id, opnds)); in MatConvertCleanup()
Ddecoration_manager.h128 void AddDecoration(SpvOp opcode, const std::vector<Operand> opnds);
Ddecoration_manager.cpp385 std::vector<Operand> opnds) { in AddDecoration() argument
388 new Instruction(ctx, opcode, 0, 0, opnds)); in AddDecoration()
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp70 mlir::OpFoldResult fir::AddfOp::fold(llvm::ArrayRef<mlir::Attribute> opnds) { in fold() argument
72 opnds, [](APFloat a, APFloat b) { return a + b; }); in fold()
122 mlir::OpFoldResult fir::BoxAddrOp::fold(llvm::ArrayRef<mlir::Attribute> opnds) { in fold() argument
137 fir::BoxCharLenOp::fold(llvm::ArrayRef<mlir::Attribute> opnds) { in fold() argument
317 mlir::OpFoldResult fir::ConvertOp::fold(llvm::ArrayRef<mlir::Attribute> opnds) { in fold() argument
956 mlir::OpFoldResult fir::MulfOp::fold(llvm::ArrayRef<mlir::Attribute> opnds) { in fold() argument
958 opnds, [](APFloat a, APFloat b) { return a * b; }); in fold()
1382 mlir::OpFoldResult fir::SubfOp::fold(llvm::ArrayRef<mlir::Attribute> opnds) { in fold() argument
1384 opnds, [](APFloat a, APFloat b) { return a - b; }); in fold()