Searched refs:FirstOperand (Results 1 – 3 of 3) sorted by relevance
622 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local623 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()633 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
788 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local789 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()810 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()821 NewOperand = FirstOperand.getOperand(0); in performANDCombine()830 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()839 NewOperand = FirstOperand.getOperand(0); in performANDCombine()857 NewOperand = FirstOperand; in performANDCombine()1112 SDValue FirstOperand = N->getOperand(0); in performSHLCombine() local1113 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine()1135 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSHLCombine()[all …]
14063 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local14064 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()14065 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()14066 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()14074 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()14076 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()