Home
last modified time | relevance | path

Searched defs:imag (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xlcompat-cmplx.c124 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 DComplex.cpp27 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 DFIRBuilder.cpp400 auto imag = createRealConstant(loc, eleTy, zero); convertWithSemantics() local
H A DIntrinsicCall.cpp3033 mlir::Value imag = isStaticallyAbsent(args, 1) genCmplx() local
/llvm-project/mlir/lib/Dialect/Complex/IR/
H A DComplexDialect.cpp63 ::llvm::APFloat real, ::llvm::APFloat imag, ::mlir::Type type) { in verify()
92 double real, imag; in parse() local
H A DComplexOps.cpp360 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 DComplexToStandard.cpp33 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 DComplexToLLVM.cpp76 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 Ddivtc3.c50 DD imag = {.ld = __gcc_qdiv(imagNumerator, denom)}; in __divtc3() local
H A Dmultc3.c30 DD imag = {.ld = __gcc_qadd(ad, bc)}; in __multc3() local
/llvm-project/compiler-rt/test/builtins/Unit/
H A Ddivtc3_test.c26 tf_float imag = COMPLEXTF_IMAGINARY(x); in classify() local
/llvm-project/clang/test/SemaCXX/
H A Dalign-x86.cpp7 double imag; member
H A Dconstant-expression-cxx11.cpp1234 constexpr int imag() const { return im; } imag() function in Complex::complex
/llvm-project/clang/test/Analysis/
H A DMPIMock.h16 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 Dmpimock.h21 namespace std { template<class T> struct complex { T real; T imag; }; } member
/llvm-project/mlir/lib/Dialect/Arith/Utils/
H A DUtils.cpp194 Value imag = b.create<complex::ImOp>(operand); in convertScalarToComplexDtype() local
/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp71 llvm::Value *imag = DominatingLLVMValue::restore(CGF, Vals.second); in restore() local
H A DCGObjCMac.cpp1825 return RValue::getComplex(real, imag); in complete() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp624 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 DSparseTensorRewriting.cpp827 Value imag = rewriter.create<complex::ImOp>(loc, val); in printContentsLevel() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp569 llvm::Constant *imag = getLLVMConstant() local