Home
last modified time | relevance | path

Searched defs:CTLZ (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp160 Function *CTLZ = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctlz, in generateUnsignedDivisionCode() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp355 Function *CTLZ = expandIToFP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp686 if (unsigned CTLZ = DemandedMask.countl_zero()) { SimplifyDemandedUseBits() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h716 CTLZ, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1866 if (unsigned CTLZ = DemandedBits.countl_zero()) { SimplifyDemandedBits() local
8766 SDValue CTLZ = DAG.getNode(ISD::CTLZ_ZERO_UNDEF, dl, VT, Op); expandCTLZ() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6529 SDValue CTLZ = DAG.getNode(ISD::CTLZ, dl, VT, LSB); LowerCTTZ() local
[all...]