Searched defs:RegisterPrefix (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp459 int AsmVariantNo, std::string &RegisterPrefix);
469 std::string &RegisterPrefix);
776 int AsmVariantNo, std::string &RegisterPrefix) {
792 extractSingletonRegisterForAsmOperand(i, Info, RegisterPrefix);
954 std::string &RegisterPrefix) {
956 if (RegisterPrefix.empty()) {
963 if (!Tok.startswith(RegisterPrefix))
966 StringRef RegName = Tok.substr(RegisterPrefix.size());
1333 std::string RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); local
774 initialize(const AsmMatcherInfo &Info, SmallPtrSetImpl<Record*> &SingletonRegisters, int AsmVariantNo, std::string &RegisterPrefix) argument
952 extractSingletonRegisterForAsmOperand(unsigned OperandNo, const AsmMatcherInfo &Info, std::string &RegisterPrefix) argument
[all...]

Completed in 75 milliseconds