Home
last modified time | relevance | path

Searched refs:LoLZ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp279 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 DLegalizeIntegerTypes.cpp3840 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 DPPCISelDAGToDAG.cpp1012 unsigned LoLZ = llvm::countl_zero<uint32_t>(Lo_32(Imm)); in findContiguousZerosAtLeast() local
1013 if ((HiTZ + LoLZ) >= Num) in findContiguousZerosAtLeast()