Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h135 bool isDesirableToCommuteWithShift(const SDNode *N,
DRISCVISelLowering.cpp1034 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in RISCVTargetLowering
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h172 bool isDesirableToCommuteWithShift(const SDNode *N,
DRISCVISelLowering.cpp1586 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in RISCVTargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h339 bool isDesirableToCommuteWithShift(const SDNode *N) const override;
DAArch64ISelLowering.cpp7387 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N) const { in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h625 bool isDesirableToCommuteWithShift(const SDNode *N,
DARMISelLowering.cpp11728 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h678 bool isDesirableToCommuteWithShift(const SDNode *N,
DARMISelLowering.cpp12470 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h457 bool isDesirableToCommuteWithShift(const SDNode *N,
DAArch64ISelLowering.cpp9576 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h591 bool isDesirableToCommuteWithShift(const SDNode *N,
DAArch64ISelLowering.cpp11396 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h2381 virtual bool isDesirableToCommuteWithShift(const SDNode *N /*Op*/) const { in isDesirableToCommuteWithShift() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3344 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3556 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7304 if (!LHS.hasOneUse() || !TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant()
7673 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7862 if (!LHS.hasOneUse() || !TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant()
8241 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4346 if (!TLI.isDesirableToCommuteWithShift(LHS)) in visitShiftByConstant()