Searched refs:MakeM0Inst (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2497 static MachineInstr *MakeM0Inst(const TargetInstrInfo &TII, unsigned Opcode, in MakeM0Inst() function 2540 NewMI = MakeM0Inst(*this, X86::MOV64mi32, MOs, MI); in foldMemoryOperandImpl() 2542 NewMI = MakeM0Inst(*this, X86::MOV32mi, MOs, MI); in foldMemoryOperandImpl() 2544 NewMI = MakeM0Inst(*this, X86::MOV16mi, MOs, MI); in foldMemoryOperandImpl() 2546 NewMI = MakeM0Inst(*this, X86::MOV8mi, MOs, MI); in foldMemoryOperandImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 4741 static MachineInstr *MakeM0Inst(const TargetInstrInfo &TII, unsigned Opcode, in MakeM0Inst() function 4889 NewMI = MakeM0Inst(*this, X86::MOV32mi, MOs, InsertPt, MI); in foldMemoryOperandImpl()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 5669 static MachineInstr *MakeM0Inst(const TargetInstrInfo &TII, unsigned Opcode, in MakeM0Inst() function 5775 NewMI = MakeM0Inst(*this, X86::MOV32mi, MOs, InsertPt, MI); in foldMemoryOperandImpl()
|