Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1063 if (DAG.isConstantIntBuildVectorOrConstantInt(N0.getOperand(1))) { in reassociateOpsCommutative()
1064 if (DAG.isConstantIntBuildVectorOrConstantInt(N1)) { in reassociateOpsCommutative()
2218 if (!DAG.isConstantIntBuildVectorOrConstantInt(ConstantOp) || in foldAddSubOfSignBit()
2275 if (DAG.isConstantIntBuildVectorOrConstantInt(N0)) { in visitADDLike()
2277 if (!DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDLike()
2555 if (DAG.isConstantIntBuildVectorOrConstantInt(N0)) { in visitADDSAT()
2557 if (!DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDSAT()
2801 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitADDO()
2802 !DAG.isConstantIntBuildVectorOrConstantInt(N1)) in visitADDO()
3737 if (DAG.isConstantIntBuildVectorOrConstantInt(N0) && in visitMULFIX()
[all …]
H A DSelectionDAG.cpp8847 if (!isConstantIntBuildVectorOrConstantInt(N0) && in salvageDebugInfo()
8848 isConstantIntBuildVectorOrConstantInt(N1)) { in salvageDebugInfo()
10432 SDNode *SelectionDAG::isConstantIntBuildVectorOrConstantInt(SDValue N) const { in isConstantIntBuildVectorOrConstantInt() function in SelectionDAG
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1927 SDNode *isConstantIntBuildVectorOrConstantInt(SDValue N) const;
1935 return isConstantIntBuildVectorOrConstantInt(N) ||
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6418 if (DAG.isConstantIntBuildVectorOrConstantInt(Vec) || in combineBSWAP()
6420 DAG.isConstantIntBuildVectorOrConstantInt(Elt) || in combineBSWAP()
6449 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in combineBSWAP()
6451 DAG.isConstantIntBuildVectorOrConstantInt(Op1) || in combineBSWAP()
6661 DAG.isConstantIntBuildVectorOrConstantInt(N->getOperand(1))) in combineIntDIVREM()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10328 if (DAG.isConstantIntBuildVectorOrConstantInt(Op0) || in reassociateScalarOps()
10329 DAG.isConstantIntBuildVectorOrConstantInt(Op1)) in reassociateScalarOps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49670 if (SDNode *C = DAG.isConstantIntBuildVectorOrConstantInt(Op)) { in combineSub()
50467 if (DAG.isConstantIntBuildVectorOrConstantInt(LHS) && in combinePMULDQ()
50468 !DAG.isConstantIntBuildVectorOrConstantInt(RHS)) in combinePMULDQ()