Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td119 class T_ALU32_3op<string mnemonic, bits<3> MajOp, bits<3> MinOp, bit OpsRev,
135 let Inst{23-21} = MinOp;
142 class T_ALU32_3op_pred<string mnemonic, bits<3> MajOp, bits<3> MinOp,
162 let Inst{23-21} = MinOp;
171 class T_ALU32_combineh<string Op1, string Op2, bits<3> MajOp, bits<3> MinOp,
173 : T_ALU32_3op<"", MajOp, MinOp, OpsRev, 0> {
183 bits<3> MinOp, bit OpsRev, bit IsComm>
184 : T_ALU32_3op<"", MajOp, MinOp, OpsRev, IsComm> {
206 multiclass T_ALU32_3op_p<string mnemonic, bits<3> MajOp, bits<3> MinOp,
208 def t : T_ALU32_3op_pred<mnemonic, MajOp, MinOp, OpsRev, 0, 0>;
[all …]
DHexagonInstrInfoV5.td151 class T_MInstFloat <string mnemonic, bits<3> MajOp, bits<3> MinOp>
168 let Inst{7-5} = MinOp;
239 class T_fcmp <string mnemonic, RegisterClass RC, bits<3> MinOp,
254 let Inst{7-5} = MinOp;
258 class T_fcmp64 <string mnemonic, PatFrag OpNode, bits<3> MinOp>
259 : T_fcmp <mnemonic, DoubleRegs, MinOp,
265 class T_fcmp32 <string mnemonic, PatFrag OpNode, bits<3> MinOp>
266 : T_fcmp <mnemonic, IntRegs, MinOp,
529 class F2_RDD_RSS_CONVERT<string mnemonic, bits<3> MinOp,
543 let Inst{7-5} = MinOp;
[all …]
DHexagonInstrInfoV3.td100 class T_ALU64_addsp_hl<string suffix, bits<3> MinOp>
101 : T_ALU64_rr<"add", suffix, 0b0011, 0b011, MinOp, 0, 0, "">;
DHexagonInstrInfoVector.td53 class vshift_v4i16<SDNode Op, string Str, bits<3>MajOp, bits<3>MinOp>
54 : S_2OpInstImm<Str, MajOp, MinOp, u4Imm,
61 class vshift_v2i32<SDNode Op, string Str, bits<3>MajOp, bits<3>MinOp>
62 : S_2OpInstImm<Str, MajOp, MinOp, u5Imm,
DHexagonInstrInfoV4.td128 class T_ALU32_3op_not<string mnemonic, bits<3> MajOp, bits<3> MinOp,
130 : T_ALU32_3op<mnemonic, MajOp, MinOp, OpsRev, 0> {
164 class T_CMP_rrbh<string mnemonic, bits<3> MinOp, bit IsComm>
182 let Inst{7-5} = MinOp;
2721 class T_S3op_6 <string mnemonic, bits<3> MinOp, bit isUnsigned>
2736 let Inst{7-5} = MinOp;
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops.cc66 class MinOp : public XlaReductionOp { class
68 explicit MinOp(OpKernelConstruction* ctx) in MinOp() function in tensorflow::__anon48fb755d0111::MinOp
82 MinOp);
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.h53 TFE_Op* MinOp(TFE_Context* ctx, TFE_TensorHandle* input,
Dc_api_test_util.cc158 TFE_Op* MinOp(TFE_Context* ctx, TFE_TensorHandle* input, in MinOp() function
Dc_api_test.cc1016 TFE_Op* minOp = MinOp(ctx, input, axis); in TEST()
1093 TFE_Op* minOp = MinOp(ctx, input, axis); in Execute_Min_XLA_CPU()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonPseudo.td43 class REG_IMMED<string RegHalf, bit Rs, bits<3> MajOp, bit MinOp,
54 let Inst{21} = MinOp;
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.cc421 struct MinOp { struct
525 functor::MinOp<type>); \
/external/tensorflow/tensorflow/c/
Dc_api_experimental_test.cc400 TFE_Op* op = MinOp(eager_ctx_, axis, axis); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2953 unsigned MinOp = std::min(Op1, Op2); in swapMIOperands() local
2954 MachineOperand MOp1 = MI.getOperand(MinOp); in swapMIOperands()
2961 if (MaxOp - MinOp == 1 && MI.getNumOperands() == MinOp) { in swapMIOperands()
2969 for (unsigned i = MI.getNumOperands() - 1; i >= MinOp; i--) { in swapMIOperands()