Lines Matching defs:Opc
1718 unsigned Opc = Orig->getOpcode(); in reMaterialize() local
1767 unsigned Opc, bool AllowSP, in classifyLEAReg()
1854 unsigned Opc, leaInReg; in convertToThreeAddressWithLEA() local
2034 unsigned Opc = is64Bit ? X86::LEA64_32r : X86::LEA32r; in convertToThreeAddress() local
2075 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress() local
2105 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress() local
2138 unsigned Opc; in convertToThreeAddress() local
2211 unsigned Opc = is64Bit ? X86::LEA64_32r : X86::LEA32r; in convertToThreeAddress() local
2269 unsigned Opc; in commuteInstruction() local
2306 unsigned Opc; in commuteInstruction() local
2394 static X86::CondCode getCondFromSETOpc(unsigned Opc) { in getCondFromSETOpc()
2417 X86::CondCode X86::getCondFromCMovOpc(unsigned Opc) { in getCondFromCMovOpc()
2540 static const uint16_t Opc[16][2] = { in getSETFromCond() local
2567 static const uint16_t Opc[32][3] = { in getCMovFromCond() local
2823 unsigned Opc = GetCondBranchFromCond(CC); in InsertBranch() local
2880 unsigned Opc = getCMovFromCond((X86::CondCode)Cond[0].getImm(), in insertSelect() local
2935 unsigned Opc; in copyPhysReg() local
3096 unsigned Opc = getStoreRegOpcode(SrcReg, RC, isAligned, TM); in storeRegToStackSlot() local
3112 unsigned Opc = getStoreRegOpcode(SrcReg, RC, isAligned, TM); in storeRegToAddr() local
3132 unsigned Opc = getLoadRegOpcode(DestReg, RC, isAligned, TM); in loadRegFromStackSlot() local
3146 unsigned Opc = getLoadRegOpcode(DestReg, RC, isAligned, TM); in loadRegFromAddr() local
3996 unsigned Opc = HasAVX ? X86::VXORPSrr : X86::XORPSrr; in breakPartialRegDependency() local
4142 unsigned Opc = LoadMI->getOpcode(); in foldMemoryOperandImpl() local
4218 unsigned Opc = MI->getOpcode(); in canFoldMemoryOperand() local
4254 unsigned Opc = I->second.first; in unfoldMemoryOperand() local
4382 unsigned Opc = I->second.first; in unfoldMemoryOperand() local
4478 unsigned X86InstrInfo::getOpcodeAfterMemoryUnfold(unsigned Opc, in getOpcodeAfterMemoryUnfold()