Home
last modified time | relevance | path

Searched refs:BSwapOp (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp5790 SDValue BSwapOp = Op1.getOperand(0); in combineSTORE() local
5792 if (BSwapOp.getValueType() == MVT::i16) in combineSTORE()
5793 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, SDLoc(N), MVT::i32, BSwapOp); in combineSTORE()
5796 N->getOperand(0), BSwapOp, N->getOperand(2) in combineSTORE()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp13792 SDValue BSwapOp = N->getOperand(1).getOperand(0); in PerformDAGCombine() local
13794 if (BSwapOp.getValueType() == MVT::i16) in PerformDAGCombine()
13795 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, BSwapOp); in PerformDAGCombine()
13801 BSwapOp = DAG.getNode(ISD::SRL, dl, Op1VT, BSwapOp, in PerformDAGCombine()
13805 BSwapOp = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, BSwapOp); in PerformDAGCombine()
13809 N->getOperand(0), BSwapOp, N->getOperand(2), DAG.getValueType(mVT) in PerformDAGCombine()