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

  /external/llvm/include/llvm/MC/
MCAssembler.h 112 virtual bool alignToBundleEnd() const { return false; }
211 bool AlignToBundleEnd;
220 HasInstructions(false), AlignToBundleEnd(false)
240 bool alignToBundleEnd() const override { return AlignToBundleEnd; }
241 void setAlignToBundleEnd(bool V) override { AlignToBundleEnd = V; }
263 bool AlignToBundleEnd;
268 : MCEncodedFragment(FT_CompactEncodedInst, SD), AlignToBundleEnd(false)
279 bool alignToBundleEnd() const override { return AlignToBundleEnd; }
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 232 // 1) For alignToBundleEnd(), add padding to ensure that the fragment will
237 if (F->alignToBundleEnd()) {
649 if (F.alignToBundleEnd() && TotalLength > Asm.getBundleAlignSize()) {
    [all...]

Completed in 366 milliseconds