Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1014 bool shouldFoldMaskToVariableShiftPair(SDValue Y) const override;
DX86ISelLowering.cpp5429 bool X86TargetLowering::shouldFoldMaskToVariableShiftPair(SDValue Y) const { in shouldFoldMaskToVariableShiftPair() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h902 bool shouldFoldMaskToVariableShiftPair(SDValue Y) const override;
DX86ISelLowering.cpp5289 bool X86TargetLowering::shouldFoldMaskToVariableShiftPair(SDValue Y) const { in shouldFoldMaskToVariableShiftPair() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h565 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const { in shouldFoldMaskToVariableShiftPair() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h700 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const { in shouldFoldMaskToVariableShiftPair() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5050 if (!TLI.shouldFoldMaskToVariableShiftPair(N0)) in unfoldExtremeBitClearingToShifts()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5335 if (!TLI.shouldFoldMaskToVariableShiftPair(N0)) in unfoldExtremeBitClearingToShifts()