Lines Matching defs:Opc
1814 unsigned Opc = Orig->getOpcode(); in reMaterialize() local
1863 unsigned Opc, bool AllowSP, in classifyLEAReg()
1950 unsigned Opc, leaInReg; in convertToThreeAddressWithLEA() local
2130 unsigned Opc = is64Bit ? X86::LEA64_32r : X86::LEA32r; in convertToThreeAddress() local
2171 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress() local
2202 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress() local
2236 unsigned Opc; in convertToThreeAddress() local
2310 unsigned Opc = is64Bit ? X86::LEA64_32r : X86::LEA32r; in convertToThreeAddress() local
2369 unsigned Opc; in commuteInstruction() local
2406 unsigned Opc; in commuteInstruction() local
2529 static X86::CondCode getCondFromSETOpc(unsigned Opc) { in getCondFromSETOpc()
2552 X86::CondCode X86::getCondFromCMovOpc(unsigned Opc) { in getCondFromCMovOpc()
2674 static const uint16_t Opc[16][2] = { in getSETFromCond() local
2701 static const uint16_t Opc[32][3] = { in getCMovFromCond() local
2957 unsigned Opc = GetCondBranchFromCond(CC); in InsertBranch() local
3014 unsigned Opc = getCMovFromCond((X86::CondCode)Cond[0].getImm(), in insertSelect() local
3108 unsigned Opc = 0; in copyPhysReg() local
3293 unsigned Opc = getStoreRegOpcode(SrcReg, RC, isAligned, Subtarget); in storeRegToStackSlot() local
3309 unsigned Opc = getStoreRegOpcode(SrcReg, RC, isAligned, Subtarget); in storeRegToAddr() local
3330 unsigned Opc = getLoadRegOpcode(DestReg, RC, isAligned, Subtarget); in loadRegFromStackSlot() local
3344 unsigned Opc = getLoadRegOpcode(DestReg, RC, isAligned, Subtarget); in loadRegFromAddr() local
4318 unsigned Opc = HasAVX ? X86::VXORPSrr : X86::XORPSrr; in breakPartialRegDependency() local
4475 unsigned Opc = LoadMI->getOpcode(); in foldMemoryOperandImpl() local
4550 unsigned Opc = MI->getOpcode(); in canFoldMemoryOperand() local
4587 unsigned Opc = I->second.first; in unfoldMemoryOperand() local
4715 unsigned Opc = I->second.first; in unfoldMemoryOperand() local
4811 unsigned X86InstrInfo::getOpcodeAfterMemoryUnfold(unsigned Opc, in getOpcodeAfterMemoryUnfold()