/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 451 Value *FCmp = IC.Builder.CreateFCmpUNO(Src0, Src0); in instCombineIntrinsic() local 458 Value *FCmp = in instCombineIntrinsic() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 72 Value *FCmp = Builder.CreateFCmpOEQ(Call, Call); in optimizeSQRT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 76 Value *FCmp = TTI->isFCmpOrdCheaperThanFCmpZero(Ty) in optimizeSQRT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 90 Value *FCmp = TTI->isFCmpOrdCheaperThanFCmpZero(Ty) in optimizeSQRT() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 134 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 217 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 492 FCmpInst *FCmp = dyn_cast<FCmpInst>(Cond); in calcFloatingPointHeuristics() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 220 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 1061 const auto *FCmp = cast<FCmpInst>(I); in selectFCmp() local
|
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 879 const FCmpInst *FCmp = cast<FCmpInst>(I); in selectFCmp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 393 if (auto *FCmp = dyn_cast<FCmpInst>(Sel->getCondition())) in AddReductionVar() local
|
H A D | BranchProbabilityInfo.cpp | 1036 FCmpInst *FCmp = dyn_cast<FCmpInst>(Cond); in calcFloatingPointHeuristics() local
|
H A D | ConstantFolding.cpp | 2474 auto *FCmp = cast<ConstrainedFPCmpIntrinsic>(Call); in evaluateCompare() local
|
H A D | InstructionSimplify.cpp | 183 static Value *handleOtherCmpSelSimplifications(Value *TCmp, Value *FCmp, in handleOtherCmpSelSimplifications() 498 Value *FCmp = simplifyCmpSelFalseCase(Pred, FV, RHS, Cond, Q, MaxRecurse); in threadCmpOverSelect() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 1088 const auto *FCmp = cast<FCmpInst>(I); in selectFCmp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 807 FCmpInst *FCmp = dyn_cast<FCmpInst>(Cond); in calcFloatingPointHeuristics() local
|
H A D | InstructionSimplify.cpp | 181 static Value *handleOtherCmpSelSimplifications(Value *TCmp, Value *FCmp, in handleOtherCmpSelSimplifications() 497 Value *FCmp = simplifyCmpSelFalseCase(Pred, FV, RHS, Cond, Q, MaxRecurse); in ThreadCmpOverSelect() local
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 199 | FCmp Constructor
|
H A D | llvm.mli | 257 | FCmp Constructor
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 628 bool FCmp = (I.getOpcode() == Instruction::FCmp); in execute() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 909 auto FCmp = IsZero in getVectorFCMP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3551 Value *FCmp = Builder.CreateFCmpUNO(Src0, Src0); in visitCallInst() local 3558 Value *FCmp = Builder.CreateFCmpOEQ( in visitCallInst() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 1393 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1064 Value *FCmp = B.CreateFCmpOEQ(Op1, NegInf); in optimizePow() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 3170 if (auto *FCmp = dyn_cast<FCmpInst>(CondVal)) { in visitSelectInst() local
|