/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | CostModel.cpp | 508 if (auto *FPMO = dyn_cast<FPMathOperator>(II)) in getInstructionCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 784 if (auto *FPMO = dyn_cast<FPMathOperator>(II)) in getUserCost() local
|
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 551 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { in GetOptimizationFlags() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 883 if (auto *FPMO = dyn_cast<FPMathOperator>(II)) in computeBBInlineCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3298 auto *FPMO = cast<FPMathOperator>(&I); in visitFCmp() local 4880 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) in visitTargetIntrinsic() local 7721 if (auto *FPMO = dyn_cast<FPMathOperator>(&VPIntrin)) in visitVectorPredicationIntrinsic() local 7748 if (auto *FPMO = dyn_cast<FPMathOperator>(&VPIntrin)) in visitVectorPredicationIntrinsic() local 9797 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) in visitVectorReduce() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1335 if (auto *FPMO = dyn_cast<FPMathOperator>(II)) in getInstructionThroughput() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 752 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { in getOptimizationFlags() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 67 if (const auto *FPMO = dyn_cast<FPMathOperator>(&CI)) in IntrinsicCostAttributes() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 154 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I); in ClearSubclassDataAfterReassociation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 255 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I); in ClearSubclassDataAfterReassociation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 812 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
|
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1289 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { in getOptimizationFlags() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1007 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1402 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { in getOptimizationFlags() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | PatternMatch.h | 1010 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 315 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I); in ClearSubclassDataAfterReassociation() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | PatternMatch.h | 1035 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | PatternMatch.h | 1035 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1539 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { in getOptimizationFlags() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1711 if (auto *FPMO = dyn_cast<FPMathOperator>(CI)) in getEntryCost() local
|
H A D | LoopVectorize.cpp | 3336 if (auto *FPMO = dyn_cast<FPMathOperator>(CI)) in getVectorIntrinsicCost() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | PatternMatch.h | 1114 auto *FPMO = dyn_cast<FPMathOperator>(V); in match() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1114 if (auto *FPMO = dyn_cast<FPMathOperator>(&I)) { in visit() local 3271 auto *FPMO = dyn_cast<FPMathOperator>(&I); in visitFCmp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3307 if (auto *FPMO = dyn_cast<FPMathOperator>(CI)) in getVectorIntrinsicCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 7686 if (auto *FPMO = dyn_cast<FPMathOperator>(II)) in getSpillCost() local 12658 if (auto *FPMO = dyn_cast<FPMathOperator>(U)) in tryToReduce() local
|