HomeSort by relevance Sort by last modified time
    Searched refs:MIOpc (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64CondBrTuning.cpp 150 unsigned MIOpc = MI.getOpcode();
183 switch (MIOpc) {
192 if ((MIOpc == AArch64::TBZW || MIOpc == AArch64::TBNZW) &&
243 switch (MIOpc) {
252 if ((MIOpc == AArch64::TBZX || MIOpc == AArch64::TBNZX) &&
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 362 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 549 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.h 581 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
X86InstrInfo.cpp 793 unsigned MIOpc, MachineFunction::iterator &MFI, MachineInstr &MI,
827 switch (MIOpc) {
926 unsigned MIOpc = MI.getOpcode();
927 switch (MIOpc) {
984 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
998 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r
    [all...]

Completed in 247 milliseconds