Searched refs:getInlineAsmLength (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 302 return TII.getInlineAsmLength(MI.getOperand(0).getSymbolName(), in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 407 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 257 unsigned getInlineAsmLength(
|
| H A D | HexagonInstrInfo.cpp | 1832 unsigned HexagonInstrInfo::getInlineAsmLength(const char *Str, in getInlineAsmLength() function in HexagonInstrInfo 4572 Size = getInlineAsmLength(AsmStr, *MAI); in getSize()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 507 return TII.getInlineAsmLength(MI.getOperand(0).getSymbolName(), in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.cpp | 614 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.cpp | 674 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1506 virtual unsigned getInlineAsmLength(
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 98 unsigned TargetInstrInfo::getInlineAsmLength( in getInlineAsmLength() function in TargetInstrInfo
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1041 return getInlineAsmLength(MI.getOperand(0).getSymbolName(), in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1526 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2879 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 805 unsigned Size = getInlineAsmLength(MI.getOperand(0).getSymbolName(), *MAI); in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 86 return getInlineAsmLength(MI.getOperand(0).getSymbolName(), *MAI); in getInstSizeInBytes()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 7515 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo(), &ST); in getInstSizeInBytes()
|