Home
last modified time | relevance | path

Searched defs:eleType (Results 1 – 15 of 15) sorted by relevance

/llvm-project/flang/unittests/Optimizer/
H A DFortranVariableTest.cpp47 mlir::Type eleType = mlir::FloatType::getF32(&context); TEST_F() local
71 mlir::Type eleType = fir::CharacterType::getUnknownLen(&context, 4); TEST_F() local
98 mlir::Type eleType = mlir::FloatType::getF32(&context); TEST_F() local
127 mlir::Type eleType = fir::CharacterType::getUnknownLen(&context, 4); TEST_F() local
[all...]
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIRDialect.cpp86 mlir::Type eleType = p.getEleTy(); in isFortranVariableType() local
H A DHLFIROps.cpp111 mlir::Type eleType = seqType ? seqType.getEleTy() : type; getHLFIRVariableType() local
/llvm-project/flang/lib/Lower/
H A DHlfirIntrinsics.cpp205 mlir::Type eleType = hlfir::getFortranElementType(actual.getType()); loadOptionalValue() local
H A DAllocatable.cpp882 if (mlir::Type eleType = box.getEleTy(); genDeallocateIfAllocated() local
922 mlir::Type eleType = box.getEleTy(); genDeallocateStmt() local
H A DConvertCall.cpp1721 genOptionalValue(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type eleType,T actualGetter,mlir::Value isPresent) genOptionalValue() argument
H A DConvertExpr.cpp449 mlir::Type eleType = fir::getBaseTypeOf(exv); genOptionalValue() local
5920 mlir::Type eleType = fir::unwrapSequenceType(arrType); genOptionalArrayFetch() local
5984 mlir::Type eleType; genarrForwardOptionalArgumentToCall() local
[all...]
H A DBridge.cpp3416 mlir::Type eleType = genFIR() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp720 mlir::Type eleType; addDeclareReduction() local
H A DOpenMP.cpp1717 mlir::Type eleType = baseOp.getType(); genTargetOp() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp130 if (auto eleType = fir::dyn_cast_ptrEleTy(type)) in toExtendedValue() local
H A DIntrinsicCall.cpp3933 fir::CharacterType eleType = helper.getCharacterType(ty); genIchar() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp1098 mlir::Type eleType = in allocateArrayTemp() local
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp615 Type eleType = rangeTy.getElementType(); in allocateMemoryIndices() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2254 mlir::Type eleType = fir::unwrapSequenceType(objectTy); doRewrite() local