Searched defs:cmplx (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | TargetRewrite.cpp | 356 __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 D | TypeConverter.cpp | 60 __anon41de6d400602(fir::ComplexType cmplx) __anon41de6d400602() argument
|
H A D | Target.cpp | 371 __anon7f59534d0702(fir::ComplexType cmplx) classify() argument
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | implicit-call-mismatch.f90 | 81 subroutine pass_complex_to_real(cmplx) argument 82 complex(4) :: cmplx local
|
/llvm-project/flang/include/flang/Optimizer/CodeGen/ |
H A D | TypeConverter.h | 98 convertComplexType(C cmplx) convertComplexType() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | conditional-gnu-ext.cpp | 32 _Complex int cmplx() { in cmplx() function
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 5280 if (auto cmplx = mlir::dyn_cast_or_null<fir::ComplexType>(ty)) { startNewFunction() local
|