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()
1682 int64_t OffsetDiff = Offset - AlignDownOffset; in lowerKernargMemParameter() local1693 SDValue ShiftAmt = DAG.getConstant(OffsetDiff * 8, SL, MVT::i32); in lowerKernargMemParameter()
2241 int OffsetDiff = DefStageNum - BaseStageNum; in applyInstrChange() local2244 if (OffsetDiff > 0) in applyInstrChange()2245 --OffsetDiff; in applyInstrChange()2248 MI->getOperand(OffsetPos).getImm() + RegAndOffset.second * OffsetDiff; in applyInstrChange()