Home
last modified time | relevance | path

Searched defs:Cttz (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h46 Cttz, enumerator
DIceTargetLoweringX8664.cpp4071 void TargetX8664::lowerCountZeros(bool Cttz, Type Ty, Variable *Dest, in lowerCountZeros()
DIceTargetLoweringX8632.cpp4624 void TargetX8632::lowerCountZeros(bool Cttz, Type Ty, Variable *Dest, in lowerCountZeros()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp103 unsigned Cttz = countTrailingZeros(Units); in setWeight() local
/external/swiftshader/src/Reactor/
DSIMD.cpp817 RValue<SIMD::UInt> Cttz(RValue<SIMD::UInt> x, bool isZeroUndef) in Cttz() function
DLLVMReactor.cpp3312 RValue<UInt> Cttz(RValue<UInt> v, bool isZeroUndef) in Cttz() function
3320 RValue<UInt4> Cttz(RValue<UInt4> v, bool isZeroUndef) in Cttz() function
DSubzeroReactor.cpp4209 RValue<UInt> Cttz(RValue<UInt> x, bool isZeroUndef) in Cttz() function
4229 RValue<UInt4> Cttz(RValue<UInt4> x, bool isZeroUndef) in Cttz() function