Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp93 if (!STI.getInstrInfo()->verifyInstruction(MI, Err)) { in EmitInstruction()
DSIInstrInfo.h329 bool verifyInstruction(const MachineInstr *MI,
DSIInstrInfo.cpp1451 bool SIInstrInfo::verifyInstruction(const MachineInstr *MI, in verifyInstruction() function in SIInstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h349 bool verifyInstruction(const MachineInstr *MI,
DARMBaseInstrInfo.cpp4072 bool ARMBaseInstrInfo::verifyInstruction(const MachineInstr *MI, in verifyInstruction() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1219 bool verifyInstruction(const MachineInstr *MI, StringRef &ErrInfo) const { in verifyInstruction() function
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp827 if (!TII->verifyInstruction(MI, ErrorInfo)) in visitMachineInstrBefore()