Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCNaCl.h18 static const unsigned MIPS_NACL_BUNDLE_ALIGN = 4u; variable
DMipsNaClELFStreamer.cpp263 S->EmitBundleAlignMode(MIPS_NACL_BUNDLE_ALIGN); in createMipsNaClELFStreamer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCNaCl.h18 static const Align MIPS_NACL_BUNDLE_ALIGN = Align(16); variable
DMipsNaClELFStreamer.cpp273 S->EmitBundleAlignMode(Log2(MIPS_NACL_BUNDLE_ALIGN)); in createMipsNaClELFStreamer()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCNaCl.h18 static const Align MIPS_NACL_BUNDLE_ALIGN = Align(16); variable
DMipsNaClELFStreamer.cpp273 S->emitBundleAlignMode(Log2(MIPS_NACL_BUNDLE_ALIGN)); in createMipsNaClELFStreamer()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp326 EmitAlignment(std::max(MF->getAlignment(), MIPS_NACL_BUNDLE_ALIGN)); in EmitFunctionEntryLabel()
1047 MBBs[J]->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
1054 MBB.setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
DMipsLongBranch.cpp349 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp407 EmitAlignment(std::max(MF->getAlignment(), MIPS_NACL_BUNDLE_ALIGN)); in EmitFunctionEntryLabel()
1287 MBBs[J]->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
1294 MBB.setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
DMipsBranchExpansion.cpp510 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp407 emitAlignment(std::max(MF->getAlignment(), MIPS_NACL_BUNDLE_ALIGN)); in emitFunctionEntryLabel()
1287 MBBs[J]->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
1294 MBB.setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
DMipsBranchExpansion.cpp519 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()