Searched refs:mayNeedRelaxation (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp58 virtual bool mayNeedRelaxation(const MCInst &Inst) const { return false; } function in class:__anon12230::AMDGPUAsmBackend
/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h123 /// mayNeedRelaxation - Check whether the given instruction may need
127 virtual bool mayNeedRelaxation(const MCInst &Inst) const = 0;
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp58 virtual bool mayNeedRelaxation(const MCInst &Inst) const { return false; } function in class:__anon22592::AMDGPUAsmBackend
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp62 virtual bool mayNeedRelaxation(const MCInst &Inst) const LLVM_OVERRIDE;
117 bool SystemZMCAsmBackend::mayNeedRelaxation(const MCInst &Inst) const { function in class:SystemZMCAsmBackend
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp58 virtual bool mayNeedRelaxation(const MCInst &Inst) const { return false; } function in class:__anon21455::AMDGPUAsmBackend
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp209 bool mayNeedRelaxation(const MCInst &Inst) const { function in class:__anon21402::MipsAsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp128 bool mayNeedRelaxation(const MCInst &Inst) const { function in class:__anon21427::PPCAsmBackend
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp207 if (!Assembler.getBackend().mayNeedRelaxation(Inst)) {
221 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed))
H A DMCAssembler.cpp851 if (!getBackend().mayNeedRelaxation(F->getInst()))
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp112 bool mayNeedRelaxation(const MCInst &Inst) const;
226 bool X86AsmBackend::mayNeedRelaxation(const MCInst &Inst) const { function in class:X86AsmBackend
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp122 bool mayNeedRelaxation(const MCInst &Inst) const;
161 bool ARMAsmBackend::mayNeedRelaxation(const MCInst &Inst) const { function in class:ARMAsmBackend
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp194 bool mayNeedRelaxation(const MCInst&) const { function in class:__anon21320::ELFAArch64AsmBackend

Completed in 181 milliseconds