Searched refs:BUNDLE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetOpcodes.h87 /// BUNDLE - This instruction represents an instruction bundle. Instructions
88 /// which immediately follow a BUNDLE instruction which are marked with
90 BUNDLE = 14, enumerator in enum:llvm::TargetOpcode::__anon2045
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp111 MI.getOpcode() == AMDGPU::BUNDLE ||
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp47 // Remove BUNDLE instruction and the InsideBundle flags from bundled
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
111 TII->get(TargetOpcode::BUNDLE));
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h208 /// The first instruction has the special opcode "BUNDLE". It's not "inside"
660 return getOpcode() == TargetOpcode::BUNDLE;
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp577 case TargetOpcode::BUNDLE:
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp580 case TargetOpcode::BUNDLE:

Completed in 137 milliseconds