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

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.h 364 _bundle_lock(InstBundleLock::Option BundleOption = InstBundleLock::Opt_None) {
365 Context.insert<InstBundleLock>(BundleOption);
384 explicit AutoBundle(TargetLowering *Target, InstBundleLock::Option Option =
385 InstBundleLock::Opt_None);
IceInst.h 834 class InstBundleLock : public InstHighLevel {
835 InstBundleLock() = delete;
836 InstBundleLock(const InstBundleLock &) = delete;
837 InstBundleLock &operator=(const InstBundleLock &) = delete;
841 static InstBundleLock *create(Cfg *Func, Option BundleOption) {
842 return new (Func->allocate<InstBundleLock>())
843 InstBundleLock(Func, BundleOption);
856 InstBundleLock(Cfg *Func, Option BundleOption)
    [all...]
IceCfgNode.cpp 621 if (llvm::isa<InstBundleLock>(Context.getCur())) {
    [all...]
IceTargetLoweringX8632.cpp 348 Bundle = makeUnique<AutoBundle>(this, InstBundleLock::Opt_AlignToEnd);
352 Bundle = makeUnique<AutoBundle>(this, InstBundleLock::Opt_AlignToEnd);
IceInst.cpp 562 InstBundleLock::InstBundleLock(Cfg *Func, InstBundleLock::Option BundleOption)
957 void InstBundleLock::emit(const Cfg *Func) const {
977 void InstBundleLock::dump(const Cfg *Func) const {
    [all...]
IceTargetLoweringMIPS32.h 616 InstBundleLock::Option BundleOption = InstBundleLock::Opt_None);
632 const InstBundleLock::Option BundleOption;
    [all...]
IceTargetLoweringX8664.cpp 661 Bundler = makeUnique<AutoBundle>(this, InstBundleLock::Opt_PadToEnd);
670 Bundler = makeUnique<AutoBundle>(this, InstBundleLock::Opt_PadToEnd);
IceTargetLoweringARM32.h     [all...]
IceTargetLowering.cpp 332 InstBundleLock::Option Option)
    [all...]
IceTargetLoweringX86Base.h 469 template <InstBundleLock::Option BundleLockOpt = InstBundleLock::Opt_None>
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 207 milliseconds