Home
last modified time | relevance | path

Searched refs:getAlignmentIsInBytes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h502 bool getAlignmentIsInBytes() const { in getAlignmentIsInBytes() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h500 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp443 if (MAI.getAlignmentIsInBytes()) in EmitValueToAlignment()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp1104 bool IsPow2 = !getContext().getAsmInfo().getAlignmentIsInBytes(); in ParseStatement()
1108 bool IsPow2 = !getContext().getAsmInfo().getAlignmentIsInBytes(); in ParseStatement()
2092 if (Lexer.getMAI().getAlignmentIsInBytes()) { in ParseDirectiveComm()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp696 if (MAI.getAlignmentIsInBytes()) in EmitValueToAlignment()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1665 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
1669 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
5237 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()