Home
last modified time | relevance | path

Searched refs:getMAI (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DAsmLexer.h56 const MCAsmInfo &getMAI() const { return MAI; } in getMAI() function
/external/llvm/include/llvm/MC/MCParser/
DAsmLexer.h53 const MCAsmInfo &getMAI() const { return MAI; } in getMAI() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DAsmLexer.h54 const MCAsmInfo &getMAI() const { return MAI; } in getMAI() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h68 MCAsmInfo const &getMAI() const { return MAI; } in getMAI() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h76 MCAsmInfo const &getMAI() const { return MAI; } in getMAI() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp895 if (Lexer.getMAI().getDollarIsPC()) { in parsePrimaryExpr()
2996 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()
4230 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
4235 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp2017 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in ParseDirectiveAlign()
2092 if (Lexer.getMAI().getAlignmentIsInBytes()) { in ParseDirectiveComm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1057 if (Lexer.getMAI().getDollarIsPC()) { in parsePrimaryExpr()
3270 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()
4729 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
4734 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()