Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1204 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N01))) { in reassociateOpsCommutative()
1210 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N1))) { in reassociateOpsCommutative()
2596 if (!DAG.isConstantIntBuildVectorOrConstantInt(ConstantOp) || in foldAddSubOfSignBit()
2652 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDLike()
2653 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDLike()
3034 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDSAT()
3035 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDSAT()
3311 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDO()
3312 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDO()
4298 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitMULFIX()
[all …]
H A DSelectionDAG.cpp6880 SDNode *N1C = isConstantIntBuildVectorOrConstantInt(N1); in canonicalizeCommutativeBinop()
6881 SDNode *N2C = isConstantIntBuildVectorOrConstantInt(N2); in canonicalizeCommutativeBinop()
13084 SDNode *SelectionDAG::isConstantIntBuildVectorOrConstantInt(SDValue N) const { in isConstantIntBuildVectorOrConstantInt() function in SelectionDAG
H A DTargetLowering.cpp5280 if (DAG.isConstantIntBuildVectorOrConstantInt(N1) && in SimplifySetCC()
5281 !DAG.isConstantIntBuildVectorOrConstantInt(N0.getOperand(0))) { in SimplifySetCC()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2307 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N) const;
2315 return isConstantIntBuildVectorOrConstantInt(N) ||
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7525 if (DAG.isConstantIntBuildVectorOrConstantInt(Vec) || in combineBSWAP()
7527 DAG.isConstantIntBuildVectorOrConstantInt(Elt) || in combineBSWAP()
7556 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in combineBSWAP()
7558 DAG.isConstantIntBuildVectorOrConstantInt(Op1) || in combineBSWAP()
7770 DAG.isConstantIntBuildVectorOrConstantInt(N->getOperand(1))) in combineIntDIVREM()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54435 DAG.isConstantIntBuildVectorOrConstantInt(AddC)) { in combineSetCC()
55947 if (SDNode *C = DAG.isConstantIntBuildVectorOrConstantInt(Op)) { in combineSub()
57291 if (DAG.isConstantIntBuildVectorOrConstantInt(LHS) && in combinePMULDQ()
57292 !DAG.isConstantIntBuildVectorOrConstantInt(RHS)) in combinePMULDQ()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20400 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(X))) in performSubAddMULCombine()