/external/llvm-project/llvm/test/TableGen/ |
D | MultiPat.td | 84 class Base<bits<8> opcode, dag opnds, dag iopnds, string asmstr, Intrinsic intr, 86 : Inst<opcode, opnds, iopnds, asmstr,
|
D | TargetInstrInfo.td | 60 class Inst<dag opnds, string asmstr, bits<8> opcode, 62 dag Operands = opnds;
|
/external/llvm/test/TableGen/ |
D | MultiPat.td | 92 class Base<bits<8> opcode, dag opnds, dag iopnds, string asmstr, Intrinsic intr, 94 : Inst<opcode, opnds, iopnds, asmstr,
|
D | TargetInstrInfo.td | 60 class Inst<dag opnds, string asmstr, bits<8> opcode, 62 dag Operands = opnds;
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 130 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()
|
D | decoration_manager.h | 129 void AddDecoration(SpvOp opcode, const std::vector<Operand> opnds);
|
D | decoration_manager.cpp | 388 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/ |
D | convert_to_half_pass.cpp | 130 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()
|
D | decoration_manager.h | 128 void AddDecoration(SpvOp opcode, const std::vector<Operand> opnds);
|
D | decoration_manager.cpp | 385 std::vector<Operand> opnds) { in AddDecoration() argument 388 new Instruction(ctx, opcode, 0, 0, opnds)); in AddDecoration()
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIROps.cpp | 70 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()
|