Home
last modified time | relevance | path

Searched refs:BUNDLE (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetOpcodes.h91 BUNDLE = 14, enumerator
DTarget.td825 def BUNDLE : Instruction {
828 let AsmString = "BUNDLE";
/external/llvm/lib/Target/R600/MCTargetDesc/
DR600MCCodeEmitter.cpp96 MI.getOpcode() == AMDGPU::BUNDLE || in EncodeInstruction()
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp112 BuildMI(MF, FirstMI->getDebugLoc(), TII->get(TargetOpcode::BUNDLE)); in finalizeBundle()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DR600MCCodeEmitter.cpp157 MI.getOpcode() == AMDGPU::BUNDLE || in EncodeInstruction()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h776 return getOpcode() == TargetOpcode::BUNDLE;
/external/llvm/docs/
DCodeGenerator.rst573 the 'InsideBundle' flag. A top level MI with the special BUNDLE opcode is used
574 to represent the start of a bundle. It's legal to mix BUNDLE MIs with indiviual
583 inside bundles. The top level BUNDLE instruction must have the correct set of
591 should only be finalized (i.e. adding BUNDLE MIs and input and output register
594 to BUNDLE instructions which would effectively double the virtual register def
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp617 case TargetOpcode::BUNDLE: in GetInstSizeInBytes()