Searched defs:N01 (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1197 SDValue N01 = N0.getOperand(1); reassociateOpsCommutative() local 2683 SDValue N01 = N0.getOperand(1); visitADDLike() local 2715 SDValue N01 = N0.getOperand(1); visitADDLike() local 2805 SDValue N01 = N0.getOperand(1); visitADDLike() local 3914 SDValue N01 = N0.getOperand(1); visitSUB() local 3928 SDValue N01 = N0.getOperand(1); visitSUB() local 4473 SDValue N01 = N0.getOperand(1); visitMUL() local 5574 SDValue N00, N01, N02, N03; isSaturatingMinMax() local 7673 SDValue N01 = N0.getOperand(1); MatchBSwapHWord() local 7770 SDValue N01 = N0Resized.getOperand(1); visitORCommutative() local 9516 SDValue N00 = N0.getOperand(0), N01 = N0.getOperand(1); visitXOR() local 9528 SDValue N00 = N0.getOperand(0), N01 = N0.getOperand(1); visitXOR() local 9780 SDValue N01 = N->getOperand(0).getOperand(1); distributeTruncateThroughAnd() local 9901 SDValue N01 = N0->getOperand(1); visitSHL() local 10039 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSHL() local 10046 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSHL() local 10062 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSHL() local 10073 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSHL() local 10097 SDValue N01 = N0.getOperand(1); visitSHL() local 10133 SDValue N01 = N0.getOperand(1); visitSHL() local 10638 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSRL() local 10649 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSRL() local 13414 SDValue N01 = N0.getOperand(1); foldSextSetcc() local 14557 if (ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { reduceLoadWidth() local 16146 SDValue N01 = N0.getOperand(0).getOperand(1); visitFSUBForFMACombine() local 16931 SDValue N01 = N0.getOperand(1); visitFMUL() local [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 3491 SDValue N01 = N0.getOperand(1); doPeepholeSExtW() local
|
H A D | RISCVISelLowering.cpp | 13528 SDValue N01 = N0.getOperand(1); combineDeMorganOfBoolean() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3938 SDValue N01 = N0->getOperand(1); matchBitExtract() local
|
H A D | X86ISelLowering.cpp | 48093 SDValue N01 = N0.getOperand(1); combineShiftRightArithmetic() local 49115 SDValue N01 = N0.getOperand(1); convertIntLogicToFPLogic() local 50273 SDValue N01 = N0->getOperand(1); foldMaskedMerge() local 52368 SDValue N01 = N0.getOperand(1); detectPMADDUBSW() local 54037 SDValue N01 = N0.getOperand(1); combineZext() local 55403 SDValue N01 = N0.getOperand(1); matchPMADDWD_2() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5312 SDValue N01 = skipExtensionForVectorMULL(N0.getOperand(1), DAG); LowerMUL() local 19054 SDValue N01 = N0->getOperand(IsStrict ? 2 : 1); performExtractVectorEltCombine() local 19213 SDValue N01 = N0->getOperand(1); performConcatVectorsCombine() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9707 SDValue N01 = SkipExtensionForVMULL(N0->getOperand(1).getNode(), DAG); LowerMUL() local 14158 SDValue N01 = N0->getOperand(1); PerformVMULCombine() local
|