Searched refs:getComplexVal (Results 1 – 9 of 9) sorted by relevance
/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()
|