HomeSort by relevance Sort by last modified time
    Searched full:verifyinstruction (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp 93 if (!STI.getInstrInfo()->verifyInstruction(MI, Err)) {
SIInstrInfo.h 329 bool verifyInstruction(const MachineInstr *MI,
SIInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 348 /// verifyInstruction - Perform target specific instruction verification.
349 bool verifyInstruction(const MachineInstr *MI,
ARMBaseInstrInfo.cpp     [all...]
  /art/runtime/verifier/
method_verifier.h 415 * Walks through instructions in a method calling VerifyInstruction on each.
452 bool VerifyInstruction(const Instruction* inst, uint32_t code_offset);
    [all...]
method_verifier.cc     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 827 if (!TII->verifyInstruction(MI, ErrorInfo))
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 424 milliseconds