Home
last modified time | relevance | path

Searched refs:DefaultType (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
203 IO.enumCase(Type, "default", MachineStackObject::DefaultType);
216 MachineStackObject::DefaultType); // Don't print the default type.
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
253 IO.enumCase(Type, "default", FixedMachineStackObject::DefaultType);
263 FixedMachineStackObject::DefaultType); // Don't print the default type.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h207 enum ObjectType { DefaultType, SpillSlot, VariableSized };
211 ObjectType Type = DefaultType;
237 IO.enumCase(Type, "default", MachineStackObject::DefaultType);
250 MachineStackObject::DefaultType); // Don't print the default type.
275 enum ObjectType { DefaultType, SpillSlot };
277 ObjectType Type = DefaultType;
306 IO.enumCase(Type, "default", FixedMachineStackObject::DefaultType);
316 FixedMachineStackObject::DefaultType); // Don't print the default type.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp359 : yaml::FixedMachineStackObject::DefaultType; in convertStackObjects()
386 : yaml::MachineStackObject::DefaultType; in convertStackObjects()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp297 : yaml::FixedMachineStackObject::DefaultType; in convertStackObjects()
323 : yaml::MachineStackObject::DefaultType; in convertStackObjects()
/external/ImageMagick/www/assets/
Dmagick.js6DefaultType),t},t._getMenuElement=function(){if(!this._menu){var t=c._getParentFromElement(this._e…
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp1193 static const Type DefaultType[] = { in getPhysicalRegister() local
1204 assert(unsigned(RegNum) < llvm::array_lengthof(DefaultType)); in getPhysicalRegister()
1205 Ty = DefaultType[RegNum]; in getPhysicalRegister()
/external/llvm/lib/AsmParser/
DLLParser.cpp3370 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField()
3371 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp3697 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField()
3698 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField()