Home
last modified time | relevance | path

Searched refs:InstructionVerifier (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DSafepointIRVerifier.cpp387 class InstructionVerifier;
477 InstructionVerifier &Verifier);
524 class InstructionVerifier { class
580 InstructionVerifier &Verifier) { in verifyFunction()
793 void InstructionVerifier::verifyInstruction( in verifyInstruction()
875 void InstructionVerifier::reportInvalidUse(const Value &V, in reportInvalidUse()
897 InstructionVerifier Verifier; in Verify()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp386 class InstructionVerifier;
476 InstructionVerifier &Verifier);
523 class InstructionVerifier { class
579 InstructionVerifier &Verifier) { in verifyFunction()
792 void InstructionVerifier::verifyInstruction( in verifyInstruction()
874 void InstructionVerifier::reportInvalidUse(const Value &V, in reportInvalidUse()
896 InstructionVerifier Verifier; in Verify()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc1788 class InstructionVerifier : public DfsHloVisitorWithDefault { class
1790 explicit InstructionVerifier(std::function<bool(const HloInstruction*)> in InstructionVerifier() function in xla::__anon45533f2c0811::InstructionVerifier
1944 InstructionVerifier instruction_verifier(instruction_can_change_layout_func_); in Run()