Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
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 …]
DSelectionDAG.cpp8239 if (!isConstantIntBuildVectorOrConstantInt(N0) && in salvageDebugInfo()
8240 isConstantIntBuildVectorOrConstantInt(N1)) { in salvageDebugInfo()
9684 SDNode *SelectionDAG::isConstantIntBuildVectorOrConstantInt(SDValue N) { in isConstantIntBuildVectorOrConstantInt() function in SelectionDAG
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1705 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N);
1713 return isConstantIntBuildVectorOrConstantInt(N) ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp9489 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in reassociateScalarOps()
9490 DAG.isConstantIntBuildVectorOrConstantInt(Op1)) in reassociateScalarOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp45847 if (DAG.isConstantIntBuildVectorOrConstantInt(LHS) && in combinePMULDQ()
45848 !DAG.isConstantIntBuildVectorOrConstantInt(RHS)) in combinePMULDQ()