/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | TBAATest.cpp | 64 EXPECT_TRUE(verifyFunction(*F, &Outs)); in TEST_F() 87 EXPECT_TRUE(!verifyFunction(*F)); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/analysis/ |
D | llvm_analysis.mli | 22 human-readable validation report. See [llvm::verifyFunction]. *) 33 [llvm::verifyFunction]. *)
|
/external/llvm/bindings/ocaml/analysis/ |
D | llvm_analysis.mli | 22 human-readable validation report. See [llvm::verifyFunction]. *) 33 [llvm::verifyFunction]. *)
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/ |
D | llvm_analysis.mli | 22 human-readable validation report. See [llvm::verifyFunction]. *) 33 [llvm::verifyFunction]. *)
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | Verifier.h | 68 bool verifyFunction(
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | CodeExtractor.cpp | 67 EXPECT_FALSE(verifyFunction(*Outlined)); in TEST()
|
/external/llvm/include/llvm/IR/ |
D | Verifier.h | 40 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | VerifierTest.cpp | 44 EXPECT_TRUE(verifyFunction(*F, ReturnStatusAction)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Verifier.h | 89 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Analysis.cpp | 93 return verifyFunction(*unwrap<Function>(Fn), in LLVMVerifyFunction()
|
/external/llvm/lib/Analysis/ |
D | Analysis.cpp | 110 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 464 static void verifyFunction(GCPtrTracker &&Tracker, 567 void GCPtrTracker::verifyFunction(GCPtrTracker &&Tracker, in verifyFunction() function in GCPtrTracker 886 GCPtrTracker::verifyFunction(std::move(Tracker), Verifier); in Verify()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Analysis.cpp | 118 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | VerifierTest.cpp | 46 EXPECT_TRUE(verifyFunction(*F)); in TEST()
|
/external/llvm/unittests/IR/ |
D | VerifierTest.cpp | 46 EXPECT_TRUE(verifyFunction(*F)); in TEST()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 459 verifyFunction(*TheFunction); in Codegen()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 467 verifyFunction(*TheFunction); in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 507 verifyFunction(*TheFunction); in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 496 verifyFunction(*TheFunction); in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 522 verifyFunction(*TheFunction); in codegen()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | llvm_ir_runtime.cc | 97 DCHECK(!llvm::verifyFunction(*fn)); in RewriteCalls()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 534 verifyFunction(*TheFunction); in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1320 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction() 1428 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1045 DEBUG(verifyFunction(F)); in prepareExplicitEH() 1048 DEBUG(verifyFunction(F)); in prepareExplicitEH()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1371 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction() 1479 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
|