Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp168 LShr, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp798 BinaryOperator *LShr = BinaryOperator::CreateLShr(I->getOperand(0), in SimplifyDemandedUseBits() local
H A DInstCombineCompares.cpp1806 Value *A, *B, *LShr; in foldICmpAndConstConst() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h508 LShr, ///< Logical shift right. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp518 auto LShr = BuildMI(MBB, I, DL, TII->get(AMDGPU::S_LSHR_B32), in emitEntryFunctionFlatScratchInit() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2071 auto LShr = MIRBuilder.buildLShr( in widenScalarExtract() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48385 SDValue LShr = DAG.getNode(ISD::SRL, dl, VT, AllOnes, Sub); in combineAndLoadToBZHI() local