Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceIntrinsics.h44 Ctlz, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp3534 RValue<UInt> Ctlz(RValue<UInt> v, bool isZeroUndef) in Ctlz() function
3542 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3477 Value *Ctlz = Builder.CreateCall( in UpgradeIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20582 SDValue Ctlz = DAG.getNode(ISD::CTLZ, DL, VT, V); in BuildLogBase2() local