Lines Matching refs:Cfg
79 virtual void emit(const Cfg *Func) const = 0;
86 virtual void dump(const Cfg *Func, Ostream &Str) const = 0;
87 void dump(const Cfg *Func) const { in dump()
139 void emit(const Cfg *Func) const override { emit(Func->getTarget()); } in emit()
207 void dump(const Cfg *, Ostream &Str) const override { in dump() argument
280 inline void ConstantInteger32::dump(const Cfg *, Ostream &Str) const { in dump() argument
306 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump() argument
417 void dump(const Cfg *Func, Ostream &Str) const override;
453 void dump(const Cfg *, Ostream &Str) const override { in dump() argument
700 static Variable *create(Cfg *Func, Type Ty, SizeT Index) { in create()
711 virtual void setName(const Cfg *Func, const std::string &NewName) { in setName()
767 RegWeight getWeight(const Cfg *Func) const;
816 const Variable *asType(const Cfg *Func, Type Ty, RegNumT NewRegNum) const;
818 void emit(const Cfg *Func) const override;
820 void dump(const Cfg *Func, Ostream &Str) const override;
858 Variable(const Cfg *Func, OperandKind K, Type Ty, SizeT Index) in Variable()
908 static Variable64On32 *create(Cfg *Func, Type Ty, SizeT Index) { in create()
913 void setName(const Cfg *Func, const std::string &NewName) override { in setName()
938 void initHiLo(Cfg *Func) { in initHiLo()
957 Variable64On32(const Cfg *Func, OperandKind K, Type Ty, SizeT Index) in Variable64On32()
974 static VariableVecOn32 *create(Cfg *Func, Type Ty, SizeT Index) { in create()
979 void setName(const Cfg *Func, const std::string &NewName) override { in setName()
997 void initVecElement(Cfg *Func) { in initVecElement()
1017 VariableVecOn32(const Cfg *Func, OperandKind K, Type Ty, SizeT Index) in VariableVecOn32()
1086 explicit VariablesMetadata(const Cfg *Func) : Func(Func) {} in VariablesMetadata()
1136 const Cfg *Func;
1150 BooleanVariable(const Cfg *Func, OperandKind K, Type Ty, SizeT Index) in BooleanVariable()
1154 static BooleanVariable *create(Cfg *Func, Type Ty, SizeT Index) { in create()