Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2732 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDLike()
3040 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDSAT()
3320 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDO()
4350 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitMULFIX()
4376 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitMUL()
5099 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitMULHS()
5159 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitMULHU()
5237 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitAVG()
5281 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitABD()
5374 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitSMUL_LOHI()
[all …]
H A DSelectionDAG.cpp6550 SDNode *N1C = isConstantIntBuildVectorOrConstantInt(N1); in canonicalizeCommutativeBinop()
6551 SDNode *N2C = isConstantIntBuildVectorOrConstantInt(N2); in canonicalizeCommutativeBinop()
12754 SDNode *SelectionDAG::isConstantIntBuildVectorOrConstantInt(SDValue N) const { in isConstantIntBuildVectorOrConstantInt() function in SelectionDAG
H A DTargetLowering.cpp5205 if (DAG.isConstantIntBuildVectorOrConstantInt(N1) && in SimplifySetCC()
5206 !DAG.isConstantIntBuildVectorOrConstantInt(N0.getOperand(0))) { in SimplifySetCC()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2295 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N) const;
2303 return isConstantIntBuildVectorOrConstantInt(N) ||
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7382 if (DAG.isConstantIntBuildVectorOrConstantInt(Vec) || in combineBSWAP()
7384 DAG.isConstantIntBuildVectorOrConstantInt(Elt) || in combineBSWAP()
7413 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in combineBSWAP()
7415 DAG.isConstantIntBuildVectorOrConstantInt(Op1) || in combineBSWAP()
7627 DAG.isConstantIntBuildVectorOrConstantInt(N->getOperand(1))) in combineIntDIVREM()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54550 if (SDNode *C = DAG.isConstantIntBuildVectorOrConstantInt(Op)) { in combineSub()
55753 if (DAG.isConstantIntBuildVectorOrConstantInt(LHS) && in combinePMULDQ()
55754 !DAG.isConstantIntBuildVectorOrConstantInt(RHS)) in combinePMULDQ()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19182 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(X))) in performSubAddMULCombine()