Searched defs:N01 (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1293 SDValue N01 = N0.getOperand(1); reassociateOpsCommutative() local 2755 SDValue N01 = N0.getOperand(1); visitADDLike() local 2787 SDValue N01 = N0.getOperand(1); visitADDLike() local 2884 SDValue N01 = N0.getOperand(1); visitADDLike() local 3909 SDValue N01 = N0.getOperand(1); visitSUB() local 3923 SDValue N01 = N0.getOperand(1); visitSUB() local 4503 SDValue N01 = N0.getOperand(1); visitMUL() local 5563 SDValue N00, N01, N02, N03; isSaturatingMinMax() local 7671 SDValue N01 = N0.getOperand(1); MatchBSwapHWord() local 7767 SDValue N01 = N0Resized.getOperand(1); visitORCommutative() local 7795 SDValue N01 = N0.getOperand(1); visitORCommutative() local 9487 SDValue N00 = N0.getOperand(0), N01 = N0.getOperand(1); visitXOR() local 9499 SDValue N00 = N0.getOperand(0), N01 = N0.getOperand(1); visitXOR() local 9750 SDValue N01 = N->getOperand(0).getOperand(1); distributeTruncateThroughAnd() local 9870 SDValue N01 = N0->getOperand(1); visitSHL() local 10013 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSHL() local 10020 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSHL() local 10036 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSHL() local 10047 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSHL() local 10072 SDValue N01 = N0.getOperand(1); visitSHL() local 10108 SDValue N01 = N0.getOperand(1); visitSHL() local 10607 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSRL() local 10619 SDValue N01 = DAG.getZExtOrTrunc(N0.getOperand(1), DL, ShiftVT); visitSRL() local 13252 SDValue N01 = N0.getOperand(1); foldSextSetcc() local 14326 if (ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { reduceLoadWidth() local 15891 SDValue N01 = N0.getOperand(0).getOperand(1); visitFSUBForFMACombine() local 16676 SDValue N01 = N0.getOperand(1); visitFMUL() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 3290 SDValue N01 = N0.getOperand(1); doPeepholeSExtW() local
|
H A D | RISCVISelLowering.cpp | 12613 SDValue N01 = N0.getOperand(1); combineDeMorganOfBoolean() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3877 SDValue N01 = N0->getOperand(1); matchBitExtract() local
|
H A D | X86ISelLowering.cpp | 47063 SDValue N01 = N0.getOperand(1); combineShiftRightArithmetic() local 48082 SDValue N01 = N0.getOperand(1); convertIntLogicToFPLogic() local 49100 SDValue N01 = N0->getOperand(1); foldMaskedMerge() local 51271 SDValue N01 = N0.getOperand(1); detectPMADDUBSW() local 52892 SDValue N01 = N0.getOperand(1); combineZext() local 54185 SDValue N01 = N0.getOperand(1); matchPMADDWD_2() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4774 SDValue N01 = skipExtensionForVectorMULL(N0.getOperand(1), DAG); LowerMUL() local 18078 SDValue N01 = N0->getOperand(IsStrict ? 2 : 1); performExtractVectorEltCombine() local 18242 SDValue N01 = N0->getOperand(1); performConcatVectorsCombine() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9675 SDValue N01 = SkipExtensionForVMULL(N0->getOperand(1).getNode(), DAG); LowerMUL() local 14138 SDValue N01 = N0->getOperand(1); PerformVMULCombine() local
|