| /llvm-project-15.0.7/llvm/unittests/Bitcode/ |
| H A D | BitReaderTest.cpp | 93 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 D | test-legalize-type-conversion.mlir | 5 …// 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 D | RegBankSelect.h | 124 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 D | Layer.h | 127 void materialize(std::unique_ptr<MaterializationResponsibility> R) override; 189 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
|
| H A D | LazyReexports.h | 152 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GVMaterializer.h | 37 virtual Error materialize(GlobalValue *GV) = 0;
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | metadata-decl.ll | 2 ; RUN: llvm-as < %s | llvm-dis -materialize-metadata | FileCheck %s
|
| H A D | metadata.ll | 2 ; 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 D | lto-lazy-reference-quadruple.ll | 6 ; The symbol __real@40800000 is used to materialize the 4.0 constant.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | isnan2.ll | 4 ; This should not need to materialize 0.0 to evaluate the condition.
|
| H A D | x86-64-and-mask.ll | 27 ; with a separate mov to materialize the mask.
|
| H A D | function-subtarget-features.ll | 6 ; to materialize constants.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | container-data-pointer.rst | 7 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 D | Layer.cpp | 133 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 D | fast-isel-shift-materialize.ll | 7 ; 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 D | KaleidoscopeJIT.h | 77 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 D | IRMover.cpp | 368 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 D | DerivedAttributeOpInterface.td | 38 unable to materialize a derived attribute as attribute.
|
| /llvm-project-15.0.7/mlir/test/Target/SPIRV/ |
| H A D | spec-constant.mlir | 20 // 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 D | cond-sel-value-prop.ll | 59 ; CSINC to materialize the 1. 74 ; CSINV to materialize the -1.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | nonintegral.ll | 11 ; How exactly SCEV chooses to materialize isn't all that important, as
|
| /llvm-project-15.0.7/llvm/tools/llvm-extract/ |
| H A D | llvm-extract.cpp | 285 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 D | README.txt | 58 * Use %g0 directly to materialize 0. No instruction is required.
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | OrcTestCommon.h | 119 materialize(std::unique_ptr<orc::MaterializationResponsibility> R) override { in materialize() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/Coroutines/ |
| H A D | coro-materialize.ll | 1 ; Verifies that we materialize instruction across suspend points
|