/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MCInstLower.cpp | 55 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in emitInstruction()
|
H A D | AMDGPUMCInstLower.cpp | 197 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in emitInstruction()
|
H A D | SIInstrInfo.h | 1128 bool verifyInstruction(const MachineInstr &MI,
|
H A D | SIInstrInfo.cpp | 4612 bool SIInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in SIInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 534 void verifyInstruction(const GCPtrTracker *Tracker, const Instruction &I, 601 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction() 798 void InstructionVerifier::verifyInstruction( in verifyInstruction() function in InstructionVerifier
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 180 bool verifyInstruction(const MachineInstr &MI,
|
H A D | MipsInstrInfo.cpp | 850 bool MipsInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in MipsInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 376 bool verifyInstruction(const MachineInstr &MI,
|
H A D | SystemZInstrInfo.cpp | 2238 bool SystemZInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in SystemZInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 159 bool verifyInstruction(const MachineInstr &MI,
|
H A D | RISCVInstrInfo.cpp | 2352 bool RISCVInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in RISCVInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 608 bool verifyInstruction(const MachineInstr &MI,
|
H A D | X86InstrInfo.cpp | 4515 bool X86InstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in X86InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 479 bool verifyInstruction(const MachineInstr &MI,
|
H A D | ARMBaseInstrInfo.cpp | 4842 bool ARMBaseInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in ARMBaseInstrInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1825 virtual bool verifyInstruction(const MachineInstr &MI, in verifyInstruction() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1132 if (!TII->verifyInstruction(*MI, ErrorInfo)) in verifyPreISelGenericInstruction() 2221 if (!TII->verifyInstruction(*MI, ErrorInfo)) in visitMachineInstrBefore()
|