Home
last modified time | relevance | path

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

12345678

/external/llvm-project/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()
136 ASSERT_FALSE(Foo->materialize()); in TEST()
170 ASSERT_FALSE(Foo->materialize()); in TEST()
225 EXPECT_FALSE(M->getFunction("before")->materialize()); in TEST()
252 EXPECT_FALSE(M->getFunction("after")->materialize()); in TEST()
/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h123 virtual void materialize() = 0;
152 materialize(); in getPoint()
171 materialize(); in getInsertMBB()
211 void materialize() override;
244 void materialize() override { /*Nothing to do to materialize*/ in materialize() function
285 void materialize() override;
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h123 virtual void materialize() = 0;
152 materialize(); in getPoint()
171 materialize(); in getInsertMBB()
211 void materialize() override;
244 void materialize() override { /*Nothing to do to materialize*/ in materialize() function
285 void materialize() override;
/external/llvm-project/mlir/test/Transforms/
Dtest-legalize-type-conversion.mlir3 // expected-error@below {{failed to materialize conversion for block argument #0 that remained live…
29 …// expected-error@below {{failed to materialize conversion for result #0 of operation 'test.type_p…
39 …// expected-error@below {{failed to materialize conversion for result #0 of operation 'test.type_p…
/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-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h119 void materialize(MaterializationResponsibility R) override;
163 void materialize(MaterializationResponsibility R) override;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h126 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
172 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
/external/llvm-project/llvm/include/llvm/IR/
DGVMaterializer.h37 virtual Error materialize(GlobalValue *GV) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGVMaterializer.h37 virtual Error materialize(GlobalValue *GV) = 0;
/external/llvm/include/llvm/IR/
DGVMaterializer.h39 virtual std::error_code materialize(GlobalValue *GV) = 0;
/external/llvm-project/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/llvm-project/polly/test/GPGPU/
Dcheck-unused-fortran-array-size-param-offloaded-to-kernel.ll23 ; we should materialize parameters from *scop array info*.
26 ; but only one of them is accessed, we may not materialize the other array's
54 ; Check that we materialize the sizes and send it across to the kernel.
/external/llvm/test/CodeGen/X86/
Disnan2.ll3 ; This should not need to materialize 0.0 to evaluate the condition.
/external/llvm-project/lld/test/COFF/Inputs/
Dlto-lazy-reference-quadruple.ll6 ; The symbol __real@40800000 is used to materialize the 4.0 constant.
/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/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DCheck.kt42 val singleNotification = flux.materialize().toIterable().single() in checkErroneous()
/external/llvm-project/llvm/test/CodeGen/X86/
Disnan2.ll4 ; This should not need to materialize 0.0 to evaluate the condition.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp113 void BasicIRLayerMaterializationUnit::materialize( in materialize() function in llvm::orc::BasicIRLayerMaterializationUnit
176 void BasicObjectLayerMaterializationUnit::materialize( in materialize() function in llvm::orc::BasicObjectLayerMaterializationUnit
/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/
Dspec-constant.mlir20 // We materialize a `spv.mlir.referenceof` op at every use of a
33 // We materialize a `spv.mlir.referenceof` op at every use of a
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp134 void BasicIRLayerMaterializationUnit::materialize( in materialize() function in llvm::orc::BasicIRLayerMaterializationUnit
200 void BasicObjectLayerMaterializationUnit::materialize( in materialize() function in llvm::orc::BasicObjectLayerMaterializationUnit
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dmaterialize-broadcasts.mlir1 // RUN: mlir-hlo-opt -mhlo-test-materialize-broadcasts -split-input-file %s -o - | FileCheck %s
/external/llvm/test/CodeGen/ARM/
Dfast-isel-shift-materialize.ll7 ; we materialize in to. However, the first shift was also killing that vreg.

12345678