Home
last modified time | relevance | path

Searched refs:MIPS_NACL_BUNDLE_ALIGN (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCNaCl.h18 static const Align MIPS_NACL_BUNDLE_ALIGN = Align(16); variable
H A DMipsNaClELFStreamer.cpp270 S->emitBundleAlignMode(MIPS_NACL_BUNDLE_ALIGN); in createMipsNaClELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp407 emitAlignment(std::max(MF->getAlignment(), MIPS_NACL_BUNDLE_ALIGN)); in emitFunctionEntryLabel()
1252 MBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
1259 MBB.setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
H A DMipsBranchExpansion.cpp523 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()