Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h101 orc::SymbolFlagsMap SymbolFlags, MaterializeFunction Materialize,
106 Materialize(std::move(Materialize)), Discard(std::move(Discard)), in MaterializationUnit()
118 Materialize(std::move(R)); in materialize()
130 MaterializeFunction Materialize;
/external/grpc-grpc/test/core/util/
Dfuzzer_corpus_test.cc69 void Materialize() const { in Materialize() function in ExampleGenerator
132 Materialize(); in Begin()
138 Materialize(); in End()
/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-materialize.ll3 ; Materialize using fmov
28 ; Materialize from constant pool
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-materialize.ll5 ; Materialize using fmov
38 ; Materialize from constant pool
/external/llvm-project/lldb/include/lldb/Expression/
DMaterializer.h67 DematerializerSP Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
97 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp225 auto Materialize = [&](GlobalValue &GV) { in main() local
235 Materialize(*GVs[i]); in main()
241 Materialize(F); in main()
/external/llvm-project/llvm/tools/llvm-extract/
Dllvm-extract.cpp309 auto Materialize = [&](GlobalValue &GV) { ExitOnErr(GV.materialize()); }; in main() local
314 Materialize(*GVs[i]); in main()
320 Materialize(F); in main()
/external/llvm-project/llvm/test/CodeGen/X86/
Dmaterialize.ll234 ; Materialize -1 (thiscall forces it into %ecx).
256 ; Materialize -1 (thiscall forces it into %ecx).
285 ; Materialize -1 (thiscall forces it into %ecx).
307 ; Materialize -1 (thiscall forces it into %ecx).
Dsse-domains.ll18 ; Materialize a zeroinitializer and a constant-pool load in the integer domain.
/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp139 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityPersistentVariable
426 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityVariable
780 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityResultVariable
1056 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntitySymbol
1175 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in EntityRegister
1350 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize() function in Materializer
1372 entity_up->Materialize(frame_sp, map, process_address, error); in Materialize()
DLLVMUserExpression.cpp359 m_dematerializer_sp = m_materializer_up->Materialize( in PrepareToExecuteJITExpression()
/external/llvm/test/CodeGen/X86/
Dmaterialize.ll167 ; Materialize -1 (thiscall forces it into %ecx).
189 ; Materialize -1 (thiscall forces it into %ecx).
Dsse-domains.ll18 ; Materialize a zeroinitializer and a constant-pool load in the integer domain.
/external/llvm-project/llvm/test/DebugInfo/ARM/
Dsingle-constant-use-preserves-dbgloc.ll33 ; Materialize the constant.
/external/clang/lib/AST/
DExpr.cpp1612 if (MaterializeTemporaryExpr *Materialize in getSubExprAsWritten() local
1614 SubExpr = Materialize->GetTemporaryExpr(); in getSubExprAsWritten()
2334 if (MaterializeTemporaryExpr *Materialize in IgnoreParenCasts() local
2336 E = Materialize->GetTemporaryExpr(); in IgnoreParenCasts()
2355 if (MaterializeTemporaryExpr *Materialize in IgnoreCasts() local
2357 E = Materialize->GetTemporaryExpr(); in IgnoreCasts()
2382 } else if (MaterializeTemporaryExpr *Materialize in IgnoreParenLValueCasts() local
2384 E = Materialize->GetTemporaryExpr(); in IgnoreParenLValueCasts()
2421 if (MaterializeTemporaryExpr *Materialize in IgnoreParenImpCasts() local
2423 E = Materialize->GetTemporaryExpr(); in IgnoreParenImpCasts()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
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.
/external/llvm-project/llvm/test/CodeGen/ARM/
Dfast-isel-call.ll43 ;; Materialize i1 1
/external/llvm/test/CodeGen/ARM/
Dfast-isel-call.ll43 ;; Materialize i1 1
/external/llvm-project/clang/lib/AST/
DExpr.cpp1747 if (auto *Materialize = dyn_cast<MaterializeTemporaryExpr>(E)) in skipImplicitTemporary() local
1748 E = Materialize->getSubExpr(); in skipImplicitTemporary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips64InstrInfo.td645 // Materialize i64 constants.
/external/llvm-project/llvm/lib/Target/Mips/
DMips64InstrInfo.td645 // Materialize i64 constants.
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td301 // Materialize i64 constant where top 32-bits are zero. This could theoretically
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td2142 // Materialize FP immediates. VFP3 only.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrVFP.td2473 // Materialize FP immediates. VFP3 only.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCompiler.td308 // Materialize i64 constant where top 32-bits are zero. This could theoretically

12