Searched refs:LoLZ (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 279 uint32_t LoLZ = llvm::countl_zero<uint32_t>(Lo_32(Imm)); in findContiguousZerosAtLeast() local 280 if ((HiTZ + LoLZ) >= Num) in findContiguousZerosAtLeast()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 3840 SDValue LoLZ = DAG.getNode(N->getOpcode(), dl, NVT, Lo); in ExpandIntRes_CTLZ() local 3844 DAG.getNode(ISD::ADD, dl, NVT, LoLZ, in ExpandIntRes_CTLZ() 3871 SDValue LoLZ = DAG.getNode(ISD::CTTZ_ZERO_UNDEF, dl, NVT, Lo); in ExpandIntRes_CTTZ() local 3874 Lo = DAG.getSelect(dl, NVT, LoNotZero, LoLZ, in ExpandIntRes_CTTZ()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1012 unsigned LoLZ = llvm::countl_zero<uint32_t>(Lo_32(Imm)); in findContiguousZerosAtLeast() local 1013 if ((HiTZ + LoLZ) >= Num) in findContiguousZerosAtLeast()
|