Searched refs:Cttz (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 52 Cttz, enumerator
|
D | IceIntrinsics.cpp | 154 INTRIN(Cttz, SideEffects_F, ReturnsTwice_F, MemoryWrite_F) \
|
D | IceTargetLoweringX86BaseImpl.h | 4291 case Intrinsics::Cttz: { 4982 void TargetX86Base<TraitsType>::lowerCountZeros(bool Cttz, Type Ty, 5020 if (Cttz) { 5030 if (Cttz) { 5045 if (!Cttz) { 5065 if (Cttz) {
|
D | IceTargetLoweringX86Base.h | 330 void lowerCountZeros(bool Cttz, Type Ty, Variable *Dest, Operand *FirstVal,
|
D | IceTargetLoweringMIPS32.cpp | 5056 case Intrinsics::Cttz: { in lowerIntrinsicCall()
|
D | IceTargetLoweringARM32.cpp | 5246 case Intrinsics::Cttz: { in lowerIntrinsicCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 104 unsigned Cttz = countTrailingZeros(Units); in setWeight() local 105 Weight = (1u << (SlotWeight * s)) * ((MaskWeight - Ctpop) << Cttz); in setWeight()
|