Searched refs:FirstOperand (Results 1 – 3 of 3) sorted by relevance
616 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local617 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()627 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
786 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local787 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()808 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()819 NewOperand = FirstOperand.getOperand(0); in performANDCombine()828 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()837 NewOperand = FirstOperand.getOperand(0); in performANDCombine()855 NewOperand = FirstOperand; in performANDCombine()1110 SDValue FirstOperand = N->getOperand(0); in performSHLCombine() local1111 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine()1133 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSHLCombine()[all …]
12378 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local12379 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()12380 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()12381 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()12389 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()12391 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()