OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayNeedRelaxation
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp
58
virtual bool
mayNeedRelaxation
(const MCInst &Inst) const { return false; }
/external/llvm/include/llvm/MC/
MCAsmBackend.h
107
///
mayNeedRelaxation
- Check whether the given instruction may need
111
virtual bool
mayNeedRelaxation
(const MCInst &Inst) const = 0;
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h
54
///
MayNeedRelaxation
- Check whether the given instruction may need
58
bool
mayNeedRelaxation
(const MCInst &Inst) const override {
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp
58
virtual bool
mayNeedRelaxation
(const MCInst &Inst) const { return false; }
/external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp
57
bool
mayNeedRelaxation
(const MCInst &Inst) const override { return false; }
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp
52
bool
mayNeedRelaxation
(const MCInst &Inst) const override {
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp
131
bool
mayNeedRelaxation
(const MCInst &Inst) const override {
/external/llvm/lib/MC/
MCObjectStreamer.cpp
200
if (!Assembler.getBackend().
mayNeedRelaxation
(Inst)) {
214
while (getAssembler().getBackend().
mayNeedRelaxation
(Relaxed))
MCAssembler.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp
71
bool
mayNeedRelaxation
(const MCInst &Inst) const override;
224
bool AArch64AsmBackend::
mayNeedRelaxation
(const MCInst &Inst) const {
/external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp
187
bool
mayNeedRelaxation
(const MCInst &Inst) const override {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
158
bool
mayNeedRelaxation
(const MCInst &Inst) const override;
199
bool ARMAsmBackend::
mayNeedRelaxation
(const MCInst &Inst) const {
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
127
bool
mayNeedRelaxation
(const MCInst &Inst) const override;
240
bool X86AsmBackend::
mayNeedRelaxation
(const MCInst &Inst) const {
Completed in 8902 milliseconds