reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/utils/TableGen/NeonEmitter.cpp
  394     return Proto.find('i') != std::string::npos;
  400     unsigned Idx = Proto.find('i');
  406   bool hasSplat() const { return Proto.find('a') != std::string::npos; }
  411     unsigned Idx = Proto.find('a');
  416   unsigned getNumParams() const { return Proto.size() - 1; }
  421   std::string getProto() const { return Proto; }
 1107     bool ForcedVectorFloatingType = isFloatingPointProtoModifier(Proto[0]);
 1120     bool ForcedFloatingType = isFloatingPointProtoModifier(Proto[I + 1]);
 1225   for (unsigned I = 1; I < Proto.size(); ++I) {
 1346     if (hasImmediate() && Proto[I+1] == 'i')
 1372   return (Proto.find('s') != std::string::npos ||
 1373           Proto.find('z') != std::string::npos ||
 1374           Proto.find('r') != std::string::npos ||
 1375           Proto.find('b') != std::string::npos ||
 1376           Proto.find('$') != std::string::npos ||
 1377           Proto.find('y') != std::string::npos ||
 1378           Proto.find('o') != std::string::npos);
 1460     if (Proto[0] == 'v' || isFloatingPointProtoModifier(Proto[0]))
 1460     if (Proto[0] == 'v' || isFloatingPointProtoModifier(Proto[0]))