Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp527 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/
DAMDGPUMCInstLower.cpp265 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in EmitInstruction()
389 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in EmitInstruction()
DSIInstrInfo.h794 bool verifyInstruction(const MachineInstr &MI,
DSIInstrInfo.cpp3199 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/
DRISCVInstrInfo.h86 bool verifyInstruction(const MachineInstr &MI,
DRISCVInstrInfo.cpp505 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/
DMipsInstrInfo.h155 bool verifyInstruction(const MachineInstr &MI,
DMipsInstrInfo.cpp759 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/
DSystemZInstrInfo.h327 bool verifyInstruction(const MachineInstr &MI,
DSystemZInstrInfo.cpp1759 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/
DARMBaseInstrInfo.h397 bool verifyInstruction(const MachineInstr &MI,
DARMBaseInstrInfo.cpp4726 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/
DTargetInstrInfo.h1511 virtual bool verifyInstruction(const MachineInstr &MI, in verifyInstruction() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp968 if (!TII->verifyInstruction(*MI, ErrorInfo)) in verifyPreISelGenericInstruction()
1520 if (!TII->verifyInstruction(*MI, ErrorInfo)) in visitMachineInstrBefore()