Home
last modified time | relevance | path

Searched defs:Materialize (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp225 auto Materialize = [&](GlobalValue &GV) { in main() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp35 bool GlobalValue::Materialize(std::string *ErrInfo) { in Materialize() function in GlobalValue
DModule.cpp352 bool Module::Materialize(GlobalValue *GV, std::string *ErrInfo) { in Materialize() function in Module
/external/v8/src/interpreter/
Dbytecode-register-optimizer.cc316 void BytecodeRegisterOptimizer::Materialize(RegisterInfo* info) { in Materialize() function in v8::internal::interpreter::BytecodeRegisterOptimizer
/external/clang/lib/AST/
DExpr.cpp1612 if (MaterializeTemporaryExpr *Materialize in getSubExprAsWritten() local
2334 if (MaterializeTemporaryExpr *Materialize in IgnoreParenCasts() local
2355 if (MaterializeTemporaryExpr *Materialize in IgnoreCasts() local
2382 } else if (MaterializeTemporaryExpr *Materialize in IgnoreParenLValueCasts() local
2421 if (MaterializeTemporaryExpr *Materialize in IgnoreParenImpCasts() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2861 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) { in Materialize() function in BitcodeReader