Searched refs:emitMonitor (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 22708 static MachineBasicBlock *emitMonitor(MachineInstr &MI, MachineBasicBlock *BB, in emitMonitor() function 24514 return emitMonitor(MI, BB, Subtarget, X86::MONITORrrr); in EmitInstrWithCustomInserter() 24516 return emitMonitor(MI, BB, Subtarget, X86::MONITORXrrr); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 26562 static MachineBasicBlock *emitMonitor(MachineInstr &MI, MachineBasicBlock *BB, in emitMonitor() function 28687 return emitMonitor(MI, BB, Subtarget, X86::MONITORrrr); in EmitInstrWithCustomInserter() 28689 return emitMonitor(MI, BB, Subtarget, X86::MONITORXrrr); in EmitInstrWithCustomInserter()
|