Home
last modified time | relevance | path

Searched refs:OperandFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h50 enum OperandFlags { enum
93 /// These are flags from the MCOI::OperandFlags enum.
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1743 unsigned OperandFlags = 0; in LowerGlobalAddress() local
1755 OperandFlags = WebAssemblyII::MO_TABLE_BASE_REL; in LowerGlobalAddress()
1758 OperandFlags = WebAssemblyII::MO_MEMORY_BASE_REL; in LowerGlobalAddress()
1767 OperandFlags)); in LowerGlobalAddress()
1771 OperandFlags = WebAssemblyII::MO_GOT; in LowerGlobalAddress()
1776 GA->getOffset(), OperandFlags)); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1296 unsigned char OperandFlags) const { in GetDynamicTLSAddr()
1304 OperandFlags); in GetDynamicTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18665 unsigned char OperandFlags, bool LocalDynamic = false) { in GetTLSADDR() argument
18672 TGA = DAG.getTargetExternalSymbol("_TLS_MODULE_BASE_", PtrVT, OperandFlags); in GetTLSADDR()
18679 GA->getOffset(), OperandFlags); in GetTLSADDR()
18772 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local
18776 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()
18797 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local
18802 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()
18805 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()
18808 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()
18819 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()