HomeSort by relevance Sort by last modified time
    Searched refs:IAPrinter (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 609 // IAPrinter - Holds information about an InstAlias. Two InstAliases match if
612 class IAPrinter {
619 IAPrinter(std::string R, std::string AS)
659 bool operator==(const IAPrinter &RHS) {
672 bool operator()(const IAPrinter &RHS) {
830 std::map<std::string, std::vector<IAPrinter*> > IAPrinterMap;
847 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(),
928 for (std::map<std::string, std::vector<IAPrinter*> >::iterator
930 std::vector<IAPrinter*> &IAPs = I->second
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 598 // IAPrinter - Holds information about an InstAlias. Two InstAliases match if
601 class IAPrinter {
608 IAPrinter(std::string R, std::string AS)
704 bool operator==(const IAPrinter &RHS) const {
779 std::map<std::string, std::vector<IAPrinter>> IAPrinterMap;
798 IAPrinter IAP(CGA.Result->getAsString(), CGA.AsmString);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmWriterEmitter.cpp 607 // IAPrinter - Holds information about an InstAlias. Two InstAliases match if
610 class IAPrinter {
618 IAPrinter(std::string R, std::string AS)
714 bool operator==(const IAPrinter &RHS) const {
786 std::map<std::string, std::vector<IAPrinter>> IAPrinterMap;
811 IAPrinter IAP(CGA.Result->getAsString(), FlatAliasAsmString);
    [all...]

Completed in 244 milliseconds