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

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp55 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) {
H A DAMDGPUMCInstLower.cpp197 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) {
H A DSIInstrInfo.h906 bool verifyInstruction(const MachineInstr &MI,
H A DSIInstrInfo.cpp4102 bool SIInstrInfo::verifyInstruction(const MachineInstr &MI,
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp479 /// InstructionVerifier::verifyInstruction for each possibly invalid
536 void verifyInstruction(const GCPtrTracker *Tracker, const Instruction &I,
603 Verifier.verifyInstruction(&Tracker, I, AvailableSet);
800 void InstructionVerifier::verifyInstruction( function in class:InstructionVerifier
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h180 bool verifyInstruction(const MachineInstr &MI,
H A DMipsInstrInfo.cpp850 bool MipsInstrInfo::verifyInstruction(const MachineInstr &MI,
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h128 bool verifyInstruction(const MachineInstr &MI,
H A DRISCVInstrInfo.cpp1597 bool RISCVInstrInfo::verifyInstruction(const MachineInstr &MI, function in class:RISCVInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h354 bool verifyInstruction(const MachineInstr &MI,
H A DSystemZInstrInfo.cpp1981 bool SystemZInstrInfo::verifyInstruction(const MachineInstr &MI, function in class:SystemZInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h571 bool verifyInstruction(const MachineInstr &MI,
H A DX86InstrInfo.cpp3758 bool X86InstrInfo::verifyInstruction(const MachineInstr &MI, function in class:X86InstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h471 /// verifyInstruction - Perform target specific instruction verification.
472 bool verifyInstruction(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp4858 bool ARMBaseInstrInfo::verifyInstruction(const MachineInstr &MI, function in class:ARMBaseInstrInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1710 virtual bool verifyInstruction(const MachineInstr &MI, function in class:llvm::TargetInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1022 if (!TII->verifyInstruction(*MI, ErrorInfo))
1831 if (!TII->verifyInstruction(*MI, ErrorInfo))

Completed in 392 milliseconds