Home
last modified time | relevance | path

Searched refs:isDesirableToCommuteWithShift (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h313 bool isDesirableToCommuteWithShift(const SDNode *N) const override;
DAArch64ISelLowering.cpp6286 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N) const { in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h2060 virtual bool isDesirableToCommuteWithShift(const SDNode *N /*Op*/) const { in isDesirableToCommuteWithShift() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3891 if (!TLI.isDesirableToCommuteWithShift(LHS)) in visitShiftByConstant()