Searched refs:maskBox (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/ |
| H A D | Reduction.h | 32 mlir::Value resultBox, mlir::Value maskBox, 46 mlir::Value maskBox, mlir::Value dim); 52 mlir::Value maskBox, mlir::Value dim); 58 mlir::Value maskBox, mlir::Value dim); 105 mlir::Value maskBox); 111 mlir::Value maskBox); 123 mlir::Value maskBox); 129 mlir::Value maskBox); 141 mlir::Value maskBox); 146 mlir::Value arrayBox, mlir::Value maskBox, [all …]
|
| H A D | Transformational.h | 43 mlir::Value resultBox, mlir::Value arrayBox, mlir::Value maskBox, 59 mlir::Value maskBox, mlir::Value fieldBox);
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Reduction.cpp | 408 mlir::Value maskBox) { in genReduction3Args() argument 479 return genSpecial2Args(allFunc, builder, loc, maskBox, dim); in genAll() 487 return genSpecial2Args(anyFunc, builder, loc, maskBox, dim); in genAny() 497 return genSpecial2Args(countFunc, builder, loc, maskBox, dim); in genCount() 519 mlir::Value maskBox, mlir::Value kind, in genMaxloc() argument 541 mlir::Value maskBox) { in genMaxval() argument 594 mlir::Value maskBox) { in genMaxvalChar() argument 610 mlir::Value maskBox, mlir::Value kind, in genMinloc() argument 641 mlir::Value maskBox) { in genMinvalChar() argument 657 mlir::Value maskBox) { in genMinval() argument [all …]
|
| H A D | Transformational.cpp | 107 mlir::Value maskBox, mlir::Value vectorBox) { in genPack() argument 115 maskBox, vectorBox, sourceFile, sourceLine); in genPack() 166 mlir::Value maskBox, mlir::Value fieldBox) { in genUnpack() argument 174 maskBox, fieldBox, sourceFile, sourceLine); in genUnpack()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 4311 fir::BoxValue maskBox = builder.createBox(loc, args[1]); in genUnpack() local 4312 mlir::Value mask = fir::getBase(maskBox); in genUnpack() 4313 unsigned maskRank = maskBox.rank(); in genUnpack()
|