Home
last modified time | relevance | path

Searched refs:isDesirableToCommuteXorWithShift (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h744 bool isDesirableToCommuteXorWithShift(const SDNode *N) const override;
H A DARMISelLowering.cpp13834 bool ARMTargetLowering::isDesirableToCommuteXorWithShift( in isDesirableToCommuteXorWithShift() function in ARMTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h735 bool isDesirableToCommuteXorWithShift(const SDNode *N) const override;
H A DAArch64ISelLowering.cpp16392 bool AArch64TargetLowering::isDesirableToCommuteXorWithShift( in isDesirableToCommuteXorWithShift() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4207 virtual bool isDesirableToCommuteXorWithShift(const SDNode *N) const { in isDesirableToCommuteXorWithShift() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1611 TLI.isDesirableToCommuteXorWithShift(Op.getNode())) { in SimplifyDemandedBits()