Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp151 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 DMCAsmMacro.h36 Real, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp385 llvm::Value *Real = nullptr, *Imag = nullptr; EmitLoadOfLValue() local
1367 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); VisitInitListExpr() local
H A DCGBuiltin.cpp3053 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 DCGCall.cpp5817 llvm::Value *Real = Builder.CreateExtractValue(CI, 0); EmitCall() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp36 llvm::Value *Real = CGF.Builder.CreateLoad(RealAddr, ".vareal"); complexTempStructure() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14769 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 DSimplifyLibCalls.cpp1890 Value *Real, *Imag; optimizeCAbs() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9316 Expr *Real = TheCall->getArg(0); SemaBuiltinComplex() local