HomeSort by: relevance | last modified time | path
    Searched refs:DefaultType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 241 enum ObjectType { DefaultType, SpillSlot, VariableSized };
245 ObjectType Type = DefaultType;
271 IO.enumCase(Type, "default", MachineStackObject::DefaultType);
284 MachineStackObject::DefaultType); // Don't print the default type.
309 enum ObjectType { DefaultType, SpillSlot };
311 ObjectType Type = DefaultType;
340 IO.enumCase(Type, "default", FixedMachineStackObject::DefaultType);
360 FixedMachineStackObject::DefaultType); // Don't print the default type.
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp 69 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp;
77 Constant(false), Pointer(false), BFloat(false), DefaultType(false),
94 bool isDefault() const { return DefaultType; }
522 DefaultType = true;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 389 : yaml::FixedMachineStackObject::DefaultType;
424 : yaml::MachineStackObject::DefaultType;
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 4127 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType)
4128 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {}
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 8845 llvm::Type *DefaultType = getSVEType(TypeFlags);
8848 return {DefaultType, Ops[1]->getType()};
8860 return {DefaultType};

Completed in 45 milliseconds