Home
last modified time | relevance | path

Searched refs:verifyFunction (Results 1 – 25 of 83) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DTBAATest.cpp64 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/
Dllvm_analysis.mli22 human-readable validation report. See [llvm::verifyFunction]. *)
33 [llvm::verifyFunction]. *)
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli22 human-readable validation report. See [llvm::verifyFunction]. *)
33 [llvm::verifyFunction]. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
Dllvm_analysis.mli22 human-readable validation report. See [llvm::verifyFunction]. *)
33 [llvm::verifyFunction]. *)
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DVerifier.h68 bool verifyFunction(
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCodeExtractor.cpp67 EXPECT_FALSE(verifyFunction(*Outlined)); in TEST()
/external/llvm/include/llvm/IR/
DVerifier.h40 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DVerifierTest.cpp44 EXPECT_TRUE(verifyFunction(*F, ReturnStatusAction)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DVerifier.h89 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAnalysis.cpp93 return verifyFunction(*unwrap<Function>(Fn), in LLVMVerifyFunction()
/external/llvm/lib/Analysis/
DAnalysis.cpp110 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp464 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/
DAnalysis.cpp118 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DVerifierTest.cpp46 EXPECT_TRUE(verifyFunction(*F)); in TEST()
/external/llvm/unittests/IR/
DVerifierTest.cpp46 EXPECT_TRUE(verifyFunction(*F)); in TEST()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp459 verifyFunction(*TheFunction); in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp467 verifyFunction(*TheFunction); in Codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp507 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp496 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp522 verifyFunction(*TheFunction); in codegen()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.cc97 DCHECK(!llvm::verifyFunction(*fn)); in RewriteCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp534 verifyFunction(*TheFunction); in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1320 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()
1428 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1045 DEBUG(verifyFunction(F)); in prepareExplicitEH()
1048 DEBUG(verifyFunction(F)); in prepareExplicitEH()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1371 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()
1479 llvm::verifyFunction(*ret); in createThrowExceptionFunction()

1234