Searched defs:Real (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 151 Value *Real; member 550 identifyNodeWithImplicitAdd(Instruction * Real,Instruction * Imag,std::pair<Value *,Value * > & PartialMatch) identifyNodeWithImplicitAdd() argument 652 identifyPartialMul(Instruction * Real,Instruction * Imag) identifyPartialMul() argument 770 identifyAdd(Instruction * Real,Instruction * Imag) identifyAdd() argument 852 identifySymmetricOperation(Instruction * Real,Instruction * Imag) identifySymmetricOperation() argument 909 auto *Real = dyn_cast<Instruction>(R); identifyNode() local 955 identifyReassocNodes(Instruction * Real,Instruction * Imag) identifyReassocNodes() argument 1107 __anonaf30dea60802(const Product &Real, const Product &Imag) collectPartialMuls() argument 1528 auto *Real = OperationInstruction[i]; identifyReductionNodes() local 1646 auto *Real = dyn_cast<Instruction>(Intrinsic->getOperand(0)); identifyRoot() local 1663 Instruction *Real; identifyRoot() local 1672 identifyDeinterleave(Instruction * Real,Instruction * Imag) identifyDeinterleave() argument 1815 auto *Real = dyn_cast<Instruction>(R); identifySplat() local 1834 identifyPHINode(Instruction * Real,Instruction * Imag) identifyPHINode() argument 1846 identifySelectNode(Instruction * Real,Instruction * Imag) identifySelectNode() argument 2010 auto *Real = cast<Instruction>(Node->Real); processReductionOperation() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 36 Real, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 385 llvm::Value *Real = nullptr, *Imag = nullptr; EmitLoadOfLValue() local 1367 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); VisitInitListExpr() local
|
H A D | CGBuiltin.cpp | 3053 Value *Real = EmitScalarExpr(E->getArg(0)); EmitBuiltinExpr() local 3064 Value *Real = ComplexVal.first; EmitBuiltinExpr() local 3336 Value *Real = Builder.CreateArithmeticFence(ComplexVal.first, EmitBuiltinExpr() local 3343 Value *Real = ComplexVal.first; EmitBuiltinExpr() local
|
H A D | CGCall.cpp | 5817 llvm::Value *Real = Builder.CreateExtractValue(CI, 0); EmitCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 36 llvm::Value *Real = CGF.Builder.CreateLoad(RealAddr, ".vareal"); complexTempStructure() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 14769 APFloat &Real = Result.FloatReal; VisitCastExpr() local 14805 APSInt &Real = Result.IntReal; VisitCastExpr() local 14858 APFloat &Real = Result.FloatReal; VisitBinaryOperator() local 14873 APFloat &Real = RHS.FloatReal; VisitBinaryOperator() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1890 Value *Real, *Imag; optimizeCAbs() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9316 Expr *Real = TheCall->getArg(0); SemaBuiltinComplex() local
|