Searched refs:emitImmPredicateFns (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 3620 void emitImmPredicateFns(raw_ostream &OS, StringRef TypeIdentifier, 5460 void GlobalISelEmitter::emitImmPredicateFns( in emitImmPredicateFns() function in __anon332dbd1e0111::GlobalISelEmitter 5830 emitImmPredicateFns(OS, "I64", "int64_t", [](const Record *R) { in run() 5835 emitImmPredicateFns(OS, "APFloat", "const APFloat &", [](const Record *R) { in run() 5839 emitImmPredicateFns(OS, "APInt", "const APInt &", [](const Record *R) { in run()
|