Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/llvm/unittests/Bitcode/
H A 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()
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dtest-legalize-type-conversion.mlir5 …// expected-error@below {{failed to materialize conversion for block argument #0 that remained liv…
24 …// expected-error@below {{failed to materialize conversion for result #0 of operation 'test.type_p…
34 …// expected-error@below {{failed to materialize conversion for result #0 of operation 'test.type_p…
55 …// expected-error@below {{failed to materialize conversion for result #0 of operation 'test.type_p…
107 …// expected-error@below {{failed to materialize conversion for block argument #0 that remained liv…
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A 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;
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h127 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
189 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
H A DLazyReexports.h152 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGVMaterializer.h37 virtual Error materialize(GlobalValue *GV) = 0;
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dmetadata-decl.ll2 ; RUN: llvm-as < %s | llvm-dis -materialize-metadata | FileCheck %s
H A Dmetadata.ll2 ; RUN: llvm-as < %s | llvm-dis -materialize-metadata | FileCheck --check-prefix=CHECK-UNMAT %s
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dlto-lazy-reference-quadruple.ll6 ; The symbol __real@40800000 is used to materialize the 4.0 constant.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Disnan2.ll4 ; This should not need to materialize 0.0 to evaluate the condition.
H A Dx86-64-and-mask.ll27 ; with a separate mov to materialize the mask.
H A Dfunction-subtarget-features.ll6 ; to materialize constants.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dcontainer-data-pointer.rst7 element at index 0 in a container. This pattern is commonly used to materialize
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp133 void BasicIRLayerMaterializationUnit::materialize( in materialize() function in llvm::orc::BasicIRLayerMaterializationUnit
211 void BasicObjectLayerMaterializationUnit::materialize( in materialize() function in llvm::orc::BasicObjectLayerMaterializationUnit
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfast-isel-shift-materialize.ll7 ; we materialize in to. However, the first shift was also killing that vreg.
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h77 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
122 void KaleidoscopeASTMaterializationUnit::materialize( in materialize() function
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp368 Value *materialize(Value *V) override;
376 Value *materialize(Value *V) override;
549 Value *materialize(Value *V, bool ForIndirectSymbol);
574 Value *GlobalValueMaterializer::materialize(Value *SGV) { in materialize() function in GlobalValueMaterializer
575 return TheIRLinker.materialize(SGV, false); in materialize()
578 Value *LocalValueMaterializer::materialize(Value *SGV) { in materialize() function in LocalValueMaterializer
579 return TheIRLinker.materialize(SGV, true); in materialize()
582 Value *IRLinker::materialize(Value *V, bool ForIndirectSymbol) { in materialize() function in IRLinker
1106 if (Error Err = Src.materialize()) in linkFunctionBody()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDerivedAttributeOpInterface.td38 unable to materialize a derived attribute as attribute.
/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A 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
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dcond-sel-value-prop.ll59 ; CSINC to materialize the 1.
74 ; CSINV to materialize the -1.
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Dnonintegral.ll11 ; How exactly SCEV chooses to materialize isn't all that important, as
/llvm-project-15.0.7/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp285 ExitOnErr(F->materialize()); in main()
303 auto Materialize = [&](GlobalValue &GV) { ExitOnErr(GV.materialize()); }; in main()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DREADME.txt58 * Use %g0 directly to materialize 0. No instruction is required.
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.h119 materialize(std::unique_ptr<orc::MaterializationResponsibility> R) override { in materialize() function
/llvm-project-15.0.7/llvm/test/Transforms/Coroutines/
H A Dcoro-materialize.ll1 ; Verifies that we materialize instruction across suspend points

1234