Searched defs:Real (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 158 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 D | MCAsmMacro.h | 37 Real, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 441 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local 1452 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local
|
| H A D | CGBuiltin.cpp | 3248 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 D | CGCall.cpp | 6110 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 | 16040 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 D | SimplifyLibCalls.cpp | 1980 Value *Real, *Imag; in optimizeCAbs() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5418 Expr *Real = TheCall->getArg(0); in BuiltinComplex() local
|