| /llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/ |
| H A D | ComplexToStandard.cpp | 35 rewriter.create<complex::ReOp>(loc, type, adaptor.getComplex()); in matchAndRewrite() 37 rewriter.create<complex::ImOp>(loc, type, adaptor.getComplex()); in matchAndRewrite() 440 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite() 465 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite() 469 Value exp = b.create<complex::ExpOp>(adaptor.getComplex()); in matchAndRewrite() 489 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite() 510 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite() 709 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite() 757 Value arg = adaptor.getComplex(); in matchAndRewrite() 819 auto type = adaptor.getComplex().getType().cast<ComplexType>(); in matchAndRewrite() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | conditional-gnu-ext.c | 24 _Complex int getComplex(_Complex int val) { in getComplex() function 35 return getComplex(1+2i) ? : rhs; in complx()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | conditional-gnu-ext.cpp | 27 _Complex int getComplex(_Complex int val) { in getComplex() function 38 return getComplex(1+2i) ? : rhs; in cmplx()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ComplexToLLVM/ |
| H A D | ComplexToLLVM.cpp | 66 ComplexStructBuilder complexStruct(adaptor.getComplex()); in matchAndRewrite() 117 ComplexStructBuilder complexStruct(adaptor.getComplex()); in matchAndRewrite() 132 ComplexStructBuilder complexStruct(adaptor.getComplex()); in matchAndRewrite()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGValue.h | 96 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { in getComplex() function 104 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { in getComplex() function 105 return getComplex(C.first, C.second); in getComplex()
|
| H A D | CGExprComplex.cpp | 379 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex() 957 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
|
| H A D | CGCleanup.cpp | 101 return RValue::getComplex(real, imag); in restore()
|
| H A D | CGExpr.cpp | 219 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr() 1224 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue() 4974 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc)); in EmitRValueForField() 5545 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc)); in convertTempToRValue()
|
| H A D | CGAtomic.cpp | 2153 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()
|
| H A D | CGObjCGNU.cpp | 2859 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
|
| H A D | CGCall.cpp | 5533 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
|
| H A D | CGBuiltin.cpp | 2549 return RValue::getComplex({Real, Imag}); in EmitBuiltinExpr() 2561 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr() 2821 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr() 2826 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
|
| H A D | CGObjCMac.cpp | 1816 return RValue::getComplex(real, imag); in complete()
|
| H A D | CGStmtOpenMP.cpp | 6180 return RValue::getComplex(Res.first, Res.second); in convertToType()
|
| H A D | CGOpenMPRuntime.cpp | 657 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation())); in emitInitWithReductionInitializer()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | direct-method.m | 78 // CHECK-LABEL: define hidden i64 @"\01-[Root getComplex]"( 79 - (struct my_complex_struct)getComplex __attribute__((objc_direct)) {
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | attr-or-type-format.td | 69 // ATTR: ::printAttrParamA(odsPrinter, getComplex()); 228 // TYPE: odsPrinter << getComplex();
|