Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h625 bool isDesirableToCommuteWithShift(const SDNode *N,
DARMISelLowering.cpp11726 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3344 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
/third_party/skia/third_party/externals/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()