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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 716 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
ARMISelLowering.cpp 12856 bool ARMTargetLowering::shouldFoldConstantShiftPairToMask(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h 285 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
MipsISelLowering.cpp 1191 bool MipsTargetLowering::shouldFoldConstantShiftPairToMask(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1033 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
X86ISelLowering.cpp 5486 bool X86TargetLowering::shouldFoldConstantShiftPairToMask(
5501 return TargetLoweringBase::shouldFoldConstantShiftPairToMask(N, Level);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 713 virtual bool shouldFoldConstantShiftPairToMask(const SDNode *N,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 8356 TLI.shouldFoldConstantShiftPairToMask(N, Level)) {

Completed in 68 milliseconds