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

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 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/
MIRYamlMapping.h 207 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/subzero/src/
IceTargetLoweringARM32.cpp     [all...]

Completed in 103 milliseconds