Searched refs:FirstOperand (Results 1 – 7 of 7) sorted by relevance
1332 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local1334 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()1355 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()1365 NewOperand = FirstOperand.getOperand(0); in performANDCombine()1381 NewOperand = FirstOperand; in performANDCombine()1401 SDValue FirstOperand = N->getOperand(0); in performSRLCombine() local1411 if (FirstOperand.getOpcode() != ISD::AND || in performSRLCombine()1412 !(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSRLCombine()1423 FirstOperand->getOperand(0), in performSRLCombine()
620 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local621 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()631 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
180 void printDefaultVccOperand(bool FirstOperand, const MCSubtargetInfo &STI,
595 void AMDGPUInstPrinter::printDefaultVccOperand(bool FirstOperand, in printDefaultVccOperand() argument598 if (!FirstOperand) in printDefaultVccOperand()604 if (FirstOperand) in printDefaultVccOperand()
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 …]
14622 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local14623 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()14624 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()14625 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()14633 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()14635 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()
919 Expr *FirstOperand, FunctionDecl *EqFD) { in shouldAddReversedEqEq() argument936 QualType RHS = FirstOperand->getType(); in shouldAddReversedEqEq()