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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp449 int AsmVariantNo, std::string &RegisterPrefix);
459 std::string &RegisterPrefix);
762 int AsmVariantNo, std::string &RegisterPrefix) {
778 extractSingletonRegisterForAsmOperand(i, Info, RegisterPrefix);
933 std::string &RegisterPrefix) {
935 if (RegisterPrefix.empty()) {
942 if (!Tok.startswith(RegisterPrefix))
945 StringRef RegName = Tok.substr(RegisterPrefix.size());
1312 std::string RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); local
760 initialize(const AsmMatcherInfo &Info, SmallPtrSet<Record*, 16> &SingletonRegisters, int AsmVariantNo, std::string &RegisterPrefix) argument
931 extractSingletonRegisterForAsmOperand(unsigned OperandNo, const AsmMatcherInfo &Info, std::string &RegisterPrefix) argument
[all...]

Completed in 59 milliseconds