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

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 87 /// BUNDLE - This instruction represents an instruction bundle. Instructions
88 /// which immediately follow a BUNDLE instruction which are marked with
89 /// 'InsideBundle' flag are inside the bundle.
90 BUNDLE = 14,
  /external/chromium/base/
native_library.h 38 BUNDLE,
45 CFBundleRef bundle;
  /external/chromium_org/base/
native_library.h 37 BUNDLE,
50 CFBundleRef bundle; member in union:base::NativeLibraryStruct::__anon6241
  /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...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 34 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 174 /// isInsideBundle - Return true if MI is in a bundle (but not the first MI
175 /// in a bundle).
177 /// A bundle looks like this before it's finalized:
189 /// In this case, the first MI starts a bundle but is not inside a bundle, the
190 /// next 2 MIs are considered "inside" the bundle.
192 /// After a bundle is finalized, it looks like this:
194 /// | Bundle |
208 /// The first instruction has the special opcode "BUNDLE". It's not "inside"
209 /// a bundle, but the next three MIs are
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 157 MI.getOpcode() == AMDGPU::BUNDLE ||
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 566 case TargetOpcode::BUNDLE:
586 assert(!I->isBundle() && "No nested bundle!");
  /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 
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 565 case TargetOpcode::BUNDLE:
637 assert(!I->isBundle() && "No nested bundle!");
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 775 milliseconds