Home
last modified time | relevance | path

Searched refs:In1Ty (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td284 ValueType In1Ty, ValueType In2Ty>
288 (IntID In1Ty:$vA, In1Ty:$vB, In2Ty:$vC))]>;
307 ValueType In1Ty, ValueType In2Ty>
310 [(set OutTy:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td285 ValueType In1Ty, ValueType In2Ty>
289 (IntID In1Ty:$vA, In1Ty:$vB, In2Ty:$vC))]>;
308 ValueType In1Ty, ValueType In2Ty>
311 [(set OutTy:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2769 EVT In1Ty = In1.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local
2773 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3735 EVT In1Ty = In1.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local
3739 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()