Searched refs:getComplex (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | 406 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex() 1241 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
|
| H A D | CGCleanup.cpp | 101 return RValue::getComplex(real, imag); in restore()
|
| H A D | CGExpr.cpp | 218 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr() 1420 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue() 5362 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc)); in EmitRValueForField() 5976 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc)); in convertTempToRValue()
|
| H A D | CGAtomic.cpp | 2251 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()
|
| H A D | CGObjCGNU.cpp | 2986 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
|
| H A D | CGCall.cpp | 5819 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
|
| H A D | CGBuiltin.cpp | 3055 return RValue::getComplex({Real, Imag}); in EmitBuiltinExpr() 3067 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr() 3340 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr() 3345 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
|
| H A D | CGObjCMac.cpp | 1820 return RValue::getComplex(real, imag); in complete()
|
| H A D | CGStmtOpenMP.cpp | 6294 return RValue::getComplex(Res.first, Res.second); in convertToType()
|
| H A D | CGOpenMPRuntime.cpp | 633 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation())); in emitInitWithReductionInitializer()
|