/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 101 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/ |
D | fuzzer_corpus_test.cc | 69 void Materialize() const { in Materialize() function in ExampleGenerator 132 Materialize(); in Begin() 138 Materialize(); in End()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-materialize.ll | 3 ; Materialize using fmov 28 ; Materialize from constant pool
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-materialize.ll | 5 ; Materialize using fmov 38 ; Materialize from constant pool
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | Materializer.h | 67 DematerializerSP Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, 97 virtual void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
|
/external/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 225 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/ |
D | llvm-extract.cpp | 309 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/ |
D | materialize.ll | 234 ; 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).
|
D | sse-domains.ll | 18 ; Materialize a zeroinitializer and a constant-pool load in the integer domain.
|
/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 139 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()
|
D | LLVMUserExpression.cpp | 359 m_dematerializer_sp = m_materializer_up->Materialize( in PrepareToExecuteJITExpression()
|
/external/llvm/test/CodeGen/X86/ |
D | materialize.ll | 167 ; Materialize -1 (thiscall forces it into %ecx). 189 ; Materialize -1 (thiscall forces it into %ecx).
|
D | sse-domains.ll | 18 ; Materialize a zeroinitializer and a constant-pool load in the integer domain.
|
/external/llvm-project/llvm/test/DebugInfo/ARM/ |
D | single-constant-use-preserves-dbgloc.ll | 33 ; Materialize the constant.
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1612 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/ |
D | frame-index-elimination.ll | 8 ; 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/ |
D | fast-isel-call.ll | 43 ;; Materialize i1 1
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-call.ll | 43 ;; Materialize i1 1
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 1747 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/ |
D | Mips64InstrInfo.td | 645 // Materialize i64 constants.
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 645 // Materialize i64 constants.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 301 // Materialize i64 constant where top 32-bits are zero. This could theoretically
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 2142 // Materialize FP immediates. VFP3 only.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 2473 // Materialize FP immediates. VFP3 only.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 308 // Materialize i64 constant where top 32-bits are zero. This could theoretically
|