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.cpp151 Value *Real; member
550 Instruction *Real, Instruction *Imag, in identifyNodeWithImplicitAdd()
652 ComplexDeinterleavingGraph::identifyPartialMul(Instruction *Real, in identifyPartialMul()
770 ComplexDeinterleavingGraph::identifyAdd(Instruction *Real, Instruction *Imag) { in identifyAdd()
852 ComplexDeinterleavingGraph::identifySymmetricOperation(Instruction *Real, in identifySymmetricOperation()
909 auto *Real = dyn_cast<Instruction>(R); in identifyNode() local
955 ComplexDeinterleavingGraph::identifyReassocNodes(Instruction *Real, in identifyReassocNodes()
1107 const Product &Imag) -> Value * { in collectPartialMuls()
1528 auto *Real = OperationInstruction[i]; in identifyReductionNodes() local
1645 auto *Real = dyn_cast<Instruction>(Intrinsic->getOperand(0)); in identifyRoot() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h36 Real, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp448 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local
1445 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local
H A DCGBuiltin.cpp3146 Value *Real = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
3157 Value *Real = ComplexVal.first; in EmitBuiltinExpr() local
3469 Value *Real = Builder.CreateArithmeticFence(ComplexVal.first, in EmitBuiltinExpr() local
3476 Value *Real = ComplexVal.first; in EmitBuiltinExpr() local
H A DCGCall.cpp5917 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.cpp15148 APFloat &Real = Result.FloatReal; in VisitCastExpr() local
15184 APSInt &Real = Result.IntReal; in VisitCastExpr() local
15335 APFloat &Real = Result.FloatReal; in VisitBinaryOperator() local
15350 APFloat &Real = RHS.FloatReal; in VisitBinaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1962 Value *Real, *Imag; in optimizeCAbs() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4954 Expr *Real = TheCall->getArg(0); in BuiltinComplex() local