Home
last modified time | relevance | path

Searched refs:Materialize (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.h102 orc::SymbolFlagsMap SymbolFlags, MaterializeFunction Materialize,
108 Materialize(std::move(Materialize)), Discard(std::move(Discard)), in MaterializationUnit()
120 Materialize(std::move(R)); in materialize()
132 MaterializeFunction Materialize;
H A DOrcCAPITest.cpp510 void Materialize(void *Ctx, LLVMOrcMaterializationResponsibilityRef MR) { in Materialize() function
644 "MU", (void *)Jit, &Sym, 1, NULL, &Materialize, NULL, &Destroy); in TEST_F()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c110 void Materialize(void *Ctx, LLVMOrcMaterializationResponsibilityRef MR) { in Materialize() function
218 &Materialize, NULL, &Destroy); in main()
222 &Materialize, NULL, &Destroy); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fast-isel-materialize.ll5 ; Materialize using fmov
38 ; Materialize from constant pool
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DMaterializer.h67 DematerializerSP Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
119 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
/llvm-project-15.0.7/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp303 auto Materialize = [&](GlobalValue &GV) { ExitOnErr(GV.materialize()); }; in main() local
308 Materialize(*GVs[i]); in main()
314 Materialize(F); in main()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp116 LLVMOrcMaterializationUnitMaterializeFunction Materialize, in OrcCAPIMaterializationUnit() argument
121 Name(std::move(Name)), Ctx(Ctx), Materialize(Materialize), in OrcCAPIMaterializationUnit()
134 Materialize(Tmp, wrap(R.release())); in materialize()
144 LLVMOrcMaterializationUnitMaterializeFunction Materialize = nullptr; member in __anonee3010090111::OrcCAPIMaterializationUnit
450 LLVMOrcMaterializationUnitMaterializeFunction Materialize, in LLVMOrcCreateCustomMaterializationUnit() argument
461 Name, std::move(SFM), std::move(IS), Ctx, Materialize, Discard, Destroy)); in LLVMOrcCreateCustomMaterializationUnit()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmaterialize.ll233 ; Materialize -1 (thiscall forces it into %ecx).
255 ; Materialize -1 (thiscall forces it into %ecx).
284 ; Materialize -1 (thiscall forces it into %ecx).
306 ; Materialize -1 (thiscall forces it into %ecx).
H A Dsse-domains.ll36 ; Materialize a zeroinitializer and a constant-pool load in the integer domain.
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp149 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityPersistentVariable
439 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityVariableBase
922 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityResultVariable
1200 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntitySymbol
1319 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityRegister
1494 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in Materializer
1516 entity_up->Materialize(frame_sp, map, process_address, error); in Materialize()
H A DLLVMUserExpression.cpp358 m_dematerializer_sp = m_materializer_up->Materialize( in PrepareToExecuteJITExpression()
/llvm-project-15.0.7/llvm/test/DebugInfo/ARM/
H A Dsingle-constant-use-preserves-dbgloc.ll33 ; Materialize the constant.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dframe-index-elimination.ll8 ; Materialize into a mov. Make sure there isn't an unnecessary copy.
54 ; Materialize into an add of a constant offset from the FI.
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DOrc.h657 LLVMOrcMaterializationUnitMaterializeFunction Materialize,
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfast-isel-call.ll44 ;; Materialize i1 1
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp1874 if (auto *Materialize = dyn_cast<MaterializeTemporaryExpr>(E)) in ignoreImplicitSemaNodes() local
1875 return Materialize->getSubExpr(); in ignoreImplicitSemaNodes()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td645 // Materialize i64 constants.
H A DMipsInstrInfo.td3113 // Materialize constants.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrVFP.td2605 // Materialize FP immediates. VFP3 only.
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrCompiler.td334 // Materialize i64 constant where top 32-bits are zero. This could theoretically
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td2800 // Materialize a zero-vector of long long
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1616 // Materialize FP constants via MOVi32imm/MOVi64imm (MachO large code model).