Searched refs:CTLZ (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp486 setOperationAction(ISD::CTLZ, Ty, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3039 case ISD::CTLZ:
4480 case ISD::CTLZ:
4593 case ISD::CTLZ:
H A DSelectionDAGBuilder.cpp6239 setValue(&I, DAG.getNode(CI->isZero() ? ISD::CTLZ : ISD::CTLZ_ZERO_UNDEF,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp272 // We have native support for a 64-bit CTLZ, via FLOGR.
273 setOperationAction(ISD::CTLZ, MVT::i32, Promote);
275 setOperationAction(ISD::CTLZ, MVT::i64, Legal);
369 setOperationAction(ISD::CTLZ, VT, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp660 setOperationAction(ISD::CTLZ, VT, Legal);
664 setOperationAction(ISD::CTLZ, VT, Expand);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp829 setOperationAction(ISD::CTLZ, MVT::v1i64, Expand);
830 setOperationAction(ISD::CTLZ, MVT::v2i64, Expand);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp546 setOperationAction(ISD::CTLZ, MVT::i16, Promote);

Completed in 682 milliseconds

12