OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MayNeedRelaxation
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Target/
TargetAsmBackend.h
101
///
MayNeedRelaxation
- Check whether the given instruction may need
105
virtual bool
MayNeedRelaxation
(const MCInst &Inst) const = 0;
/external/llvm/lib/Target/MBlaze/
MBlazeAsmBackend.cpp
61
bool
MayNeedRelaxation
(const MCInst &Inst) const;
81
bool MBlazeAsmBackend::
MayNeedRelaxation
(const MCInst &Inst) const {
/external/llvm/lib/Target/PowerPC/
PPCAsmBackend.cpp
59
bool
MayNeedRelaxation
(const MCInst &Inst) const {
/external/llvm/lib/MC/
MCObjectStreamer.cpp
167
if (!getAssembler().getBackend().
MayNeedRelaxation
(Inst)) {
177
while (getAssembler().getBackend().
MayNeedRelaxation
(Relaxed))
MCAssembler.cpp
671
if (!getBackend().
MayNeedRelaxation
(IF->getInst()))
/external/llvm/lib/Target/ARM/
ARMAsmBackend.cpp
91
bool
MayNeedRelaxation
(const MCInst &Inst) const;
115
bool ARMAsmBackend::
MayNeedRelaxation
(const MCInst &Inst) const {
/external/llvm/lib/Target/X86/
X86AsmBackend.cpp
101
bool
MayNeedRelaxation
(const MCInst &Inst) const;
210
bool X86AsmBackend::
MayNeedRelaxation
(const MCInst &Inst) const {
Completed in 81 milliseconds