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()
147 void emit(const Cfg *Func) const override { emit(Func->getTarget()); } in emit()
210 void dump(const Cfg *, Ostream &Str) const override { in dump() argument
281 inline void ConstantInteger32::dump(const Cfg *, Ostream &Str) const { in dump() argument
291 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump() argument
402 void dump(const Cfg *Func, Ostream &Str) const override;
438 void dump(const Cfg *, Ostream &Str) const override { in dump() argument
685 static Variable *create(Cfg *Func, Type Ty, SizeT Index) { in create()
696 virtual void setName(const Cfg *Func, const std::string &NewName) { in setName()
752 RegWeight getWeight(const Cfg *Func) const;
801 const Variable *asType(const Cfg *Func, Type Ty, RegNumT NewRegNum) const;
803 void emit(const Cfg *Func) const override;
805 void dump(const Cfg *Func, Ostream &Str) const override;
846 Variable(const Cfg *Func, OperandKind K, Type Ty, SizeT Index) in Variable()
900 static Variable64On32 *create(Cfg *Func, Type Ty, SizeT Index) { in create()
905 void setName(const Cfg *Func, const std::string &NewName) override { in setName()
930 void initHiLo(Cfg *Func) { in initHiLo()
949 Variable64On32(const Cfg *Func, OperandKind K, Type Ty, SizeT Index) in Variable64On32()
966 static VariableVecOn32 *create(Cfg *Func, Type Ty, SizeT Index) { in create()
971 void setName(const Cfg *Func, const std::string &NewName) override { in setName()
989 void initVecElement(Cfg *Func) { in initVecElement()
1009 VariableVecOn32(const Cfg *Func, OperandKind K, Type Ty, SizeT Index) in VariableVecOn32()
1078 explicit VariablesMetadata(const Cfg *Func) : Func(Func) {} in VariablesMetadata()
1128 const Cfg *Func;
1142 BooleanVariable(const Cfg *Func, OperandKind K, Type Ty, SizeT Index) in BooleanVariable()
1146 static BooleanVariable *create(Cfg *Func, Type Ty, SizeT Index) { in create()