Searched refs:getComplexVal (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 117 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 D | CGValue.h | 66 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const { in getComplexVal() function
|
| H A D | CGCleanup.cpp | 52 CodeGenFunction::ComplexPairTy V = rv.getComplexVal(); in save()
|
| H A D | CGAtomic.cpp | 1555 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory() 1730 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
|
| H A D | CGStmtOpenMP.cpp | 3553 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 D | CGExprAgg.cpp | 978 return RV.getComplexVal(); in VisitBinCmp()
|
| H A D | CGStmt.cpp | 1012 EmitStoreOfComplex(RV.getComplexVal(), MakeAddrLValue(ReturnValue, Ty), in EmitReturnOfRValue()
|
| H A D | CGCall.cpp | 1098 ComplexPairTy CV = Arg.getKnownRValue().getComplexVal(); in ExpandTypeToArgs() 3570 CGF.EmitStoreOfComplex(RV.getComplexVal(), Dst, /*init=*/true); in copyInto()
|
| H A D | CGObjCGNU.cpp | 2647 std::pair<llvm::Value*,llvm::Value*> v = msgRet.getComplexVal(); in GenerateMessageSend()
|
| H A D | CGObjCMac.cpp | 1765 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete()
|