Searched refs:getComplexVal (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 121 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 D | CGValue.h | 66 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const { in getComplexVal() function
|
H A D | CGAtomic.cpp | 1639 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory() 1814 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
|
H A D | CGCleanup.cpp | 51 CodeGenFunction::ComplexPairTy V = rv.getComplexVal(); in save()
|
H A D | CGExprAgg.cpp | 1028 return RV.getComplexVal(); in VisitBinCmp()
|
H A D | CGStmt.cpp | 1157 EmitStoreOfComplex(RV.getComplexVal(), MakeAddrLValue(ReturnValue, Ty), in EmitReturnOfRValue()
|
H A D | CGCall.cpp | 1103 ComplexPairTy CV = Arg.getKnownRValue().getComplexVal(); in ExpandTypeToArgs() 4252 CGF.EmitStoreOfComplex(RV.getComplexVal(), Dst, /*init=*/true); in copyInto()
|
H A D | CGStmtOpenMP.cpp | 5324 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 D | CGObjCGNU.cpp | 2765 std::pair<llvm::Value*,llvm::Value*> v = msgRet.getComplexVal(); in GenerateMessageSend()
|
H A D | CGObjCMac.cpp | 1831 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete()
|