Home
last modified time | relevance | path

Searched defs:cmplx (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp356 __anon828c474f0602(fir::ComplexType cmplx) convertCallOp() argument
361 __anon828c474f0702(mlir::ComplexType cmplx) convertCallOp() argument
419 __anon828c474f0a02(fir::ComplexType cmplx) convertCallOp() argument
423 __anon828c474f0b02(mlir::ComplexType cmplx) convertCallOp() argument
545 lowerComplexSignatureRes(mlir::Location loc,A cmplx,B & newResTys,fir::CodeGenSpecifics::Marshalling & newInTyAndAttrs) lowerComplexSignatureRes() argument
564 lowerComplexSignatureArg(mlir::Location loc,A cmplx,fir::CodeGenSpecifics::Marshalling & newInTyAndAttrs) lowerComplexSignatureArg() argument
764 __anon828c474f1802(fir::ComplexType cmplx) convertSignature() argument
770 __anon828c474f1902(mlir::ComplexType cmplx) convertSignature() argument
833 __anon828c474f1d02(fir::ComplexType cmplx) convertSignature() argument
836 __anon828c474f1e02(mlir::ComplexType cmplx) convertSignature() argument
1089 doComplexReturn(mlir::func::FuncOp func,A cmplx,B & newResTys,fir::CodeGenSpecifics::Marshalling & newInTyAndAttrs,C & fixups) doComplexReturn() argument
1193 doComplexArg(mlir::func::FuncOp func,A cmplx,fir::CodeGenSpecifics::Marshalling & newInTyAndAttrs,B & fixups) doComplexArg() argument
[all...]
H A DTypeConverter.cpp60 __anon41de6d400602(fir::ComplexType cmplx) __anon41de6d400602() argument
H A DTarget.cpp371 __anon7f59534d0702(fir::ComplexType cmplx) classify() argument
/llvm-project/flang/test/Lower/HLFIR/
H A Dimplicit-call-mismatch.f9081 subroutine pass_complex_to_real(cmplx) argument
82 complex(4) :: cmplx local
/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DTypeConverter.h98 convertComplexType(C cmplx) convertComplexType() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dconditional-gnu-ext.cpp32 _Complex int cmplx() { in cmplx() function
/llvm-project/flang/lib/Lower/
H A DBridge.cpp5280 if (auto cmplx = mlir::dyn_cast_or_null<fir::ComplexType>(ty)) { startNewFunction() local