HomeSort by relevance Sort by last modified time
    Searched refs:InstrOffset (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 371 int64_t InstrOffset = TRI->getFrameIndexInstrOffset(MI, idx);
374 BaseOffset = FrameSizeAdjust + LocalOffset + InstrOffset;
395 " at frame local offset " << LocalOffset + InstrOffset << "\n");
401 InstrOffset);
406 Offset = -InstrOffset;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 460 unsigned InstrOffset = 0;
489 InstrOffset += MoveInstrSize;
533 InstrOffset += PushInstrSize;
564 SubtractInstrIdx += InstrOffset;

Completed in 2683 milliseconds