Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1224 if (DAG.isConstantIntBuildVectorOrConstantInt(N01)) { in reassociateOpsCommutative()
1230 if (DAG.isConstantIntBuildVectorOrConstantInt(N1)) { in reassociateOpsCommutative()
2697 bool YIsConstant = DAG.isConstantIntBuildVectorOrConstantInt(Y); in visitPTRADD()
2698 bool ZIsConstant = DAG.isConstantIntBuildVectorOrConstantInt(Z); in visitPTRADD()
2758 if (!DAG.isConstantIntBuildVectorOrConstantInt(ConstantOp) || in foldAddSubOfSignBit()
2814 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDLike()
2815 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDLike()
3194 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDSAT()
3195 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDSAT()
3452 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDO()
[all …]
H A DSelectionDAG.cpp7410 bool N1C = isConstantIntBuildVectorOrConstantInt(N1); in canonicalizeCommutativeBinop()
7411 bool N2C = isConstantIntBuildVectorOrConstantInt(N2); in canonicalizeCommutativeBinop()
13659 bool SelectionDAG::isConstantIntBuildVectorOrConstantInt( in isConstantIntBuildVectorOrConstantInt() function in SelectionDAG
H A DTargetLowering.cpp5494 if (DAG.isConstantIntBuildVectorOrConstantInt(N1) && in SimplifySetCC()
5495 !DAG.isConstantIntBuildVectorOrConstantInt(N0.getOperand(0))) { in SimplifySetCC()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2476 isConstantIntBuildVectorOrConstantInt(SDValue N,
2485 return isConstantIntBuildVectorOrConstantInt(N) ||
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8614 if (DAG.isConstantIntBuildVectorOrConstantInt(Vec) || in combineBSWAP()
8616 DAG.isConstantIntBuildVectorOrConstantInt(Elt) || in combineBSWAP()
8645 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in combineBSWAP()
8647 DAG.isConstantIntBuildVectorOrConstantInt(Op1) || in combineBSWAP()
8895 DAG.isConstantIntBuildVectorOrConstantInt(N->getOperand(1))) in combineIntDIVREM()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15147 bool YIsConstant = DAG.isConstantIntBuildVectorOrConstantInt(Y); in performPtrAddCombine()
15148 bool ZIsConstant = DAG.isConstantIntBuildVectorOrConstantInt(Z); in performPtrAddCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51225 if (!DAG.isConstantIntBuildVectorOrConstantInt(Y) && in combineAndNotOrIntoAndNotAnd()
51226 !DAG.isConstantIntBuildVectorOrConstantInt(Z)) in combineAndNotOrIntoAndNotAnd()
56478 DAG.isConstantIntBuildVectorOrConstantInt(AddC)) { in combineSetCC()
58111 return DAG.isConstantIntBuildVectorOrConstantInt(Op, in combineSub()
59939 if (DAG.isConstantIntBuildVectorOrConstantInt(LHS) && in combinePMULDQ()
59940 !DAG.isConstantIntBuildVectorOrConstantInt(RHS)) in combinePMULDQ()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21141 if (DAG.isConstantIntBuildVectorOrConstantInt(X)) in performSubAddMULCombine()