HomeSort by: relevance | last modified time | path
    Searched defs:materialize (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Layer.cpp 134 void BasicIRLayerMaterializationUnit::materialize( function in class:llvm::BasicIRLayerMaterializationUnit
202 void BasicObjectLayerMaterializationUnit::materialize( function in class:llvm::BasicObjectLayerMaterializationUnit
LazyReexports.cpp 155 void LazyReexportsMaterializationUnit::materialize( function in class:llvm::orc::LazyReexportsMaterializationUnit
Core.cpp 90 OS << "Failed to materialize symbols: " << *Symbols;
250 void AbsoluteSymbolsMaterializationUnit::materialize( function in class:llvm::orc::AbsoluteSymbolsMaterializationUnit
281 void ReExportsMaterializationUnit::materialize( function in class:llvm::orc::ReExportsMaterializationUnit
289 // aliases back to the JITDylib so as to not prematurely materialize any
315 // FIXME: Should this be reported / treated as failure to materialize?
729 // materialize MU immediately.
1760 void MaterializationTask::run() { MU->materialize(std::move(MR)); }
2139 // then bail out and treat it as a failure to materialize.
2398 // then bail out and treat it as a failure to materialize.
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 77 void materialize(std::unique_ptr<MaterializationResponsibility> R) override;
122 void KaleidoscopeASTMaterializationUnit::materialize( function in class:llvm::orc::KaleidoscopeASTMaterializationUnit
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 49 Error GlobalValue::materialize() { function in class:GlobalValue
50 return getParent()->materialize(this);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 496 // If we need to split a basic block to materialize this insertion point,
880 void RegBankSelect::InstrInsertPoint::materialize() { function in class:RegBankSelect::InstrInsertPoint
929 void RegBankSelect::EdgeInsertPoint::materialize() { function in class:RegBankSelect::EdgeInsertPoint
937 assert(NewBB && "Invalid call to materialize");
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 361 Value *materialize(Value *V) override;
369 Value *materialize(Value *V) override;
543 Value *materialize(Value *V, bool ForIndirectSymbol);
568 Value *GlobalValueMaterializer::materialize(Value *SGV) { function in class:GlobalValueMaterializer
569 return TheIRLinker.materialize(SGV, false);
572 Value *LocalValueMaterializer::materialize(Value *SGV) { function in class:LocalValueMaterializer
573 return TheIRLinker.materialize(SGV, true);
576 Value *IRLinker::materialize(Value *V, bool ForIndirectSymbol) { function in class:IRLinker
1086 // Materialize if needed.
1087 if (Error Err = Src.materialize())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 147 void materialize(NodeToValueMap &Loc);
1153 void HexagonCommonGEP::materialize(NodeToValueMap &Loc) { function in class:HexagonCommonGEP
1290 materialize(Loc);
HexagonLoopIdiomRecognition.cpp 236 Value *materialize(BasicBlock *B, BasicBlock::iterator At);
530 Value *Simplifier::Context::materialize(BasicBlock *B, function in class:Simplifier::Context
1844 Value *NewSel = C.materialize(LoopB, SI->getIterator());
1875 Value *NewSel = C.materialize(LoopB, SI->getIterator());
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 574 Error materialize(GlobalValue *GV) override;
586 /// Materialize any deferred Metadata block.
891 // Try to materialize F.
892 if (Error Err = materialize(F))
3144 return error("Trying to materialize functions before seeing function blocks");
5547 Error BitcodeReader::materialize(GlobalValue *GV) { function in class:BitcodeReader
5561 // Materialize metadata before parsing any function bodies.
5661 // Promise to materialize all forward references.
5667 if (Error Err = materialize(&F))
6828 /// \param[in] MaterializeAll Set to \c true if we should materialize
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 2014 punning and instead rely on code generation to materialize
4155 void materialize ();
5490 vect_optimize_slp_pass::materialize () function in class:vect_optimize_slp_pass
5799 materialize ();

Completed in 95 milliseconds