Home
last modified time | relevance | path

Searched defs:FCmp (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp72 Value *FCmp = Builder.CreateFCmpOEQ(Call, Call); in optimizeSQRT() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp76 Value *FCmp = TTI->isFCmpOrdCheaperThanFCmpZero(Ty) in optimizeSQRT() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp76 Value *FCmp = TTI->isFCmpOrdCheaperThanFCmpZero(Ty) in optimizeSQRT() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp302 Value *FCmp = IC.Builder.CreateFCmpUNO(Src0, Src0); in instCombineIntrinsic() local
309 Value *FCmp = in instCombineIntrinsic() local
/external/llvm/unittests/IR/
DIRBuilderTest.cpp134 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp219 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() local
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp492 FCmpInst *FCmp = dyn_cast<FCmpInst>(Cond); in calcFloatingPointHeuristics() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp220 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() local
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp467 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1076 const auto *FCmp = cast<FCmpInst>(I); in selectFCmp() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp879 const FCmpInst *FCmp = cast<FCmpInst>(I); in selectFCmp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1061 const auto *FCmp = cast<FCmpInst>(I); in selectFCmp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp807 FCmpInst *FCmp = dyn_cast<FCmpInst>(Cond); in calcFloatingPointHeuristics() local
DInstructionSimplify.cpp181 static Value *handleOtherCmpSelSimplifications(Value *TCmp, Value *FCmp, in handleOtherCmpSelSimplifications()
497 Value *FCmp = simplifyCmpSelFalseCase(Pred, FV, RHS, Cond, Q, MaxRecurse); in ThreadCmpOverSelect() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml199 | FCmp Constructor
Dllvm.mli257 | FCmp Constructor
/external/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp984 FCmpInst *FCmp = dyn_cast<FCmpInst>(Cond); in calcFloatingPointHeuristics() local
DInstructionSimplify.cpp181 static Value *handleOtherCmpSelSimplifications(Value *TCmp, Value *FCmp, in handleOtherCmpSelSimplifications()
489 Value *FCmp = simplifyCmpSelFalseCase(Pred, FV, RHS, Cond, Q, MaxRecurse); in ThreadCmpOverSelect() local
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml224 | FCmp Constructor
Dllvm.mli246 | FCmp Constructor
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1393 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() local
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp967 llvm::CmpInst::Predicate FCmp; in EmitCompare() member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3551 Value *FCmp = Builder.CreateFCmpUNO(Src0, Src0); in visitCallInst() local
3558 Value *FCmp = Builder.CreateFCmpOEQ( in visitCallInst() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1064 Value *FCmp = B.CreateFCmpOEQ(Op1, NegInf); in optimizePow() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1662 Value *FCmp = B.CreateFCmpOEQ(Base, NegInf, "isinf"); in replacePowWithSqrt() local

12