Home
last modified time | relevance | path

Searched refs:materialize (Results 1 – 25 of 132) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/
DBitReaderTest.cpp93 ASSERT_FALSE(H->materialize()); in TEST()
101 ASSERT_FALSE(G->materialize()); in TEST()
109 ASSERT_FALSE(J->materialize()); in TEST()
117 ASSERT_FALSE(F->materialize()); in TEST()
161 EXPECT_FALSE(M->getFunction("before")->materialize()); in TEST()
188 EXPECT_FALSE(M->getFunction("after")->materialize()); in TEST()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h113 virtual void materialize() = 0;
142 materialize(); in getPoint()
161 materialize(); in getInsertMBB()
200 void materialize() override;
231 void materialize() override { /*Nothing to do to materialize*/ in materialize() function
269 void materialize() override;
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp175 H->materialize(); in TEST()
183 G->materialize(); in TEST()
191 J->materialize(); in TEST()
199 F->materialize(); in TEST()
242 EXPECT_FALSE(M->getFunction("before")->materialize()); in TEST()
269 EXPECT_FALSE(M->getFunction("after")->materialize()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h124 virtual void materialize() = 0;
153 materialize(); in getPoint()
172 materialize(); in getInsertMBB()
212 void materialize() override;
245 void materialize() override { /*Nothing to do to materialize*/ in materialize() function
286 void materialize() override;
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dindexed_dataset_ops_test.py43 materialize = ged_ops.experimental_indexed_dataset_materialize(
48 self.evaluate(materialize)
55 materialized = ds.materialize()
/external/grpc-grpc/src/core/lib/slice/
Dslice_intern.cc153 static grpc_slice materialize(interned_slice_refcount* s) { in materialize() function
228 if (s->hash == hash && grpc_slice_eq(slice, materialize(s))) { in grpc_slice_intern()
238 return materialize(s); in grpc_slice_intern()
266 return materialize(s); in grpc_slice_intern()
321 grpc_dump_slice(materialize(s), GPR_DUMP_HEX | GPR_DUMP_ASCII); in grpc_slice_intern_shutdown()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h79 void materialize(MaterializationResponsibility R) override;
118 void materialize(MaterializationResponsibility R) override;
DCore.h219 materialize(MaterializationResponsibility(V, std::move(SymbolFlags))); in doMaterialize()
238 virtual void materialize(MaterializationResponsibility R) = 0;
259 void materialize(MaterializationResponsibility R) override;
308 void materialize(MaterializationResponsibility R) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp61 void BasicIRLayerMaterializationUnit::materialize( in materialize() function in llvm::orc::BasicIRLayerMaterializationUnit
94 void BasicObjectLayerMaterializationUnit::materialize( in materialize() function in llvm::orc::BasicObjectLayerMaterializationUnit
/external/llvm/lib/Linker/
DIRMover.cpp355 Value *materialize(Value *V) override;
363 Value *materialize(Value *V) override;
500 Value *materialize(Value *V, bool ForAlias);
525 Value *GlobalValueMaterializer::materialize(Value *SGV) { in materialize() function in GlobalValueMaterializer
526 return TheIRLinker.materialize(SGV, false); in materialize()
529 Value *LocalValueMaterializer::materialize(Value *SGV) { in materialize() function in LocalValueMaterializer
530 return TheIRLinker.materialize(SGV, true); in materialize()
533 Value *IRLinker::materialize(Value *V, bool ForAlias) { in materialize() function in IRLinker
958 if (std::error_code EC = Src.materialize()) in linkFunctionBody()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGVMaterializer.h38 virtual Error materialize(GlobalValue *GV) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp367 Value *materialize(Value *V) override;
375 Value *materialize(Value *V) override;
526 Value *materialize(Value *V, bool ForAlias);
551 Value *GlobalValueMaterializer::materialize(Value *SGV) { in materialize() function in GlobalValueMaterializer
552 return TheIRLinker.materialize(SGV, false); in materialize()
555 Value *LocalValueMaterializer::materialize(Value *SGV) { in materialize() function in LocalValueMaterializer
556 return TheIRLinker.materialize(SGV, true); in materialize()
559 Value *IRLinker::materialize(Value *V, bool ForAlias) { in materialize() function in IRLinker
1006 if (Error Err = Src.materialize()) in linkFunctionBody()
/external/llvm/include/llvm/IR/
DGVMaterializer.h39 virtual std::error_code materialize(GlobalValue *GV) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
Dmetadata-decl.ll2 ; RUN: llvm-as < %s | llvm-dis -materialize-metadata | FileCheck %s
/external/llvm/test/Assembler/
Dmetadata-decl.ll2 ; RUN: llvm-as < %s | llvm-dis -materialize-metadata | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Disnan2.ll3 ; This should not need to materialize 0.0 to evaluate the condition.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Disnan2.ll3 ; This should not need to materialize 0.0 to evaluate the condition.
Dsetcc.ll4 ; Use sbb x, x to materialize carry bit in a GPR. The value is either
/external/llvm/test/CodeGen/X86/
Disnan2.ll3 ; This should not need to materialize 0.0 to evaluate the condition.
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp603 F.materialize(); in importFunctions()
625 GV.materialize(); in importFunctions()
651 GO->materialize(); in importFunctions()
653 GA.materialize(); in importFunctions()
/external/llvm/test/CodeGen/ARM/
Dfast-isel-shift-materialize.ll7 ; we materialize in to. However, the first shift was also killing that vreg.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfast-isel-shift-materialize.ll7 ; we materialize in to. However, the first shift was also killing that vreg.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dcond-sel-value-prop.ll50 ; CSINC to materialize the 1.
63 ; CSINV to materialize the -1.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/
Dllvm-extract.cpp271 ExitOnErr(F->materialize()); in main()
289 auto Materialize = [&](GlobalValue &GV) { ExitOnErr(GV.materialize()); }; in main()
/external/llvm/lib/IR/
DGlobals.cpp36 std::error_code GlobalValue::materialize() { in materialize() function in GlobalValue
37 return getParent()->materialize(this); in materialize()

123456