Home
last modified time | relevance | path

Searched refs:ele (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.h205 mlir::Type ele = box.getEleTy();
207 if (auto removeIndirection = fir::dyn_cast_ptrEleTy(ele))
208 ele = removeIndirection;
209 auto eleTy = convertType(ele);
211 if (ele.isa<SequenceType>() && eleTy.isa<mlir::LLVM::LLVMPointerType>())
235 if (auto seqTy = ele.dyn_cast<SequenceType>())
245 if (requiresExtendedDesc(ele)) {
251 if (auto recTy = fir::unwrapSequenceType(ele).dyn_cast<fir::RecordType>())
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp1872 .Case([&](CustomDirective *ele) { in collect() argument
1876 .Case([&](OptionalElement *ele) { in collect() argument
1969 .Case([&](OperandVariable *ele) { in genElementPrinter() argument
1977 .Case([&](ResultVariable *ele) { in genElementPrinter() argument
2994 .Case([&](OperandVariable *ele) { in verifyOIListParsingElement() argument
3002 .Case([&](ResultVariable *ele) { in verifyOIListParsingElement() argument
3133 .Case([&](OperandVariable *ele) { in verifyOptionalGroupElement() argument
3134 if (!ele->getVar()->isVariableLength()) in verifyOptionalGroupElement()
3141 .Case([&](ResultVariable *ele) { in verifyOptionalGroupElement() argument
3142 if (!ele->getVar()->isVariableLength()) in verifyOptionalGroupElement()
[all …]
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/AArch64/
H A Dkryo.ll40 %ele = add i64 %t2, 1
41 %cond = icmp eq i64 %t1, %ele
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIterationSpace.h130 void setElement(fir::ExtendedValue &&ele) {
132 element = ele;
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dvec_shuffle-inseltpoison.ll362 define <1 x i32> @test16a(i32 %ele) {
366 %t0 = insertelement <2 x i32> <i32 1, i32 undef>, i32 %ele, i32 1
372 define <4 x i8> @test16b(i8 %ele) {
376 %t0 = insertelement <8 x i8> <i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 undef, i8 1>, i8 %ele, i32 6
H A Dvec_shuffle.ll362 define <1 x i32> @test16a(i32 %ele) {
366 %t0 = insertelement <2 x i32> <i32 1, i32 undef>, i32 %ele, i32 1
372 define <4 x i8> @test16b(i8 %ele) {
376 %t0 = insertelement <8 x i8> <i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 undef, i8 1>, i8 %ele, i32 6
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp2378 for (const auto &ele : designators) { in Enter() local
2379 if (const auto *dataRef{std::get_if<parser::DataRef>(&ele.u)}) { in Enter()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4292 auto ele = convertElementForUpdate(loc, eleTy, fir::getBase(exv)); in defaultStoreToDestination() local
4294 loc, arrTy, innerArg, ele, iterSpace.iterVec(), in defaultStoreToDestination()
7055 auto ele = convertElementForUpdate(loc, eleTy, iters.getElement()); in applyPathToArrayLoad() local
7056 builder.create<fir::StoreOp>(loc, ele, addr); in applyPathToArrayLoad()
7061 auto ele = convertElementForUpdate(loc, eleTy, iters.getElement()); in applyPathToArrayLoad() local
7063 loc, innerArg.getType(), innerArg, ele, iters.iterVec(), in applyPathToArrayLoad()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1908 mlir::ParseResult fir::LoadOp::getElementOf(mlir::Type &ele, mlir::Type ref) { in getElementOf() argument
1909 if ((ele = fir::dyn_cast_ptrEleTy(ref))) in getElementOf()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td279 static mlir::ParseResult getElementOf(mlir::Type &ele, mlir::Type ref);