Searched refs:getComplexVal (Results 1 – 19 of 19) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
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() 662 return Res.getComplexVal(); in EmitComplexBinOpLibCall() 976 return Val.getComplexVal(); in EmitCompoundAssign() [all …]
|
D | CGValue.h | 66 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const { in getComplexVal() function
|
D | CGCleanup.cpp | 51 CodeGenFunction::ComplexPairTy V = rv.getComplexVal(); in save()
|
D | CGAtomic.cpp | 1631 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory() 1806 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
|
D | CGExprAgg.cpp | 1027 return RV.getComplexVal(); in VisitBinCmp()
|
D | CGStmt.cpp | 1129 EmitStoreOfComplex(RV.getComplexVal(), MakeAddrLValue(ReturnValue, Ty), in EmitReturnOfRValue()
|
D | CGStmtOpenMP.cpp | 4902 Val.getComplexVal(), SrcType, DestType, Loc); in convertToScalarValue() 4925 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue() 4927 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()
|
D | CGCall.cpp | 1101 ComplexPairTy CV = Arg.getKnownRValue().getComplexVal(); in ExpandTypeToArgs() 3963 CGF.EmitStoreOfComplex(RV.getComplexVal(), Dst, /*init=*/true); in copyInto()
|
D | CGObjCGNU.cpp | 2761 std::pair<llvm::Value*,llvm::Value*> v = msgRet.getComplexVal(); in GenerateMessageSend()
|
D | CGObjCMac.cpp | 1812 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete()
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 134 return CGF.EmitObjCMessageExpr(E).getComplexVal(); in VisitObjCMessageExpr() 141 return CGF.getOpaqueRValueMapping(E).getComplexVal(); in VisitOpaqueValueExpr() 145 return CGF.EmitPseudoObjectRValue(E).getComplexVal(); in VisitPseudoObjectExpr() 294 return CGF.EmitAtomicExpr(E).getComplexVal(); in VisitAtomicExpr() 322 return CGF.EmitAtomicLoad(lvalue, loc).getComplexVal(); in EmitLoadOfLValue() 383 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr() 608 return Res.getComplexVal(); in EmitComplexBinOpLibCall() 901 return Val.getComplexVal(); in EmitCompoundAssign() 905 return Val.getComplexVal(); in EmitCompoundAssign()
|
D | CGValue.h | 65 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const { in getComplexVal() function
|
D | CGAtomic.cpp | 1366 CGF.EmitStoreOfComplex(rvalue.getComplexVal(), TempLVal, /*init*/ true); in emitCopyIntoMemory() 1540 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
|
D | CGCleanup.cpp | 52 CodeGenFunction::ComplexPairTy V = rv.getComplexVal(); in save()
|
D | CGStmtOpenMP.cpp | 2790 : CGF.EmitComplexToScalarConversion(Val.getComplexVal(), SrcType, in convertToScalarValue() 2812 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue() 2814 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()
|
D | CGStmt.cpp | 984 EmitStoreOfComplex(RV.getComplexVal(), MakeAddrLValue(ReturnValue, Ty), in EmitReturnOfRValue()
|
D | CGCall.cpp | 1017 ComplexPairTy CV = RV.getComplexVal(); in ExpandTypeToArgs() 3499 CGF.EmitStoreOfComplex(Src.getComplexVal(), Dst, /*init=*/true); in EmitInitStoreOfNonAggregate()
|
D | CGObjCGNU.cpp | 1499 std::pair<llvm::Value*,llvm::Value*> v = msgRet.getComplexVal(); in GenerateMessageSend()
|
D | CGObjCMac.cpp | 1658 CodeGenFunction::ComplexPairTy callResult = result.getComplexVal(); in complete()
|