Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h108 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 DCGExprComplex.cpp462 return CGF.EmitAtomicStore(RValue::getComplex(Val), lvalue, isInit); in EmitStoreOfComplex()
1317 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue()
H A DCGCleanup.cpp72 return RValue::getComplex(real, imag); in restore()
H A DCGExpr.cpp251 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 DCGBuiltin.cpp3250 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 DCGAtomic.cpp2111 atomics.emitCopyIntoMemory(RValue::getComplex(value)); in EmitAtomicInit()
H A DCGObjCGNU.cpp3082 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
H A DCGCall.cpp6112 return RValue::getComplex(std::make_pair(Real, Imag)); in EmitCall()
H A DCGObjCMac.cpp1761 return RValue::getComplex(real, imag); in complete()
H A DCGStmtOpenMP.cpp6566 return RValue::getComplex(Res.first, Res.second); in convertToType()
H A DCGOpenMPRuntime.cpp631 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation())); in emitInitWithReductionInitializer()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h84 static RValue getComplex(mlir::Value v) { in getComplex() function
H A DCIRGenExpr.cpp1132 return RValue::getComplex(emitComplexExpr(e)); in emitAnyExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp40 return RValue::getComplex(Real, Imag); in complexTempStructure()