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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp53 bool mayNeedRelaxation(const MCInst &Inst) const;
78 bool MBlazeAsmBackend::mayNeedRelaxation(const MCInst &Inst) const { function in class:__anon10409::MBlazeAsmBackend
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCAsmBackend.h120 /// mayNeedRelaxation - Check whether the given instruction may need
124 virtual bool mayNeedRelaxation(const MCInst &Inst) const = 0;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp200 bool mayNeedRelaxation(const MCInst &Inst) const { function in class:__anon10432::MipsAsmBackend
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp86 bool mayNeedRelaxation(const MCInst &Inst) const { function in class:__anon10446::PPCAsmBackend
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCObjectStreamer.cpp175 if (!getAssembler().getBackend().mayNeedRelaxation(Inst)) {
185 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed))
H A DMCAssembler.cpp665 if (!getBackend().mayNeedRelaxation(IF->getInst()))
/macosx-10.9.5/llvmCore-3425.0.33/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
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp117 bool mayNeedRelaxation(const MCInst &Inst) const;
156 bool ARMAsmBackend::mayNeedRelaxation(const MCInst &Inst) const { function in class:ARMAsmBackend

Completed in 127 milliseconds