Home | History | Annotate | Download | only in codegen

Lines Matching defs:DataType

150 enum DataType
317 DataType type; // mainly for pretty printing
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
565 ImmediateValue(const ImmediateValue *, DataType ty);
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
596 Instruction(Function *, operation, DataType);
646 inline void setType(DataType type) { dType = sType = type; }
648 inline void setType(DataType dtype, DataType stype)
677 DataType dType; // destination or defining type
678 DataType sType; // source or secondary type