OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixupNeedsRelaxation
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp
50
virtual bool
fixupNeedsRelaxation
(const MCFixup &Fixup, uint64_t Value,
/external/llvm/include/llvm/MC/
MCAsmBackend.h
129
///
fixupNeedsRelaxation
- Target specific predicate for whether a given
131
virtual bool
fixupNeedsRelaxation
(const MCFixup &Fixup,
MCAssembler.h
914
bool
fixupNeedsRelaxation
(const MCFixup &Fixup, const MCRelaxableFragment *DF,
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp
50
virtual bool
fixupNeedsRelaxation
(const MCFixup &Fixup, uint64_t Value,
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp
63
virtual bool
fixupNeedsRelaxation
(const MCFixup &Fixup,
122
SystemZMCAsmBackend::
fixupNeedsRelaxation
(const MCFixup &Fixup,
/external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp
50
virtual bool
fixupNeedsRelaxation
(const MCFixup &Fixup, uint64_t Value,
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp
213
///
fixupNeedsRelaxation
- Target specific predicate for whether a given
215
bool
fixupNeedsRelaxation
(const MCFixup &Fixup,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp
133
bool
fixupNeedsRelaxation
(const MCFixup &Fixup,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp
88
bool
fixupNeedsRelaxation
(const MCFixup &Fixup,
210
ELFAArch64AsmBackend::
fixupNeedsRelaxation
(const MCFixup &Fixup,
/external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
114
bool
fixupNeedsRelaxation
(const MCFixup &Fixup,
256
bool X86AsmBackend::
fixupNeedsRelaxation
(const MCFixup &Fixup,
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
124
bool
fixupNeedsRelaxation
(const MCFixup &Fixup,
167
bool ARMAsmBackend::
fixupNeedsRelaxation
(const MCFixup &Fixup,
200
llvm_unreachable("Unexpected fixup kind in
fixupNeedsRelaxation
()!");
/external/llvm/lib/MC/
MCAssembler.cpp
834
bool MCAssembler::
fixupNeedsRelaxation
(const MCFixup &Fixup,
843
return getBackend().
fixupNeedsRelaxation
(Fixup, Value, DF, Layout);
856
if (
fixupNeedsRelaxation
(*it, F, Layout))
[
all
...]
Completed in 2029 milliseconds