Home
last modified time | relevance | path

Searched refs:getComplexVal (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp121 return CGF.EmitCoawaitExpr(*S).getComplexVal(); in VisitCoawaitExpr()
124 return CGF.EmitCoyieldExpr(*S).getComplexVal(); in VisitCoyieldExpr()
152 return CGF.EmitObjCMessageExpr(E).getComplexVal(); in VisitObjCMessageExpr()
167 return CGF.getOrCreateOpaqueRValueMapping(E).getComplexVal(); in VisitOpaqueValueExpr()
171 return CGF.EmitPseudoObjectRValue(E).getComplexVal(); in VisitPseudoObjectExpr()
347 return CGF.EmitAtomicExpr(E).getComplexVal(); in VisitAtomicExpr()
372 return CGF.EmitAtomicLoad(lvalue, loc).getComplexVal(); in EmitLoadOfLValue()
433 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
719 return Res.getComplexVal(); in EmitComplexBinOpLibCall()
1150 return Val.getComplexVal(); in EmitCompoundAssign()
[all …]
H A DCGValue.h68 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const { in getComplexVal() function
H A DCGAtomic.cpp1693 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory()
1863 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
H A DCGCleanup.cpp51 CodeGenFunction::ComplexPairTy V = rv.getComplexVal(); in save()
H A DCGExprAgg.cpp1053 return RV.getComplexVal(); in VisitBinCmp()
H A DCGStmt.cpp1232 EmitStoreOfComplex(RV.getComplexVal(), MakeAddrLValue(ReturnValue, Ty), in EmitReturnOfRValue()
H A DCGCall.cpp1129 ComplexPairTy CV = Arg.getKnownRValue().getComplexVal(); in ExpandTypeToArgs()
4392 CGF.EmitStoreOfComplex(RV.getComplexVal(), Dst, /*init=*/true); in copyInto()
H A DCGStmtOpenMP.cpp5920 Val.getComplexVal(), SrcType, DestType, Loc); in convertToScalarValue()
5943 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()
5945 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()
H A DCGObjCGNU.cpp2850 std::pair<llvm::Value*,llvm::Value*> v = msgRet.getComplexVal(); in GenerateMessageSend()
H A DCGObjCMac.cpp1807 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete()