Searched refs:DefaultType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | 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. 310 enum ObjectType { DefaultType, SpillSlot }; 312 ObjectType Type = DefaultType; 341 IO.enumCase(Type, "default", FixedMachineStackObject::DefaultType); 362 FixedMachineStackObject::DefaultType); // Don't print the default type.
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 69 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp; member in __anon5066fa640111::SVEType 77 Constant(false), Pointer(false), BFloat(false), DefaultType(false), in SVEType() 94 bool isDefault() const { return DefaultType; } in isDefault() 522 DefaultType = true; in applyModifier()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 398 : yaml::FixedMachineStackObject::DefaultType; in convertStackObjects() 433 : yaml::MachineStackObject::DefaultType; in convertStackObjects()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4201 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField() 4202 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 9342 llvm::Type *DefaultType = getSVEType(TypeFlags); in getSVEOverloadTypes() local 9345 return {DefaultType, Ops[1]->getType()}; in getSVEOverloadTypes() 9354 return {DefaultType}; in getSVEOverloadTypes()
|