Searched refs:opnds (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/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 | 121 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/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 | 121 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/angle/third_party/spirv-tools/src/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 | 121 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()
|