Home
last modified time | relevance | path

Searched defs:Real (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp158 Value *Real; member
566 Instruction *Real, Instruction *Imag, in identifyNodeWithImplicitAdd()
668 ComplexDeinterleavingGraph::identifyPartialMul(Instruction *Real, in identifyPartialMul()
786 ComplexDeinterleavingGraph::identifyAdd(Instruction *Real, Instruction *Imag) { in identifyAdd()
868 ComplexDeinterleavingGraph::identifySymmetricOperation(Instruction *Real, in identifySymmetricOperation()
1074 auto *Real = dyn_cast<Instruction>(R); in identifyNode() local
1120 ComplexDeinterleavingGraph::identifyReassocNodes(Instruction *Real, in identifyReassocNodes()
1271 const Product &Imag) -> Value * { in collectPartialMuls()
1698 auto *Real = OperationInstruction[i]; in identifyReductionNodes() local
1731 auto *Real = OperationInstruction[i]; in identifyReductionNodes() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h37 Real, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp441 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local
1452 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local
H A DCGBuiltin.cpp3248 Value *Real = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
3259 Value *Real = ComplexVal.first; in EmitBuiltinExpr() local
3582 Value *Real = Builder.CreateArithmeticFence(ComplexVal.first, in EmitBuiltinExpr() local
3589 Value *Real = ComplexVal.first; in EmitBuiltinExpr() local
H A DCGCall.cpp6110 llvm::Value *Real = Builder.CreateExtractValue(CI, 0); in EmitCall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp37 llvm::Value *Real = CGF.Builder.CreateLoad(RealAddr, ".vareal"); in complexTempStructure() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16040 APFloat &Real = Result.FloatReal; in VisitCastExpr() local
16076 APSInt &Real = Result.IntReal; in VisitCastExpr() local
16227 APFloat &Real = Result.FloatReal; in VisitBinaryOperator() local
16242 APFloat &Real = RHS.FloatReal; in VisitBinaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1980 Value *Real, *Imag; in optimizeCAbs() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5418 Expr *Real = TheCall->getArg(0); in BuiltinComplex() local