Home
last modified time | relevance | path

Searched refs:isConstantIntBuildVectorOrConstantInt (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp958 if (SDNode *C1 = DAG.isConstantIntBuildVectorOrConstantInt(N0.getOperand(1))) { in reassociateOpsCommutative()
959 if (SDNode *C2 = DAG.isConstantIntBuildVectorOrConstantInt(N1)) { in reassociateOpsCommutative()
2107 if (DAG.isConstantIntBuildVectorOrConstantInt(N0)) { in visitADDLike()
2109 if (!DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDLike()
2345 if (DAG.isConstantIntBuildVectorOrConstantInt(N0)) { in visitADDSAT()
2347 if (!DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDSAT()
2610 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDO()
2611 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDO()
2971 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitSUB()
2972 DAG.isConstantIntBuildVectorOrConstantInt(N1)) { in visitSUB()
[all …]
H A DSelectionDAG.cpp8239 if (!isConstantIntBuildVectorOrConstantInt(N0) && in salvageDebugInfo()
8240 isConstantIntBuildVectorOrConstantInt(N1)) { in salvageDebugInfo()
9684 SDNode *SelectionDAG::isConstantIntBuildVectorOrConstantInt(SDValue N) { in isConstantIntBuildVectorOrConstantInt() function in SelectionDAG
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp820 if (SDNode *L = DAG.isConstantIntBuildVectorOrConstantInt(N0.getOperand(1))) { in ReassociateOps()
821 if (SDNode *R = DAG.isConstantIntBuildVectorOrConstantInt(N1)) { in ReassociateOps()
840 if (SDNode *R = DAG.isConstantIntBuildVectorOrConstantInt(N1.getOperand(1))) { in ReassociateOps()
841 if (SDNode *L = DAG.isConstantIntBuildVectorOrConstantInt(N0)) { in ReassociateOps()
1655 if (DAG.isConstantIntBuildVectorOrConstantInt(N0)) { in visitADD()
1657 if (!DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADD()
1871 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitSUB()
1872 DAG.isConstantIntBuildVectorOrConstantInt(N1)) { in visitSUB()
2042 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitMUL()
2043 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitMUL()
[all …]
H A DSelectionDAG.cpp7267 SDNode *SelectionDAG::isConstantIntBuildVectorOrConstantInt(SDValue N) { in isConstantIntBuildVectorOrConstantInt() function in SelectionDAG
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1111 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N01))) { in reassociateOpsCommutative()
1112 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N1))) { in reassociateOpsCommutative()
2383 if (!DAG.isConstantIntBuildVectorOrConstantInt(ConstantOp) || in foldAddSubOfSignBit()
2443 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDLike()
2444 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDLike()
2728 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDSAT()
2729 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDSAT()
2990 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDO()
2991 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDO()
3986 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitMULFIX()
[all …]
H A DSelectionDAG.cpp6106 SDNode *N1C = isConstantIntBuildVectorOrConstantInt(N1); in canonicalizeCommutativeBinop()
6107 SDNode *N2C = isConstantIntBuildVectorOrConstantInt(N2); in canonicalizeCommutativeBinop()
10250 if (!isConstantIntBuildVectorOrConstantInt(N0) && in salvageDebugInfo()
10251 isConstantIntBuildVectorOrConstantInt(N1)) { in salvageDebugInfo()
12046 SDNode *SelectionDAG::isConstantIntBuildVectorOrConstantInt(SDValue N) const { in isConstantIntBuildVectorOrConstantInt() function in SelectionDAG
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1705 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N);
1713 return isConstantIntBuildVectorOrConstantInt(N) ||
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2234 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N) const;
2242 return isConstantIntBuildVectorOrConstantInt(N) ||
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DSelectionDAG.h2264 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N) const;
2272 return isConstantIntBuildVectorOrConstantInt(N) ||
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DSelectionDAG.h2295 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N) const;
2303 return isConstantIntBuildVectorOrConstantInt(N) ||
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DSelectionDAG.h2249 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N) const;
2257 return isConstantIntBuildVectorOrConstantInt(N) ||
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DSelectionDAG.h2249 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N) const;
2257 return isConstantIntBuildVectorOrConstantInt(N) ||
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1370 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6114 if (DAG.isConstantIntBuildVectorOrConstantInt(Vec) || in combineBSWAP()
6116 DAG.isConstantIntBuildVectorOrConstantInt(Elt) || in combineBSWAP()
6145 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in combineBSWAP()
6147 DAG.isConstantIntBuildVectorOrConstantInt(Op1) || in combineBSWAP()
6365 DAG.isConstantIntBuildVectorOrConstantInt(N->getOperand(1))) in combineIntDIVREM()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6843 if (DAG.isConstantIntBuildVectorOrConstantInt(Vec) || in combineBSWAP()
6845 DAG.isConstantIntBuildVectorOrConstantInt(Elt) || in combineBSWAP()
6874 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in combineBSWAP()
6876 DAG.isConstantIntBuildVectorOrConstantInt(Op1) || in combineBSWAP()
7088 DAG.isConstantIntBuildVectorOrConstantInt(N->getOperand(1))) in combineIntDIVREM()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9489 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in reassociateScalarOps()
9490 DAG.isConstantIntBuildVectorOrConstantInt(Op1)) in reassociateScalarOps()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55063 if (SDNode *C = DAG.isConstantIntBuildVectorOrConstantInt(Op)) { in combineSub()
56009 if (DAG.isConstantIntBuildVectorOrConstantInt(LHS) && in combinePMULDQ()
56010 !DAG.isConstantIntBuildVectorOrConstantInt(RHS)) in combinePMULDQ()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45850 if (DAG.isConstantIntBuildVectorOrConstantInt(LHS) && in combinePMULDQ()
45851 !DAG.isConstantIntBuildVectorOrConstantInt(RHS)) in combinePMULDQ()