OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MayNeedRelaxation
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp
59
bool
MayNeedRelaxation
(const MCInst &Inst) const;
79
bool MBlazeAsmBackend::
MayNeedRelaxation
(const MCInst &Inst) const {
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp
47
///
MayNeedRelaxation
- Check whether the given instruction may need
51
bool
MayNeedRelaxation
(const MCInst &Inst) const {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp
92
bool
MayNeedRelaxation
(const MCInst &Inst) const {
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
108
bool
MayNeedRelaxation
(const MCInst &Inst) const;
217
bool X86AsmBackend::
MayNeedRelaxation
(const MCInst &Inst) const {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
103
bool
MayNeedRelaxation
(const MCInst &Inst) const;
127
bool ARMAsmBackend::
MayNeedRelaxation
(const MCInst &Inst) const {
Completed in 204 milliseconds