Searched refs:TargetX8664 (Results 1 – 4 of 4) sorted by relevance
32 class TargetX8664 final : public X8664::TargetX86Base<X8664::Traits> {33 TargetX8664() = delete;34 TargetX8664(const TargetX8664 &) = delete;35 TargetX8664 &operator=(const TargetX8664 &) = delete;38 ~TargetX8664() = default;41 return makeUnique<TargetX8664>(Func); in create()73 explicit TargetX8664(Cfg *Func) : TargetX86Base(Func) {} in TargetX8664() function
22 return ::Ice::X8664::TargetX8664::create(Func); in createTargetLowering()37 ::Ice::X8664::TargetX8664::staticInit(Ctx); in staticInit()41 return ::Ice::X8664::TargetX8664::shouldBePooled(C); in shouldBePooled()45 return ::Ice::X8664::TargetX8664::getPointerType(); in getPointerType()143 void TargetX8664::_add_sp(Operand *Adjustment) { in _add_sp()185 void TargetX8664::_mov_sp(Operand *NewValue) { in _mov_sp()207 void TargetX8664::_push_rbp() { in _push_rbp()232 void TargetX8664::_link_bp() { in _link_bp()261 void TargetX8664::_unlink_bp() { in _unlink_bp()295 void TargetX8664::_push_reg(Variable *Reg) { in _push_reg()[all …]
93 const ::Ice::X8664::TargetX8664 *Target) { in getRematerializableOffset()109 static_cast<const ::Ice::X8664::TargetX8664 *>(Func->getTarget()); in emit()196 static_cast<const ::Ice::X8664::TargetX8664 *>(Func->getTarget()); in dump()253 static_cast<const ::Ice::X8664::TargetX8664 *>(TargetLowering); in toAsmAddress()
41 class TargetX8664; variable885 using ConcreteTarget = ::Ice::X8664::TargetX8664;