Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp55 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in emitInstruction()
H A DAMDGPUMCInstLower.cpp197 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in emitInstruction()
H A DSIInstrInfo.h1128 bool verifyInstruction(const MachineInstr &MI,
H A DSIInstrInfo.cpp4612 bool SIInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in SIInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp534 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 DMipsInstrInfo.h180 bool verifyInstruction(const MachineInstr &MI,
H A DMipsInstrInfo.cpp850 bool MipsInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in MipsInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h376 bool verifyInstruction(const MachineInstr &MI,
H A DSystemZInstrInfo.cpp2238 bool SystemZInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in SystemZInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h159 bool verifyInstruction(const MachineInstr &MI,
H A DRISCVInstrInfo.cpp2352 bool RISCVInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h608 bool verifyInstruction(const MachineInstr &MI,
H A DX86InstrInfo.cpp4515 bool X86InstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h479 bool verifyInstruction(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp4842 bool ARMBaseInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in ARMBaseInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1825 virtual bool verifyInstruction(const MachineInstr &MI, in verifyInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1132 if (!TII->verifyInstruction(*MI, ErrorInfo)) in verifyPreISelGenericInstruction()
2221 if (!TII->verifyInstruction(*MI, ErrorInfo)) in visitMachineInstrBefore()