Searched defs:relaxInstruction (Results 1 – 10 of 10) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsAsmBackend.h | 78 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {} in relaxInstruction() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 40 void relaxInstruction(MCInst const & /*Inst*/, in relaxInstruction() function in __anond6b0916a0111::HexagonAsmBackend
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 60 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override { in relaxInstruction() function in __anon21c3c4240111::SystemZMCAsmBackend
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcAsmBackend.cpp | 202 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override { in relaxInstruction() function in __anon52af32280111::SparcAsmBackend
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/MCTargetDesc/ |
H A D | AMDGPUAsmBackend.cpp | 56 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override { in relaxInstruction() function in __anonaa97f59c0111::AMDGPUAsmBackend
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCAsmBackend.cpp | 171 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override { in relaxInstruction() function in __anon3bc47e590111::PPCAsmBackend
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AsmBackend.cpp | 240 void AArch64AsmBackend::relaxInstruction(const MCInst &Inst, in relaxInstruction() function in AArch64AsmBackend
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 222 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in ARMAsmBackend
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 279 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in X86AsmBackend
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 986 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction() function in MCAssembler
|