HomeSort by relevance Sort by last modified time
    Searched refs:BUNDLE (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 88 /// BUNDLE - This instruction represents an instruction bundle. Instructions
89 /// which immediately follow a BUNDLE instruction which are marked with
90 /// 'InsideBundle' flag are inside the bundle.
91 BUNDLE = 14,
  /external/chromium_org/base/
native_library.h 32 BUNDLE,
45 CFBundleRef bundle; member in union:base::NativeLibraryStruct::__anon7017
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 96 MI.getOpcode() == AMDGPU::BUNDLE ||
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 47 // Remove BUNDLE instruction and the InsideBundle flags from bundled
94 /// finalizeBundle - Finalize a machine instruction bundle which includes
96 /// This routine adds a BUNDLE instruction to represent the bundle, it adds
98 /// bundle, and it copies externally visible defs and uses to the BUNDLE
103 assert(FirstMI != LastMI && "Empty bundle?");
104 MIBundleBuilder Bundle(MBB, FirstMI, LastMI);
111 TII->get(TargetOpcode::BUNDLE));
112 Bundle.prepend(MIB)
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 52 public static final NotificationPreset BUNDLE = new NotificationBundlePreset();
66 BUNDLE,
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 52 public static final NotificationPreset BUNDLE = new NotificationBundlePreset();
66 BUNDLE,
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 52 public static final NotificationPreset BUNDLE = new NotificationBundlePreset();
66 BUNDLE,
  /frameworks/base/core/java/android/widget/
RemoteViews.java 39 import android.os.Bundle;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 157 MI.getOpcode() == AMDGPU::BUNDLE ||
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 175 /// isInsideBundle - Return true if MI is in a bundle (but not the first MI
176 /// in a bundle).
178 /// A bundle looks like this before it's finalized:
190 /// In this case, the first MI starts a bundle but is not inside a bundle, the
191 /// next 2 MIs are considered "inside" the bundle.
193 /// After a bundle is finalized, it looks like this:
195 /// | Bundle |
209 /// The first instruction has the special opcode "BUNDLE". It's not "inside"
210 /// a bundle, but the next three MIs are
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 157 MI.getOpcode() == AMDGPU::BUNDLE ||
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 1377 milliseconds

1 2