/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 135 bool isDesirableToCommuteWithShift(const SDNode *N,
|
D | RISCVISelLowering.cpp | 1034 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in RISCVTargetLowering
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 172 bool isDesirableToCommuteWithShift(const SDNode *N,
|
D | RISCVISelLowering.cpp | 1586 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in RISCVTargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 339 bool isDesirableToCommuteWithShift(const SDNode *N) const override;
|
D | AArch64ISelLowering.cpp | 7387 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N) const { in isDesirableToCommuteWithShift() function in AArch64TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 625 bool isDesirableToCommuteWithShift(const SDNode *N,
|
D | ARMISelLowering.cpp | 11728 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 678 bool isDesirableToCommuteWithShift(const SDNode *N,
|
D | ARMISelLowering.cpp | 12470 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 457 bool isDesirableToCommuteWithShift(const SDNode *N,
|
D | AArch64ISelLowering.cpp | 9576 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 591 bool isDesirableToCommuteWithShift(const SDNode *N,
|
D | AArch64ISelLowering.cpp | 11396 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2381 virtual bool isDesirableToCommuteWithShift(const SDNode *N /*Op*/) const { in isDesirableToCommuteWithShift() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3344 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3556 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7304 if (!LHS.hasOneUse() || !TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant() 7673 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7862 if (!LHS.hasOneUse() || !TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant() 8241 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4346 if (!TLI.isDesirableToCommuteWithShift(LHS)) in visitShiftByConstant()
|