Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h196 bool shouldRemoveRedundantExtend(SDValue Op) const override;
H A DAArch64ISelLowering.cpp16527 bool AArch64TargetLowering::shouldRemoveRedundantExtend(SDValue Extend) const { in shouldRemoveRedundantExtend() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1867 virtual bool shouldRemoveRedundantExtend(SDValue Op) const { return true; } in shouldRemoveRedundantExtend() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp893 shouldRemoveRedundantExtend(Op)) in SimplifyMultipleUseDemandedBits()