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

  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 201 InstPairs = &MRSPairs[0];
212 InstPairs = &MSRPairs[0];
486 if (InstPairs[i].Name == NameLower) {
488 return InstPairs[i].Value;
524 if (InstPairs[i].Value == Bits) {
526 return InstPairs[i].Name;
AArch64BaseInfo.h 629 const NamedImmMapper::Mapping *InstPairs;

Completed in 37 milliseconds