Searched defs:Real (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 151 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 D | MCAsmMacro.h | 36 Real, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 448 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local 1445 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local
|
H A D | CGBuiltin.cpp | 3146 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 D | CGCall.cpp | 5917 llvm::Value *Real = Builder.CreateExtractValue(CI, 0); in EmitCall() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 37 llvm::Value *Real = CGF.Builder.CreateLoad(RealAddr, ".vareal"); in complexTempStructure() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 15148 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 D | SimplifyLibCalls.cpp | 1962 Value *Real, *Imag; in optimizeCAbs() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 4954 Expr *Real = TheCall->getArg(0); in BuiltinComplex() local
|