Home
last modified time | relevance | path

Searched refs:getComplex (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h96 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 DCGExprComplex.cpp398 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
1130 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
H A DCGCleanup.cpp101 return RValue::getComplex(real, imag); in restore()
H A DCGExpr.cpp220 return RValue::getComplex(EmitComplexExpr(E, ignoreResult, ignoreResult)); in EmitAnyExpr()
1182 return RValue::getComplex(std::make_pair(U, U)); in GetUndefRValue()
4950 return RValue::getComplex(EmitLoadOfComplex(FieldLV, Loc)); in EmitRValueForField()
5532 return RValue::getComplex(EmitLoadOfComplex(lvalue, loc)); in convertTempToRValue()
H A DCGAtomic.cpp2153 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()
H A DCGObjCGNU.cpp2859 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
H A DCGCall.cpp5609 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
H A DCGBuiltin.cpp2572 return RValue::getComplex({Real, Imag}); in EmitBuiltinExpr()
2584 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
2847 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
2852 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitBuiltinExpr()
H A DCGObjCMac.cpp1820 return RValue::getComplex(real, imag); in complete()
H A DCGStmtOpenMP.cpp6244 return RValue::getComplex(Res.first, Res.second); in convertToType()
H A DCGOpenMPRuntime.cpp658 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation())); in emitInitWithReductionInitializer()