Searched refs:BSwapOp (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 5287 SDValue BSwapOp = N->getOperand(1).getOperand(0); in PerformDAGCombine() local 5289 if (BSwapOp.getValueType() == MVT::i16) in PerformDAGCombine() 5290 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, BSwapOp); in PerformDAGCombine() 5293 N->getOperand(0), BSwapOp, N->getOperand(2), in PerformDAGCombine()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 4950 SDValue BSwapOp = Op1.getOperand(0); in combineSTORE() local 4952 if (BSwapOp.getValueType() == MVT::i16) in combineSTORE() 4953 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, SDLoc(N), MVT::i32, BSwapOp); in combineSTORE() 4956 N->getOperand(0), BSwapOp, N->getOperand(2), in combineSTORE()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10617 SDValue BSwapOp = N->getOperand(1).getOperand(0); in PerformDAGCombine() local 10619 if (BSwapOp.getValueType() == MVT::i16) in PerformDAGCombine() 10620 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, BSwapOp); in PerformDAGCombine() 10623 N->getOperand(0), BSwapOp, N->getOperand(2), in PerformDAGCombine()
|