Searched refs:FirstOperand (Results 1 – 7 of 7) sorted by relevance
808 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local809 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()831 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()842 NewOperand = FirstOperand.getOperand(0); in performANDCombine()851 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()860 NewOperand = FirstOperand.getOperand(0); in performANDCombine()878 NewOperand = FirstOperand; in performANDCombine()891 SDValue FirstOperand = N->getOperand(0), SecondOperand = N->getOperand(1); in performORCombine() local895 if ((FirstOperand.getOpcode() == ISD::AND && in performORCombine()897 (FirstOperand.getOpcode() == ISD::SHL && in performORCombine()[all …]
628 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in matchAndEmitInstruction() local629 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in matchAndEmitInstruction()639 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in matchAndEmitInstruction()
151 void printDefaultVccOperand(bool FirstOperand, const MCSubtargetInfo &STI,
659 void AMDGPUInstPrinter::printDefaultVccOperand(bool FirstOperand, in printDefaultVccOperand() argument662 if (!FirstOperand) in printDefaultVccOperand()668 if (FirstOperand) in printDefaultVccOperand()
4384 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local4386 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()4411 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()4421 NewOperand = FirstOperand.getOperand(0); in performANDCombine()4452 NewOperand = FirstOperand; in performANDCombine()4484 SDValue FirstOperand = N->getOperand(0); in performSRLCombine() local4494 if (FirstOperand.getOpcode() != ISD::AND || in performSRLCombine()4495 !(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSRLCombine()4506 FirstOperand->getOperand(0), in performSRLCombine()
15973 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local15974 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()15975 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()15976 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()15984 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()15986 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()
1043 Expr *FirstOperand, FunctionDecl *EqFD) { in shouldAddReversedEqEq() argument1060 QualType RHS = FirstOperand->getType(); in shouldAddReversedEqEq()