Searched refs:mayNeedRelaxation (Results 1 - 13 of 13) 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:__anon12909::AMDGPUAsmBackend
/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h107 /// mayNeedRelaxation - Check whether the given instruction may need
111 virtual bool mayNeedRelaxation(const MCInst &Inst) const = 0;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h58 bool mayNeedRelaxation(const MCInst &Inst) const override {
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp58 virtual bool mayNeedRelaxation(const MCInst &Inst) const { return false; } function in class:__anon26482::AMDGPUAsmBackend
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp57 bool mayNeedRelaxation(const MCInst &Inst) const override { return false; }
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp52 bool mayNeedRelaxation(const MCInst &Inst) const override {
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp131 bool mayNeedRelaxation(const MCInst &Inst) const override {
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp200 if (!Assembler.getBackend().mayNeedRelaxation(Inst)) {
214 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed))
H A DMCAssembler.cpp951 if (!getBackend().mayNeedRelaxation(F->getInst()))
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp71 bool mayNeedRelaxation(const MCInst &Inst) const override;
224 bool AArch64AsmBackend::mayNeedRelaxation(const MCInst &Inst) const { function in class:AArch64AsmBackend
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp187 bool mayNeedRelaxation(const MCInst &Inst) const override {
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp158 bool mayNeedRelaxation(const MCInst &Inst) const override;
199 bool ARMAsmBackend::mayNeedRelaxation(const MCInst &Inst) const { function in class:ARMAsmBackend
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp127 bool mayNeedRelaxation(const MCInst &Inst) const override;
240 bool X86AsmBackend::mayNeedRelaxation(const MCInst &Inst) const { function in class:X86AsmBackend

Completed in 676 milliseconds