HomeSort by relevance Sort by last modified time
    Searched refs:DataLowering (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 314 DataLowering(TargetDataLowering::createLowering(this)) {
478 void GlobalContext::lowerConstants() { DataLowering->lowerConstants(); }
480 void GlobalContext::lowerJumpTables() { DataLowering->lowerJumpTables(); }
483 DataLowering->emitTargetRODataSections();
522 DataLowering->lowerGlobals(Globals, SectionSuffix);
    [all...]
IceGlobalContext.h 394 /// Uses DataLowering to lower Globals. Side effects:
499 // DataLowering is only ever used by a single thread at a time (either in
502 std::unique_ptr<TargetDataLowering> DataLowering;

Completed in 149 milliseconds