Home
last modified time | relevance | path

Searched refs:buildCTTZ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1849 MachineInstrBuilder buildCTTZ(const DstOp &Dst, const SrcOp &Src0) { in buildCTTZ() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5523 auto C1 = Builder.buildCTTZ(ShiftAmtTy, RHS); in applySDivByPow2()
5561 auto C1 = Builder.buildCTTZ(ShiftAmtTy, RHS); in applyUDivByPow2()
H A DLegalizerHelper.cpp6336 B.buildCTTZ(DstTy, UnmergeSrc.getReg(1)); in narrowScalarCTTZ()