/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 527 void verifyInstruction(const GCPtrTracker *Tracker, const Instruction &I, 595 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction() 792 void InstructionVerifier::verifyInstruction( in verifyInstruction() function in InstructionVerifier
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 265 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in EmitInstruction() 389 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in EmitInstruction()
|
D | SIInstrInfo.h | 794 bool verifyInstruction(const MachineInstr &MI,
|
D | SIInstrInfo.cpp | 3199 bool SIInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in SIInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.h | 86 bool verifyInstruction(const MachineInstr &MI,
|
D | RISCVInstrInfo.cpp | 505 bool RISCVInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in RISCVInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 155 bool verifyInstruction(const MachineInstr &MI,
|
D | MipsInstrInfo.cpp | 759 bool MipsInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in MipsInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 327 bool verifyInstruction(const MachineInstr &MI,
|
D | SystemZInstrInfo.cpp | 1759 bool SystemZInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in SystemZInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 397 bool verifyInstruction(const MachineInstr &MI,
|
D | ARMBaseInstrInfo.cpp | 4726 bool ARMBaseInstrInfo::verifyInstruction(const MachineInstr &MI, in verifyInstruction() function in ARMBaseInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1511 virtual bool verifyInstruction(const MachineInstr &MI, in verifyInstruction() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 968 if (!TII->verifyInstruction(*MI, ErrorInfo)) in verifyPreISelGenericInstruction() 1520 if (!TII->verifyInstruction(*MI, ErrorInfo)) in visitMachineInstrBefore()
|