OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relaxInstruction
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp
55
virtual void
relaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/include/llvm/MC/
MCAsmBackend.h
136
///
RelaxInstruction
- Relax the instruction in the given fragment to the next
142
virtual void
relaxInstruction
(const MCInst &Inst, MCInst &Res) const = 0;
MCAssembler.h
929
bool
relaxInstruction
(MCAsmLayout &Layout, MCRelaxableFragment &IF);
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp
55
virtual void
relaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp
68
virtual void
relaxInstruction
(const MCInst &Inst,
131
void SystemZMCAsmBackend::
relaxInstruction
(const MCInst &Inst,
/external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp
55
virtual void
relaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp
220
assert(0 && "
RelaxInstruction
() unimplemented");
224
///
RelaxInstruction
- Relax the instruction in the given fragment
230
void
relaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp
138
llvm_unreachable("
relaxInstruction
() unimplemented");
142
void
relaxInstruction
(const MCInst &Inst, MCInst &Res) const {
144
llvm_unreachable("
relaxInstruction
() unimplemented");
/external/llvm/lib/MC/
MCObjectStreamer.cpp
220
getAssembler().getBackend().
relaxInstruction
(Inst, Relaxed);
222
getAssembler().getBackend().
relaxInstruction
(Relaxed, Relaxed);
MCAssembler.cpp
862
bool MCAssembler::
relaxInstruction
(MCAsmLayout &Layout,
875
getBackend().
relaxInstruction
(F.getInst(), Relaxed);
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
119
void
relaxInstruction
(const MCInst &Inst, MCInst &Res) const;
266
void X86AsmBackend::
relaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
129
void
relaxInstruction
(const MCInst &Inst, MCInst &Res) const;
203
void ARMAsmBackend::
relaxInstruction
(const MCInst &Inst, MCInst &Res) const {
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp
198
void
relaxInstruction
(const MCInst&, llvm::MCInst&) const {
Completed in 1792 milliseconds