Home
last modified time | relevance | path

Searched refs:getInlineAsmLength (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp302 return TII.getInlineAsmLength(MI.getOperand(0).getSymbolName(), in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp407 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h257 unsigned getInlineAsmLength(
H A DHexagonInstrInfo.cpp1832 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 DAVRInstrInfo.cpp507 return TII.getInlineAsmLength(MI.getOperand(0).getSymbolName(), in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp614 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp674 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1506 virtual unsigned getInlineAsmLength(
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp98 unsigned TargetInstrInfo::getInlineAsmLength( in getInlineAsmLength() function in TargetInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1041 return getInlineAsmLength(MI.getOperand(0).getSymbolName(), in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1526 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2879 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp805 unsigned Size = getInlineAsmLength(MI.getOperand(0).getSymbolName(), *MAI); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp86 return getInlineAsmLength(MI.getOperand(0).getSymbolName(), *MAI); in getInstSizeInBytes()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp7515 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo(), &ST); in getInstSizeInBytes()