Home
last modified time | relevance | path

Searched refs:MIOpc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp147 unsigned MIOpc = MI.getOpcode(); in tryToTuneBranch() local
180 switch (MIOpc) { in tryToTuneBranch()
189 if ((MIOpc == AArch64::TBZW || MIOpc == AArch64::TBNZW) && in tryToTuneBranch()
236 switch (MIOpc) { in tryToTuneBranch()
245 if ((MIOpc == AArch64::TBZX || MIOpc == AArch64::TBNZX) && in tryToTuneBranch()
H A DAArch64InstrInfo.cpp1853 unsigned MIOpc = MI.getOpcode(); in canCmpInstrBeRemoved() local
1854 if (MIOpc == AArch64::CSINCWr) { in canCmpInstrBeRemoved()
1858 } else if (MIOpc == AArch64::CSINCXr) { in canCmpInstrBeRemoved()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.cpp133 unsigned MIOpc = MI.getOpcode(); in eliminateFrameIndex()
151 if (MIOpc == Addi) { in eliminateFrameIndex()
167 if (MIOpc == LoongArch::PseudoST_CFR) { in eliminateFrameIndex()
180 if (MIOpc == LoongArch::PseudoLD_CFR) { in eliminateFrameIndex()
132 unsigned MIOpc = MI.getOpcode(); eliminateFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h657 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc, MachineInstr &MI,
H A DX86InstrInfo.cpp1224 MachineInstr *X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, in convertToThreeAddressWithLEA() argument
1278 switch (MIOpc) { in convertToThreeAddressWithLEA()
1436 unsigned MIOpc = MI.getOpcode(); in convertToThreeAddress() local
1437 switch (MIOpc) { in convertToThreeAddress()
1499 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
1504 unsigned Opc = MIOpc == X86::INC64r in convertToThreeAddress()
1529 unsigned Opc = MIOpc == X86::DEC64r in convertToThreeAddress()
1558 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
1565 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB) in convertToThreeAddress()
1614 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp270 static ISD::NodeType extOpcodeToISDExtOpcode(unsigned MIOpc) { in extOpcodeToISDExtOpcode() argument
271 switch (MIOpc) { in extOpcodeToISDExtOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp656 static MCSymbol *createMCSymbolForTlsGetAddr(MCContext &Ctx, unsigned MIOpc) { in createMCSymbolForTlsGetAddr() argument
658 switch (MIOpc) { in createMCSymbolForTlsGetAddr()