Home
last modified time | relevance | path

Searched refs:ConvInput (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7087 SDValue ConvInput = V->getOperand(0); in visitVECTOR_SHUFFLE() local
7088 if (ConvInput.getValueType().isVector() && in visitVECTOR_SHUFFLE()
7089 ConvInput.getValueType().getVectorNumElements() == NumElts) in visitVECTOR_SHUFFLE()
7090 V = ConvInput.getNode(); in visitVECTOR_SHUFFLE()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7806 SDValue ConvInput = Op.getOperand(0); in performFDivCombine() local
7809 ConvInput = DAG.getNode(IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, DL, in performFDivCombine()
7810 ResTy, ConvInput); in performFDivCombine()
7815 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), ConvInput, in performFDivCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8968 SDValue ConvInput = Op.getOperand(0); in performFDivCombine() local
8971 ConvInput = DAG.getNode(IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, DL, in performFDivCombine()
8972 ResTy, ConvInput); in performFDivCombine()
8977 DAG.getConstant(IntrinsicOpcode, DL, MVT::i32), ConvInput, in performFDivCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10483 SDValue ConvInput = Op.getOperand(0); in PerformVDIVCombine() local
10485 ConvInput = DAG.getNode(isSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, in PerformVDIVCombine()
10487 ConvInput); in PerformVDIVCombine()
10494 ConvInput, DAG.getConstant(C, dl, MVT::i32)); in PerformVDIVCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12140 SDValue ConvInput = Op.getOperand(0); in PerformVDIVCombine() local
12142 ConvInput = DAG.getNode(isSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, in PerformVDIVCombine()
12144 ConvInput); in PerformVDIVCombine()
12151 ConvInput, DAG.getConstant(C, dl, MVT::i32)); in PerformVDIVCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13456 SDValue ConvInput = V->getOperand(0); in visitVECTOR_SHUFFLE() local
13457 if (ConvInput.getValueType().isVector() && in visitVECTOR_SHUFFLE()
13458 ConvInput.getValueType().getVectorNumElements() == NumElts) in visitVECTOR_SHUFFLE()
13459 V = ConvInput.getNode(); in visitVECTOR_SHUFFLE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16987 SDValue ConvInput = V->getOperand(0); in visitVECTOR_SHUFFLE() local
16988 if (ConvInput.getValueType().isVector() && in visitVECTOR_SHUFFLE()
16989 ConvInput.getValueType().getVectorNumElements() == NumElts) in visitVECTOR_SHUFFLE()
16990 V = ConvInput.getNode(); in visitVECTOR_SHUFFLE()