Searched refs:OffsetDiff (Results 1 – 3 of 3) sorted by relevance
143 int64_t OffsetDiff = EltOffset - AlignDownOffset; in runOnFunction() local216 Value *ExtractBits = OffsetDiff == 0 ? in runOnFunction()217 Load : Builder.CreateLShr(Load, OffsetDiff * 8); in runOnFunction()
1723 int64_t OffsetDiff = Offset - AlignDownOffset; in lowerKernargMemParameter() local1734 SDValue ShiftAmt = DAG.getConstant(OffsetDiff * 8, SL, MVT::i32); in lowerKernargMemParameter()
2235 int OffsetDiff = DefStageNum - BaseStageNum; in applyInstrChange() local2238 if (OffsetDiff > 0) in applyInstrChange()2239 --OffsetDiff; in applyInstrChange()2242 MI->getOperand(OffsetPos).getImm() + RegAndOffset.second * OffsetDiff; in applyInstrChange()