Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
328 return CGF.EmitAtomicExpr(E).getComplexVal(); in VisitAtomicExpr()
353 return CGF.EmitAtomicLoad(lvalue, loc).getComplexVal(); in EmitLoadOfLValue()
414 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
663 return Res.getComplexVal(); in EmitComplexBinOpLibCall()
977 return Val.getComplexVal(); in EmitCompoundAssign()
[all …]
H A DCGValue.h66 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const { in getComplexVal() function
H A DCGAtomic.cpp1639 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory()
1814 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
H A DCGCleanup.cpp51 CodeGenFunction::ComplexPairTy V = rv.getComplexVal(); in save()
H A DCGExprAgg.cpp1028 return RV.getComplexVal(); in VisitBinCmp()
H A DCGStmt.cpp1157 EmitStoreOfComplex(RV.getComplexVal(), MakeAddrLValue(ReturnValue, Ty), in EmitReturnOfRValue()
H A DCGCall.cpp1103 ComplexPairTy CV = Arg.getKnownRValue().getComplexVal(); in ExpandTypeToArgs()
4252 CGF.EmitStoreOfComplex(RV.getComplexVal(), Dst, /*init=*/true); in copyInto()
H A DCGStmtOpenMP.cpp5324 Val.getComplexVal(), SrcType, DestType, Loc); in convertToScalarValue()
5347 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()
5349 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()
H A DCGObjCGNU.cpp2765 std::pair<llvm::Value*,llvm::Value*> v = msgRet.getComplexVal(); in GenerateMessageSend()
H A DCGObjCMac.cpp1831 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete()