Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp117 return CGF.EmitCoawaitExpr(*S).getComplexVal(); in VisitCoawaitExpr()
120 return CGF.EmitCoyieldExpr(*S).getComplexVal(); in VisitCoyieldExpr()
148 return CGF.EmitObjCMessageExpr(E).getComplexVal(); in VisitObjCMessageExpr()
163 return CGF.getOrCreateOpaqueRValueMapping(E).getComplexVal(); in VisitOpaqueValueExpr()
167 return CGF.EmitPseudoObjectRValue(E).getComplexVal(); in VisitPseudoObjectExpr()
320 return CGF.EmitAtomicExpr(E).getComplexVal(); in VisitAtomicExpr()
348 return CGF.EmitAtomicLoad(lvalue, loc).getComplexVal(); in EmitLoadOfLValue()
409 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
637 return Res.getComplexVal(); in EmitComplexBinOpLibCall()
950 return Val.getComplexVal(); in EmitCompoundAssign()
[all …]
H A DCGValue.h66 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const { in getComplexVal() function
H A DCGCleanup.cpp52 CodeGenFunction::ComplexPairTy V = rv.getComplexVal(); in save()
H A DCGAtomic.cpp1555 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory()
1730 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
H A DCGStmtOpenMP.cpp3553 Val.getComplexVal(), SrcType, DestType, Loc); in convertToScalarValue()
3576 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()
3578 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()
H A DCGExprAgg.cpp978 return RV.getComplexVal(); in VisitBinCmp()
H A DCGStmt.cpp1012 EmitStoreOfComplex(RV.getComplexVal(), MakeAddrLValue(ReturnValue, Ty), in EmitReturnOfRValue()
H A DCGCall.cpp1098 ComplexPairTy CV = Arg.getKnownRValue().getComplexVal(); in ExpandTypeToArgs()
3570 CGF.EmitStoreOfComplex(RV.getComplexVal(), Dst, /*init=*/true); in copyInto()
H A DCGObjCGNU.cpp2647 std::pair<llvm::Value*,llvm::Value*> v = msgRet.getComplexVal(); in GenerateMessageSend()
H A DCGObjCMac.cpp1765 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete()