Home
last modified time | relevance | path

Searched defs:allOnes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp517 bool allOnes = true; in fold() local
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp54 static uint64_t allOnes(unsigned int Count) { in allOnes() function
H A DSystemZISelDAGToDAG.cpp98 static uint64_t allOnes(unsigned int Count) { in allOnes() function
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp204 auto allOnes = rewriter.create<arith::ConstantOp>(loc, allOnesAttr); in createLinalgBodyCalculationForElementwiseOp() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3490 mlir::Value allOnes = builder.createIntegerConstant(loc, resultType, -1); in genNot() local