Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h241 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);
361 FixedMachineStackObject::DefaultType); // Don't print the default type.
/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp69 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp; member in __anon409da13d0111::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()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp397 : yaml::FixedMachineStackObject::DefaultType; in convertStackObjects()
432 : yaml::MachineStackObject::DefaultType; in convertStackObjects()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp3942 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField()
3943 : MDUnsignedField(DefaultType, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp9064 llvm::Type *DefaultType = getSVEType(TypeFlags); in getSVEOverloadTypes() local
9067 return {DefaultType, Ops[1]->getType()}; in getSVEOverloadTypes()
9079 return {DefaultType}; in getSVEOverloadTypes()