/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-xlcompat-cmplx.c | 124 double _Complex testcmplx(double real, double imag) { in testcmplx() argument 236 float _Complex testcmplxf(float real, float imag) { in testcmplxf() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Complex.cpp | 27 createComplex(fir::KindTy kind,mlir::Value real,mlir::Value imag) createComplex() argument 34 createComplex(mlir::Type cplxTy,mlir::Value real,mlir::Value imag) createComplex() argument
|
H A D | FIRBuilder.cpp | 400 auto imag = createRealConstant(loc, eleTy, zero); convertWithSemantics() local
|
H A D | IntrinsicCall.cpp | 3033 mlir::Value imag = isStaticallyAbsent(args, 1) genCmplx() local
|
/llvm-project/mlir/lib/Dialect/Complex/IR/ |
H A D | ComplexDialect.cpp | 63 ::llvm::APFloat real, ::llvm::APFloat imag, ::mlir::Type type) { in verify() 92 double real, imag; in parse() local
|
H A D | ComplexOps.cpp | 360 APFloat imag = cast<FloatAttr>(arrayAttr[1]).getValue(); in fold() local 386 APFloat imag = cast<FloatAttr>(arrayAttr[1]).getValue(); in fold() local
|
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ |
H A D | ComplexToStandard.cpp | 33 Value computeAbs(Value real, Value imag, arith::FastMathFlags fmf, in computeAbs() argument 86 Value imag = b.create<complex::ImOp>(adaptor.getComplex()); in matchAndRewrite() local 210 Value imag = in matchAndRewrite() local 507 Value imag = in matchAndRewrite() local 540 Value imag = b.create<complex::ImOp>(elementType, exp); matchAndRewrite() local 563 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex()); matchAndRewrite() local 584 Value imag = b.create<complex::ImOp>(adaptor.getComplex()); matchAndRewrite() local 663 Value imag = b.create<arith::AddFOp>(lhsImagTimesRhsReal, matchAndRewrite() local 822 Value imag = matchAndRewrite() local 880 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex()); matchAndRewrite() local 948 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex()); matchAndRewrite() local 982 Value imag = matchAndRewrite() local 1078 Value imag = matchAndRewrite() local 1234 Value imag = b.create<complex::ImOp>(elementType, adaptor.getComplex()); matchAndRewrite() local 1300 Value imag = matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Conversion/ComplexToLLVM/ |
H A D | ComplexToLLVM.cpp | 76 Value imag = complexStruct.imaginary(rewriter, op.getLoc()); in matchAndRewrite() local 195 Value imag = in matchAndRewrite() local 281 Value imag = rewriter.create<LLVM::FAddOp>( matchAndRewrite() local 314 Value imag = matchAndRewrite() local [all...] |
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | divtc3.c | 50 DD imag = {.ld = __gcc_qdiv(imagNumerator, denom)}; in __divtc3() local
|
H A D | multc3.c | 30 DD imag = {.ld = __gcc_qadd(ad, bc)}; in __multc3() local
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | divtc3_test.c | 26 tf_float imag = COMPLEXTF_IMAGINARY(x); in classify() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | align-x86.cpp | 7 double imag; member
|
H A D | constant-expression-cxx11.cpp | 1234 constexpr int imag() const { return im; } imag() function in Complex::complex
|
/llvm-project/clang/test/Analysis/ |
H A D | MPIMock.h | 16 namespace std { template<class T> struct complex { T real; T imag; }; } member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/mpi/Inputs/type-mismatch/ |
H A D | mpimock.h | 21 namespace std { template<class T> struct complex { T real; T imag; }; } member
|
/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 194 Value imag = b.create<complex::ImOp>(operand); in convertScalarToComplexDtype() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 71 llvm::Value *imag = DominatingLLVMValue::restore(CGF, Vals.second); in restore() local
|
H A D | CGObjCMac.cpp | 1825 return RValue::getComplex(real, imag); in complete() local
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 624 auto imag = IntegerAttr::get(complexEltTy, value.imag()); operator *() local 633 auto imag = FloatAttr::get(complexEltTy, value.imag()); operator *() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorRewriting.cpp | 827 Value imag = rewriter.create<complex::ImOp>(loc, val); in printContentsLevel() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleTranslation.cpp | 569 llvm::Constant *imag = getLLVMConstant() local
|