Home
last modified time | relevance | path

Searched defs:resultType (Results 1 – 25 of 181) sorted by relevance

12345678

/llvm-project/flang/lib/Parser/
H A Dtoken-parsers.h65 using resultType = Success; member
89 using resultType = Success; member
220 using resultType = std::pair<char, bool /* was escaped */>; global() member
248 using resultType = std::string; global() member
271 using resultType = std::string; global() member
351 using resultType = CharBlock; global() member
371 using resultType = CharBlock; global() member
386 using resultType = std::uint64_t; global() member
439 using resultType = std::int64_t; global() member
456 using resultType = std::uint64_t; global() member
485 using resultType = std::int64_t; global() member
494 using resultType = std::int64_t; global() member
509 using resultType = std::string; global() member
544 using resultType = Success; global() member
556 using resultType = Success; global() member
572 using resultType = Success; global() member
590 using resultType = Success; global() member
617 using resultType = std::optional<typename PA::resultType>; optionalBeforeColons() local
623 using resultType = std::list<typename PA::resultType>; optionalListBeforeColons() local
633 using resultType = Success; global() member
[all...]
H A Dexpr-parsers.cpp98 using resultType = Expr; typedef
135 using resultType = Expr; typedef
168 using resultType = Expr; typedef
203 using resultType = Expr; typedef
229 using resultType = Expr; typedef
279 using resultType = Expr; typedef
306 using resultType = Expr; typedef
332 using resultType = Expr; typedef
358 using resultType = Expr; typedef
/llvm-project/flang/include/flang/Parser/
H A Duser-state.h110 using resultType = Success; member
115 using resultType = Statement<common::Indirection<LabelDoStmt>>; member
120 using resultType = Statement<common::Indirection<EndDoStmt>>; member
125 using resultType = Success; member
130 using resultType = Success; member
135 using resultType = Name; member
140 using resultType = DataComponentDefStmt; member
145 using resultType = StructureStmt; member
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DCastOps.cpp32 Type resultType = op->getResult(0).getType(); in verifyCastOp() local
87 if (operandType == resultType) { in verify() local
117 auto resultType = llvm::cast<spirv::ScalarType>(getResult().getType()); verify() local
138 auto resultType = llvm::cast<spirv::PointerType>(getResult().getType()); verify() local
159 auto resultType = llvm::cast<spirv::PointerType>(getResult().getType()); verify() local
187 auto resultType = llvm::cast<spirv::PointerType>(getResult().getType()); verify() local
215 auto resultType = llvm::cast<spirv::PointerType>(getResult().getType()); verify() local
279 auto resultType = getResult().getType(); verify() local
300 auto resultType = getResult().getType(); verify() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp1562 getFunctionType(std::optional<mlir::Type> resultType,llvm::ArrayRef<mlir::Value> arguments,fir::FirOpBuilder & builder) getFunctionType() argument
1683 lookupIntrinsicHandler(fir::FirOpBuilder & builder,llvm::StringRef intrinsicName,std::optional<mlir::Type> resultType) lookupIntrinsicHandler() argument
1716 genElementalCall(GeneratorType generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline) genElementalCall() argument
1732 genElementalCall(ExtendedGenerator generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline) genElementalCall() argument
1748 genElementalCall(SubroutineGenerator generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline) genElementalCall() argument
1763 genElementalCall(DualGenerator generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline) genElementalCall() argument
1781 invokeHandler(IntrinsicLibrary::ElementalGenerator generator,const IntrinsicHandler & handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline,IntrinsicLibrary & lib) invokeHandler() argument
1792 invokeHandler(IntrinsicLibrary::ExtendedGenerator generator,const IntrinsicHandler & handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline,IntrinsicLibrary & lib) invokeHandler() argument
1808 invokeHandler(IntrinsicLibrary::SubroutineGenerator generator,const IntrinsicHandler & handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline,IntrinsicLibrary & lib) invokeHandler() argument
1824 invokeHandler(IntrinsicLibrary::DualGenerator generator,const IntrinsicHandler & handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool outline,IntrinsicLibrary & lib) invokeHandler() argument
1838 genIntrinsicCallHelper(const IntrinsicHandler * handler,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,IntrinsicLibrary & lib) genIntrinsicCallHelper() argument
1857 genIntrinsicCallHelper(const IntrinsicHandlerEntry::RuntimeGeneratorRange & range,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,IntrinsicLibrary & lib) genIntrinsicCallHelper() argument
1887 genIntrinsicCall(fir::FirOpBuilder & builder,mlir::Location loc,const IntrinsicHandlerEntry & intrinsic,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,Fortran::lower::AbstractConverter * converter) genIntrinsicCall() argument
1900 genIntrinsicCall(llvm::StringRef specificName,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIntrinsicCall() argument
1915 invokeGenerator(ElementalGenerator generator,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
1922 invokeGenerator(RuntimeCallGenerator generator,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
1929 invokeGenerator(ExtendedGenerator generator,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
1960 invokeGenerator(DualGenerator generator,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) invokeGenerator() argument
2081 mlir::Type resultType = funcType.getResult(0); getWrapper() local
2111 outlineInWrapper(GeneratorType generator,llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) outlineInWrapper() argument
2136 outlineInExtendedWrapper(GeneratorType generator,llvm::StringRef name,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args) outlineInExtendedWrapper() argument
2246 readAndAddCleanUp(fir::MutableBoxValue resultMutableBox,mlir::Type resultType,llvm::StringRef intrinsicName) readAndAddCleanUp() argument
2283 genRuntimeCall(llvm::StringRef name,mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genRuntimeCall() argument
2290 genConversion(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genConversion() argument
2310 genAbs(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAbs() argument
2333 genAcosd(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAcosd() argument
2351 genAdjustRtCall(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAdjustRtCall() argument
2369 genAimag(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAimag() argument
2377 genAint(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAint() argument
2387 genAll(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAll() argument
2424 genAllocated(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAllocated() argument
2438 genAnint(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAnint() argument
2448 genAny(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAny() argument
2484 genAsind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAsind() argument
2499 genAtand(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAtand() argument
2524 genAtanpi(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genAtanpi() argument
2550 genAssociated(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genAssociated() argument
2601 genBesselJn(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genBesselJn() argument
2686 genBesselYn(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genBesselYn() argument
2772 genBitwiseCompare(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genBitwiseCompare() argument
2803 genBtest(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genBtest() argument
2836 genCLocOrCFunLoc(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,bool isFunc=false) genCLocOrCFunLoc() argument
2854 genCAssociated(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCAssociated() argument
2887 genCAssociatedCFunPtr(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCAssociatedCFunPtr() argument
2893 genCAssociatedCPtr(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCAssociatedCPtr() argument
2966 genCFunLoc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCFunLoc() argument
2973 genCLoc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCLoc() argument
2981 genCPtrCompare(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCPtrCompare() argument
2996 genCeiling(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genCeiling() argument
3027 genCmplx(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genCmplx() argument
3042 genCommandArgumentCount(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCommandArgumentCount() argument
3052 genConjg(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genConjg() argument
3067 genCosd(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genCosd() argument
3083 genCount(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCount() argument
3143 genCshift(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCshift() argument
3201 genDim(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genDim() argument
3221 genDotProduct(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genDotProduct() argument
3244 genDprod(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genDprod() argument
3255 genDshiftl(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genDshiftl() argument
3279 genDshiftr(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genDshiftr() argument
3304 genEoshift(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genEoshift() argument
3411 genEtime(std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args) genEtime() argument
3457 genExponent(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genExponent() argument
3469 genExtendsTypeOf(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genExtendsTypeOf() argument
3481 genFindloc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genFindloc() argument
3551 genFloor(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genFloor() argument
3562 genFraction(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genFraction() argument
3573 genGetCwd(std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args) genGetCwd() argument
3641 genGetPID(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genGetPID() argument
3763 genFuncDim(FD funcDim,mlir::Type resultType,fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value array,fir::ExtendedValue dimArg,mlir::Value mask,int rank) genFuncDim() argument
3787 genReduction(FN func,FD funcDim,llvm::StringRef errMsg,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genReduction() argument
3829 genIall(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIall() argument
3836 genIand(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIand() argument
3846 genIany(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIany() argument
3853 genIbclr(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIbclr() argument
3869 genIbits(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIbits() argument
3896 genIbset(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIbset() argument
3911 genIchar(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIchar() argument
3965 genIsFPClass(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args,int fpclass) genIsFPClass() argument
4011 genIeeeTypeCompare(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeTypeCompare() argument
4022 genIeeeClass(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeClass() argument
4287 genIeeeCopySign(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeCopySign() argument
4443 genIeeeIsFinite(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeIsFinite() argument
4451 genIeeeIsNan(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeIsNan() argument
4460 genIeeeIsNegative(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeIsNegative() argument
4469 genIeeeIsNormal(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeIsNormal() argument
4477 genIeeeLogb(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeLogb() argument
4611 genIeeeMaxMin(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeMaxMin() argument
4710 genIeeeQuietCompare(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeQuietCompare() argument
4767 genIeeeSignalingCompare(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeSignalingCompare() argument
4779 genIeeeSignbit(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeSignbit() argument
4802 genIeeeSupportFlagOrHalting(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIeeeSupportFlagOrHalting() argument
4826 genIeeeSupportRounding(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeSupportRounding() argument
4853 genIeeeUnordered(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeUnordered() argument
4872 genIeeeValue(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeeeValue() argument
5011 genIeor(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIeor() argument
5019 genIndex(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIndex() argument
5072 genIor(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIor() argument
5080 genIparity(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIparity() argument
5088 genIsContiguous(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genIsContiguous() argument
5099 genIsIostatValue(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIsIostatValue() argument
5108 genIshft(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIshft() argument
5135 genIshftc(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genIshftc() argument
5201 genLeadz(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genLeadz() argument
5215 genLen(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genLen() argument
5225 genLenTrim(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genLenTrim() argument
5240 genCharacterCompare(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genCharacterCompare() argument
5256 genLoc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genLoc() argument
5292 genMask(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genMask() argument
5318 genMatmul(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMatmul() argument
5345 genMatmulTranspose(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMatmulTranspose() argument
5423 genMergeBits(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genMergeBits() argument
5441 genMod(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genMod() argument
5453 genModulo(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genModulo() argument
5568 mlir::Type resultType = from.getType(); genMvbits() local
5598 genNearest(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genNearest() argument
5610 genNint(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genNint() argument
5620 genNorm2(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genNorm2() argument
5653 genNot(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genNot() argument
5688 genPack(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genPack() argument
5720 genParity(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genParity() argument
5757 genPopcnt(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genPopcnt() argument
5767 genPoppar(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genPoppar() argument
5788 genProduct(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genProduct() argument
5825 genReduce(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genReduce() argument
5916 genRepeat(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genRepeat() argument
5935 genReshape(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genReshape() argument
5980 genRRSpacing(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genRRSpacing() argument
5990 genErfcScaled(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genErfcScaled() argument
6001 genSameTypeAs(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSameTypeAs() argument
6012 genScale(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genScale() argument
6025 genScan(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genScan() argument
6102 genSelectedCharKind(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSelectedCharKind() argument
6114 genSelectedIntKind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSelectedIntKind() argument
6125 genSelectedLogicalKind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSelectedLogicalKind() argument
6136 genSelectedRealKind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSelectedRealKind() argument
6167 genSetExponent(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSetExponent() argument
6215 genBoundInquiry(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args,int kindPos,Func genRtCall,bool needAccurateLowerBound) genBoundInquiry() argument
6255 genShape(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genShape() argument
6286 genShift(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genShift() argument
6311 genShiftA(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genShiftA() argument
6348 genSign(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSign() argument
6363 genSind(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSind() argument
6379 genSize(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSize() argument
6431 genSizeOf(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSizeOf() argument
6444 genTand(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genTand() argument
6459 genTrailz(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genTrailz() argument
6500 genLbound(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genLbound() argument
6561 genUbound(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genUbound() argument
6582 genSpacing(mlir::Type resultType,llvm::ArrayRef<mlir::Value> args) genSpacing() argument
6593 genSpread(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSpread() argument
6625 genStorageSize(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genStorageSize() argument
6673 genSum(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genSum() argument
6724 genTransfer(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genTransfer() argument
6771 genTranspose(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genTranspose() argument
6795 genTrim(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genTrim() argument
6874 genUnpack(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genUnpack() argument
6904 genVerify(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVerify() argument
6983 genExtremumloc(FN func,FD funcDim,llvm::StringRef errMsg,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genExtremumloc() argument
7054 genMaxloc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMaxloc() argument
7064 genExtremumVal(FN func,FD funcDim,FC funcChar,llvm::StringRef errMsg,mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genExtremumVal() argument
7110 genMaxval(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMaxval() argument
7119 genMinloc(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMinloc() argument
7127 genMinval(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genMinval() argument
7193 genIntrinsicCall(fir::FirOpBuilder & builder,mlir::Location loc,llvm::StringRef name,std::optional<mlir::Type> resultType,llvm::ArrayRef<fir::ExtendedValue> args,Fortran::lower::AbstractConverter * converter) genIntrinsicCall() argument
[all...]
H A DPPCIntrinsicCall.cpp1098 PPCIntrinsicLibrary::genVecAbs(mlir::Type resultType, in genVecAbs() argument
1172 mlir::Type resultType, llvm::ArrayRef<fir::ExtendedValue> args) { in genVecAddAndMulSubXor() argument
1240 PPCIntrinsicLibrary::genVecAnyCompare(mlir::Type resultType, in genVecAnyCompare() argument
1438 PPCIntrinsicLibrary::genVecCmp(mlir::Type resultType, in genVecCmp() argument
1550 PPCIntrinsicLibrary::genVecConvert(mlir::Type resultType, in genVecConvert() argument
1669 PPCIntrinsicLibrary::genVecExtract(mlir::Type resultType, in genVecExtract() argument
1693 PPCIntrinsicLibrary::genVecInsert(mlir::Type resultType, in genVecInsert() argument
1717 PPCIntrinsicLibrary::genVecMerge(mlir::Type resultType, in genVecMerge() argument
1836 genVecXlGrp(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecXlGrp() argument
1860 genVecLdNoCallGrp(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecLdNoCallGrp() argument
1887 genVecLdCallGrp(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecLdCallGrp() argument
1987 genVecLvsGrp(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecLvsGrp() argument
2039 genVecNmaddMsub(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecNmaddMsub() argument
2085 genVecPerm(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecPerm() argument
2200 genVecSel(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecSel() argument
2238 genVecShift(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecShift() argument
2374 genVecSplat(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecSplat() argument
2419 genVecXlds(mlir::Type resultType,llvm::ArrayRef<fir::ExtendedValue> args) genVecXlds() argument
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DSyntax.cpp15 Type &resultType, bool resultOptional) { in parseSemiFunctionType() argument
56 printSemiFunctionType(OpAsmPrinter & printer,Operation * op,Type argumentType,TypeRange resultType) printSemiFunctionType() argument
72 printSemiFunctionType(OpAsmPrinter & printer,Operation * op,Type argumentType,Type resultType) printSemiFunctionType() argument
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaTypeConverters.cpp43 converter.addTargetMaterialization([&](OpBuilder &builder, Type resultType, in populateTosaTypeConversion() argument
45 __anon4693ab690402(OpBuilder &builder, Type resultType, ValueRange inputs, Location loc) populateTosaTypeConversion() argument
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp145 Type resultType = *op->result_type_begin(); in printBinaryOp() local
210 auto resultType = llvm::dyn_cast<mlir::RankedTensorType>(type); in verifyConstantForType() local
234 auto resultType = llvm::cast<StructType>(type); verifyConstantForType() local
429 auto resultType = results.front(); verify() local
450 mlir::Type resultType = structTy.getElementTypes()[index]; build() local
462 mlir::Type resultType = getResult().getType(); verify() local
487 auto resultType = llvm::dyn_cast<RankedTensorType>(getType()); verify() local
[all...]
/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DDialect.cpp91 Type resultType = *op->result_type_begin(); in printBinaryOp() local
147 auto resultType = llvm::dyn_cast<mlir::RankedTensorType>(getResult().getType()); in verify() local
280 auto resultType = results.front(); in verify() local
304 auto resultType = llvm::dyn_cast<RankedTensorType>(getType()); in verify() local
/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h103 auto resultType = reshapeOp.getResultType(); in foldReshapeOp() local
198 ShapedType resultType = reshapeOp.getResultType(); in matchAndRewrite() local
266 ShapedType resultType = collapseOp.getResultType(); in matchAndRewrite() local
332 ShapedType resultType = expandOp.getResultType(); matchAndRewrite() local
[all...]
/llvm-project/mlir/examples/toy/Ch2/mlir/
H A DDialect.cpp91 Type resultType = *op->result_type_begin(); in printBinaryOp() local
147 auto resultType = llvm::dyn_cast<mlir::RankedTensorType>(getResult().getType()); in verify() local
280 auto resultType = results.front(); in verify() local
304 auto resultType = llvm::dyn_cast<RankedTensorType>(getType()); in verify() local
/llvm-project/mlir/include/mlir/Interfaces/
H A DViewLikeInterface.h76 auto resultType = in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp201 Value createCollapse(OpBuilder &builder, Location loc, TensorType resultType, in createCollapse() argument
211 Value createExpand(OpBuilder &builder, Location loc, TensorType resultType, in createExpand() argument
227 auto resultType = cast_if_present<ShapedType>( in matchAndRewrite() local
268 ShapedType resultType in matchAndRewrite() local
382 auto resultType = dyn_cast<RankedTensorType>(op.getType()); matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp94 std::optional<mlir::Type> resultType, in genIntrinsicCall()
119 mlir::Type resultType = *retTy; in prepareMinOrMaxArguments() local
152 mlir::Type resultType = *retTy; in lowerMinOrMax() local
223 mlir::Type resultType = *retTy; in lowerIshftc() local
267 llvm::StringRef name, std::optional<mlir::Type> resultType, in lowerAssociated()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp35 getResultArgumentType(mlir::Type resultType,bool shouldBoxResult) getResultArgumentType() argument
54 auto resultType = funcTy.getResult(0); getNewFunctionType() local
65 auto resultType = funcTy.getResult(0); getCPtrFunctionType() local
74 mustEmboxResult(mlir::Type resultType,bool shouldBoxResult) mustEmboxResult() argument
316 auto resultType = funcTy.getResult(0); runOnSpecificOperation() local
[all...]
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp153 Type resultType = *op->result_type_begin(); in printBinaryOp() local
209 auto resultType = llvm::dyn_cast<mlir::RankedTensorType>(getResult().getType()); in verify() local
395 auto resultType = results.front(); verify() local
425 auto resultType = llvm::dyn_cast<RankedTensorType>(getType()); verify() local
[all...]
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp153 Type resultType = *op->result_type_begin(); in printBinaryOp() local
209 auto resultType = llvm::dyn_cast<mlir::RankedTensorType>(getResult().getType()); in verify() local
395 auto resultType = results.front(); verify() local
425 auto resultType = llvm::dyn_cast<RankedTensorType>(getType()); verify() local
[all...]
/llvm-project/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp413 resultType = RangeType::get(getRangeElementTypeOrSelf(argumentTypes[0])); in parseRangeType() argument
424 printRangeType(OpAsmPrinter & p,RangeOp op,TypeRange argumentTypes,Type resultType) printRangeType() argument
457 parseResultsValueType(OpAsmParser & p,IntegerAttr index,Type & resultType) parseResultsValueType() argument
468 printResultsValueType(OpAsmPrinter & p,ResultsOp op,IntegerAttr index,Type resultType) printResultsValueType() argument
[all...]
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp153 Type resultType = *op->result_type_begin(); in printBinaryOp() local
209 auto resultType = llvm::dyn_cast<mlir::RankedTensorType>(getResult().getType()); in verify() local
395 auto resultType = results.front(); verify() local
425 auto resultType = llvm::dyn_cast<RankedTensorType>(getType()); verify() local
[all...]
/llvm-project/mlir/lib/Dialect/EmitC/Transforms/
H A DTypeConversions.cpp20 materializeAsUnrealizedCast(OpBuilder & builder,Type resultType,ValueRange inputs,Location loc) materializeAsUnrealizedCast() argument
/llvm-project/mlir/lib/Conversion/MathToLLVM/
H A DMathToLLVM.cpp80 auto resultType = op.getResult().getType(); in matchAndRewrite() local
122 auto resultType = op.getResult().getType(); in matchAndRewrite() local
180 auto resultType = op.getResult().getType(); in matchAndRewrite() local
240 auto resultType = op.getResult().getType(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorInterleave.cpp57 VectorType resultType = op.getResultVectorType(); in matchAndRewrite() local
120 VectorType resultType = op.getResultVectorType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp161 __anon75eec65e0e02(OpBuilder &builder, UnrankedMemRefType resultType, ValueRange inputs, Location loc) LLVMTypeConverter() argument
172 __anon75eec65e0f02(OpBuilder &builder, MemRefType resultType, ValueRange inputs, Location loc) LLVMTypeConverter() argument
199 __anon75eec65e1002(OpBuilder &builder, Type resultType, ValueRange inputs, Location loc) LLVMTypeConverter() argument
201 __anon75eec65e1102(OpBuilder &builder, Type resultType, ValueRange inputs, Location loc) LLVMTypeConverter() argument
280 Type resultType = convertFunctionSignature() local
296 Type resultType = type.getNumResults() == 0 convertFunctionTypeCWrapper() local
[all...]
/llvm-project/mlir/test/lib/Dialect/Func/
H A DTestDecomposeCallGraphTypes.cpp25 buildDecomposeTuple(OpBuilder & builder,Location loc,TupleType resultType,Value value,SmallVectorImpl<Value> & values) buildDecomposeTuple() argument
47 buildMakeTupleOp(OpBuilder & builder,TupleType resultType,ValueRange inputs,Location loc) buildMakeTupleOp() argument

12345678