Searched refs:FirstOperand (Results 1 – 3 of 3) sorted by relevance
615 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local616 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()626 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
789 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local790 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()811 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()822 NewOperand = FirstOperand.getOperand(0); in performANDCombine()831 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()840 NewOperand = FirstOperand.getOperand(0); in performANDCombine()858 NewOperand = FirstOperand; in performANDCombine()1113 SDValue FirstOperand = N->getOperand(0); in performSHLCombine() local1114 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine()1136 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSHLCombine()[all …]
13350 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local13351 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()13352 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()13353 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()13361 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()13363 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()