Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.h121 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/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.h121 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/angle/third_party/spirv-tools/src/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.h121 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()