Searched defs:ShiftOffset (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUPostLegalizerCombiner.cpp | 90 unsigned ShiftOffset; global() member |
H A D | AMDGPURegisterBankInfo.cpp | 1479 auto ShiftOffset = Signed ? B.buildAShr(S64, SrcReg, OffsetReg) applyMappingBFE() local |
H A D | SIISelLowering.cpp | 14307 unsigned ShiftOffset = 8 * Offset; performCvtF32UByteNCombine() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeIntegerTypes.cpp | 1423 SDValue ShiftOffset = DAG.getConstant(NewBits - OldBits, DL, AmtVT); PromoteIntRes_FunnelShift() local |