OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelaxInstruction
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp
61
void
RelaxInstruction
(const MCInst &Inst, MCInst &Res) const;
90
void MBlazeAsmBackend::
RelaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp
55
///
RelaxInstruction
- Relax the instruction in the given fragment to the next
61
void
RelaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp
97
void
RelaxInstruction
(const MCInst &Inst, MCInst &Res) const {
99
assert(0 && "
RelaxInstruction
() unimplemented");
/external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
110
void
RelaxInstruction
(const MCInst &Inst, MCInst &Res) const;
249
void X86AsmBackend::
RelaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
105
void
RelaxInstruction
(const MCInst &Inst, MCInst &Res) const;
132
void ARMAsmBackend::
RelaxInstruction
(const MCInst &Inst, MCInst &Res) const {
133
assert(0 && "ARMAsmBackend::
RelaxInstruction
() unimplemented");
/external/llvm/lib/MC/
MCAssembler.cpp
682
bool MCAssembler::
RelaxInstruction
(MCAsmLayout &Layout,
695
getBackend().
RelaxInstruction
(IF.getInst(), Relaxed);
779
relaxedFrag =
RelaxInstruction
(Layout, *cast<MCInstFragment>(it2));
Completed in 215 milliseconds