Lines Matching refs:getOpcode
81 assert(MI->getOpcode() == X86::DYN_ALLOCA_32 || in getDynAllocaAmount()
82 MI->getOpcode() == X86::DYN_ALLOCA_64); in getDynAllocaAmount()
89 (Def->getOpcode() != X86::MOV32ri && Def->getOpcode() != X86::MOV64ri) || in getDynAllocaAmount()
112 switch (MI.getOpcode()) { in isPushPop()
154 if (MI.getOpcode() == X86::DYN_ALLOCA_32 || in computeLowerings()
155 MI.getOpcode() == X86::DYN_ALLOCA_64) { in computeLowerings()
174 } else if (MI.getOpcode() == X86::ADJCALLSTACKUP32 || in computeLowerings()
175 MI.getOpcode() == X86::ADJCALLSTACKUP64) { in computeLowerings()
177 } else if (MI.getOpcode() == X86::ADJCALLSTACKDOWN32 || in computeLowerings()
178 MI.getOpcode() == X86::ADJCALLSTACKDOWN64) { in computeLowerings()
210 bool Is64BitAlloca = MI->getOpcode() == X86::DYN_ALLOCA_64; in lower()