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

  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 562 InstBundleLock::InstBundleLock(Cfg *Func, InstBundleLock::Option BundleOption)
564 BundleOption(BundleOption) {}
962 switch (BundleOption) {
982 switch (BundleOption) {
    [all...]
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...]
IceTargetLowering.h 364 _bundle_lock(InstBundleLock::Option BundleOption = InstBundleLock::Opt_None) {
365 Context.insert<InstBundleLock>(BundleOption);
IceTargetLoweringMIPS32.h 616 InstBundleLock::Option BundleOption = InstBundleLock::Opt_None);
632 const InstBundleLock::Option BundleOption;
    [all...]
IceTargetLoweringARM32.h     [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringARM32.cpp     [all...]

Completed in 211 milliseconds