HomeSort by relevance Sort by last modified time
    Searched refs:mayNeedRelaxation (Results 1 - 12 of 12) 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 123 /// mayNeedRelaxation - Check whether the given instruction may need
127 virtual bool mayNeedRelaxation(const MCInst &Inst) const = 0;
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 58 virtual bool mayNeedRelaxation(const MCInst &Inst) const { return false; }
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 62 virtual bool mayNeedRelaxation(const MCInst &Inst) const LLVM_OVERRIDE;
117 bool SystemZMCAsmBackend::mayNeedRelaxation(const MCInst &Inst) const {
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 58 virtual bool mayNeedRelaxation(const MCInst &Inst) const { return false; }
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 205 /// MayNeedRelaxation - Check whether the given instruction may need
209 bool mayNeedRelaxation(const MCInst &Inst) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 128 bool mayNeedRelaxation(const MCInst &Inst) const {
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 207 if (!Assembler.getBackend().mayNeedRelaxation(Inst)) {
221 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed))
MCAssembler.cpp 851 if (!getBackend().mayNeedRelaxation(F->getInst()))
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 112 bool mayNeedRelaxation(const MCInst &Inst) const;
226 bool X86AsmBackend::mayNeedRelaxation(const MCInst &Inst) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 122 bool mayNeedRelaxation(const MCInst &Inst) const;
161 bool ARMAsmBackend::mayNeedRelaxation(const MCInst &Inst) const {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 194 bool mayNeedRelaxation(const MCInst&) const {

Completed in 585 milliseconds