HomeSort by: relevance | last modified time | path
    Searched refs:shouldFoldMaskToVariableShiftPair (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1036 bool shouldFoldMaskToVariableShiftPair(SDValue Y) const override;
X86ISelLowering.cpp 5504 bool X86TargetLowering::shouldFoldMaskToVariableShiftPair(SDValue Y) const {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 704 virtual bool shouldFoldMaskToVariableShiftPair(SDValue X) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 5485 if (!TLI.shouldFoldMaskToVariableShiftPair(N0))

Completed in 116 milliseconds