Home
last modified time | relevance | path

Searched defs:Ctlz (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h44 Ctlz, enumerator
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp3514 RValue<UInt> Ctlz(RValue<UInt> v, bool isZeroUndef) in Ctlz() function
3522 RValue<UInt4> Ctlz(RValue<UInt4> v, bool isZeroUndef) in Ctlz() function
DSubzeroReactor.cpp4443 RValue<UInt> Ctlz(RValue<UInt> x, bool isZeroUndef) in Ctlz() function
4463 RValue<UInt4> Ctlz(RValue<UInt4> x, bool isZeroUndef) in Ctlz() function
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1792 unsigned Ctlz = C->countLeadingZeros(); in visitAnd() local
/external/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp3606 Value *Ctlz = Builder.CreateCall( in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3477 Value *Ctlz = Builder.CreateCall( in UpgradeIntrinsicCall() local
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp2525 Value *Ctlz = Builder.CreateCall(F, {Tmp, Builder.getFalse()}); in EmitBuiltinExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20582 SDValue Ctlz = DAG.getNode(ISD::CTLZ, DL, VT, V); in BuildLogBase2() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22056 SDValue Ctlz = DAG.getNode(ISD::CTLZ, DL, VT, V); in BuildLogBase2() local