Searched refs:FirstOperand (Results 1 – 4 of 4) sorted by relevance
617 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local618 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()628 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
828 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local829 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()838 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
783 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local784 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()805 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()816 NewOperand = FirstOperand.getOperand(0); in performANDCombine()825 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()834 NewOperand = FirstOperand.getOperand(0); in performANDCombine()852 NewOperand = FirstOperand; in performANDCombine()1107 SDValue FirstOperand = N->getOperand(0); in performSHLCombine() local1108 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine()1130 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSHLCombine()[all …]
12172 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local12173 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()12174 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()12175 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()12183 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()12185 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()