Searched refs:FirstOperand (Results 1 – 6 of 6) sorted by relevance
408 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local410 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()431 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()441 NewOperand = FirstOperand.getOperand(0); in performANDCombine()457 NewOperand = FirstOperand; in performANDCombine()477 SDValue FirstOperand = N->getOperand(0); in performSRLCombine() local487 if (FirstOperand.getOpcode() != ISD::AND || in performSRLCombine()488 !(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSRLCombine()499 FirstOperand->getOperand(0), in performSRLCombine()
611 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local612 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()622 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
595 void AMDGPUInstPrinter::printDefaultVccOperand(bool FirstOperand, in printDefaultVccOperand() argument598 if (!FirstOperand) in printDefaultVccOperand()604 if (FirstOperand) in printDefaultVccOperand()
180 void printDefaultVccOperand(bool FirstOperand, const MCSubtargetInfo &STI,
770 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local771 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()793 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()804 NewOperand = FirstOperand.getOperand(0); in performANDCombine()813 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()822 NewOperand = FirstOperand.getOperand(0); in performANDCombine()840 NewOperand = FirstOperand; in performANDCombine()1103 SDValue FirstOperand = N->getOperand(0); in performSHLCombine() local1104 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine()1127 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSHLCombine()[all …]
14472 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local14473 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()14474 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()14475 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()14483 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()14485 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()