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

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 331 TargetLowering::AutoBundle::AutoBundle(TargetLowering *Target,
341 TargetLowering::AutoBundle::~AutoBundle() {
    [all...]
IceTargetLowering.h 353 // This control variable is used by AutoBundle (RAII-style bundle
362 // to use the AutoBundle helper.
370 /// AutoBundle provides RIAA-style bundling. Sub-targets are expected to use
374 /// AutoBundle objects will emit a _bundle_lock during construction (but only
378 class AutoBundle {
379 AutoBundle() = delete;
380 AutoBundle(const AutoBundle &) = delete;
381 AutoBundle &operator=(const AutoBundle &) = delete
    [all...]

Completed in 74 milliseconds