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

  /external/swiftshader/third_party/subzero/src/
IceInst.h 848 static InstBundleLock *create(Cfg *Func, Option BundleOption) {
850 InstBundleLock(Func, BundleOption);
856 Option getOption() const { return BundleOption; }
862 Option BundleOption;
863 InstBundleLock(Cfg *Func, Option BundleOption);
    [all...]
IceTargetLoweringARM32.h     [all...]
IceTargetLoweringMIPS32.h 616 InstBundleLock::Option BundleOption = InstBundleLock::Opt_None);
632 const InstBundleLock::Option BundleOption;
    [all...]

Completed in 56 milliseconds