OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CTLZ
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
IntegerDivision.cpp
182
Function *
CTLZ
= Intrinsic::getDeclaration(F->getParent(), Intrinsic::
ctlz
,
241
// ; %tmp0 = tail call i32 @llvm.
ctlz
.i32(i32 %divisor, i1 true)
242
// ; %tmp1 = tail call i32 @llvm.
ctlz
.i32(i32 %dividend, i1 true)
254
Value *Tmp0 = Builder.CreateCall(
CTLZ
, {Divisor, True});
255
Value *Tmp1 = Builder.CreateCall(
CTLZ
, {Dividend, True});
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h
658
CTLZ
,
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
276
setOperationAction(ISD::
CTLZ
, VT, Legal);
929
setOperationAction(ISD::
CTLZ
, MVT::v1i64, Expand);
930
setOperationAction(ISD::
CTLZ
, MVT::v2i64, Expand);
1161
setOperationAction(ISD::
CTLZ
, MVT::i32, Expand);
3897
SDValue Result = DAG.getNode(ISD::
CTLZ
, dl, VTy, OR);
3917
SDValue CLSHi = DAG.getNode(ISD::
CTLZ
, dl, VTy, ORHi);
3924
SDValue CLZAdjustedLo = DAG.getNode(ISD::
CTLZ
, dl, VTy, AdjustedLo);
6183
// Compute with: cttz(x) = (width - 1) -
ctlz
(lsb), if x != 0
6188
SDValue
CTLZ
= DAG.getNode(ISD::
CTLZ
, dl, VT, LSB)
[
all
...]
Completed in 48 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026