HomeSort by relevance Sort by last modified time
    Searched refs:mayNeedRelaxation (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MCAsmBackend.h 87 virtual bool mayNeedRelaxation(const MCInst &Inst) const = 0;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 57 bool mayNeedRelaxation(const MCInst &Inst) const override;
  /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/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 56 bool mayNeedRelaxation(const MCInst &Inst) const override { return false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 58 bool mayNeedRelaxation(const MCInst &Inst,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h 54 bool mayNeedRelaxation(const MCInst &Inst,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 59 /// MayNeedRelaxation - Check whether the given instruction may need
63 bool mayNeedRelaxation(const MCInst &Inst,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
Nios2AsmBackend.h 52 /// MayNeedRelaxation - Check whether the given instruction may need
56 bool mayNeedRelaxation(const MCInst &Inst) const override { return false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmBackend.h 116 virtual bool mayNeedRelaxation(const MCInst &Inst,
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 48 bool mayNeedRelaxation(const MCInst &Inst) const override { return false; }
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 70 bool mayNeedRelaxation(const MCInst &Inst) const override { return false; }
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 53 bool mayNeedRelaxation(const MCInst &Inst) const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 47 bool mayNeedRelaxation(const MCInst &Inst,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 58 bool mayNeedRelaxation(const MCInst &Inst,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 62 bool mayNeedRelaxation(const MCInst &Inst,
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 60 bool mayNeedRelaxation(const MCInst &Inst) const override { return false; }
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 158 bool mayNeedRelaxation(const MCInst &Inst) const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 46 bool mayNeedRelaxation(const MCInst &Inst,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 73 bool mayNeedRelaxation(const MCInst & /*Inst*/,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp 107 bool mayNeedRelaxation(const MCInst &Inst,
199 bool RISCVAsmBackend::mayNeedRelaxation(const MCInst &Inst,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 77 bool mayNeedRelaxation(const MCInst &Inst) const override;
301 bool AArch64AsmBackend::mayNeedRelaxation(const MCInst &Inst) const {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 236 bool mayNeedRelaxation(const MCInst &Inst) const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 161 bool mayNeedRelaxation(const MCInst &Inst,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 244 bool mayNeedRelaxation(const MCInst &Inst,
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 242 if (!Assembler.getBackend().mayNeedRelaxation(Inst)) {
256 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed))

Completed in 1666 milliseconds

1 2