Home
last modified time | relevance | path

Searched refs:shouldFoldMaskToVariableShiftPair (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h902 bool shouldFoldMaskToVariableShiftPair(SDValue Y) const override;
H A DX86ISelLowering.cpp5289 bool X86TargetLowering::shouldFoldMaskToVariableShiftPair(SDValue Y) const { in shouldFoldMaskToVariableShiftPair() function in X86TargetLowering
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h1127 bool shouldFoldMaskToVariableShiftPair(SDValue Y) const override;
H A DX86ISelLowering.cpp6094 bool X86TargetLowering::shouldFoldMaskToVariableShiftPair(SDValue Y) const { in shouldFoldMaskToVariableShiftPair() function in X86TargetLowering
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h565 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const { in shouldFoldMaskToVariableShiftPair() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h723 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const { in shouldFoldMaskToVariableShiftPair() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetLowering.h807 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const { in shouldFoldMaskToVariableShiftPair() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetLowering.h801 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const { in shouldFoldMaskToVariableShiftPair() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetLowering.h759 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const { in shouldFoldMaskToVariableShiftPair() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetLowering.h801 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const { in shouldFoldMaskToVariableShiftPair() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5050 if (!TLI.shouldFoldMaskToVariableShiftPair(N0)) in unfoldExtremeBitClearingToShifts()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6026 if (!TLI.shouldFoldMaskToVariableShiftPair(N0)) in unfoldExtremeBitClearingToShifts()