Searched refs:FirstOperand (Results 1 – 7 of 7) sorted by relevance
619 HexagonOperand &FirstOperand = static_cast<HexagonOperand &>(*Operands[0]); in MatchAndEmitInstruction() local620 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction()630 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction()
164 void printDefaultVccOperand(bool FirstOperand, const MCSubtargetInfo &STI,
667 void AMDGPUInstPrinter::printDefaultVccOperand(bool FirstOperand, in printDefaultVccOperand() argument670 if (!FirstOperand) in printDefaultVccOperand()676 if (FirstOperand) in printDefaultVccOperand()
783 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local784 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()806 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()817 NewOperand = FirstOperand.getOperand(0); in performANDCombine()826 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()835 NewOperand = FirstOperand.getOperand(0); in performANDCombine()853 NewOperand = FirstOperand; in performANDCombine()1111 SDValue FirstOperand = N->getOperand(0); in performSHLCombine() local1112 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performSHLCombine()1135 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSHLCombine()[all …]
2104 SDValue FirstOperand = N->getOperand(0); in performANDCombine() local2106 unsigned FirstOperandOpc = FirstOperand.getOpcode(); in performANDCombine()2127 if (!(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1)))) in performANDCombine()2137 NewOperand = FirstOperand.getOperand(0); in performANDCombine()2168 NewOperand = FirstOperand; in performANDCombine()2196 SDValue FirstOperand = N->getOperand(0); in performSRLCombine() local2206 if (FirstOperand.getOpcode() != ISD::AND || in performSRLCombine()2207 !(CN = dyn_cast<ConstantSDNode>(FirstOperand.getOperand(1))) || in performSRLCombine()2218 FirstOperand->getOperand(0), in performSRLCombine()
14927 SDValue FirstOperand(Op.getOperand(0)); in combineFPToIntToFP() local14928 bool SubWordLoad = FirstOperand.getOpcode() == ISD::LOAD && in combineFPToIntToFP()14929 (FirstOperand.getValueType() == MVT::i8 || in combineFPToIntToFP()14930 FirstOperand.getValueType() == MVT::i16); in combineFPToIntToFP()14938 DAG.getIntPtrConstant(FirstOperand.getValueType() == MVT::i8 ? 1 : 2, in combineFPToIntToFP()14940 LoadSDNode *LDN = cast<LoadSDNode>(FirstOperand.getNode()); in combineFPToIntToFP()
936 Expr *FirstOperand, FunctionDecl *EqFD) { in shouldAddReversedEqEq() argument953 QualType RHS = FirstOperand->getType(); in shouldAddReversedEqEq()