Searched refs:getComplex (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 108 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { 115 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) { 116 return getComplex(C.first, C.second);
|
| H A D | CGExprComplex.cpp | 462 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex() 1317 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
|
| H A D | CGCleanup.cpp | 72 return RValue::getComplex(real, imag); in restore()
|
| H A D | CGExpr.cpp | 251 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr() 1469 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue() 2252 return RValue::getComplex(EmitLoadOfComplex(LV, Loc)); in EmitLoadOfAnyValue() 5805 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc)); in EmitRValueForField() 6535 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc)); in convertTempToRValue()
|
| H A D | CGBuiltin.cpp | 3250 return RValue::getComplex({Real, Imag}); in EmitBuiltinExpr() 3262 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr() 3586 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr() 3591 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
|
| H A D | CGAtomic.cpp | 2111 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()
|
| H A D | CGObjCGNU.cpp | 3082 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
|
| H A D | CGCall.cpp | 6112 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
|
| H A D | CGObjCMac.cpp | 1761 return RValue::getComplex(real, imag); in complete()
|
| H A D | CGStmtOpenMP.cpp | 6566 return RValue::getComplex(Res.first, Res.second); in convertToType()
|
| H A D | CGOpenMPRuntime.cpp | 631 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation())); in emitInitWithReductionInitializer()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenValue.h | 84 static RValue getComplex(mlir::Value v) { in getComplex() function
|
| H A D | CIRGenExpr.cpp | 1132 return RValue::getComplex(emitComplexExpr(e)); in emitAnyExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | PPC.cpp | 40 return RValue::getComplex(Real, Imag); in complexTempStructure()
|