Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h41 MCAsmInfo const &getMAI() const { return MAI; } in getMAI() function
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h42 MCAsmInfo const &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-10.0/llvm/include/llvm/MC/MCParser/
DAsmLexer.h51 const MCAsmInfo &getMAI() const { return MAI; } in getMAI() function
/external/llvm-project/llvm/include/llvm/MC/MCParser/
DAsmLexer.h53 const MCAsmInfo &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-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1095 if (Lexer.getMAI().getDollarIsPC()) { in parsePrimaryExpr()
3336 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()
4901 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
4906 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp1101 if (Lexer.getMAI().getDollarIsPC()) { in parsePrimaryExpr()
3362 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()
4936 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
4941 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
DMasmParser.cpp1460 if (Lexer.getMAI().getDollarIsPC()) { in parsePrimaryExpr()
5747 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
5752 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()