HomeSort by relevance Sort by last modified time
    Searched defs:SMC (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/TableGen/
TGParser.cpp 206 MultiClass *SMC = SubMultiClass.MC;
210 for (const auto &SMCVal : SMC->Rec.getValues())
217 for (const std::unique_ptr<Record> &R : SMC->DefPrototypes) {
229 ArrayRef<Init *> SMCTArgs = SMC->Rec.getTemplateArgs();
271 ") of subclass '" + SMC->Rec.getNameInitAsString() + "'!");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 204 MultiClass *SMC = SubMultiClass.MC;
210 const std::vector<RecordVal> &SMCVals = SMC->Rec.getValues();
218 for (MultiClass::RecordVector::const_iterator i = SMC->DefPrototypes.begin(),
219 iend = SMC->DefPrototypes.end();
233 const std::vector<std::string> &SMCTArgs = SMC->Rec.getTemplateArgs();
282 SMC->Rec.getName() + "'!");
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 680 SMC = ExceptionFixed | 0x00000003,
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 723 SMC = ExceptionFixed | 0x00000003,
    [all...]

Completed in 378 milliseconds