Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h50 enum OperandFlags { enum
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1726 unsigned OperandFlags = 0; in LowerGlobalAddress() local
1738 OperandFlags = WebAssemblyII::MO_TABLE_BASE_REL; in LowerGlobalAddress()
1741 OperandFlags = WebAssemblyII::MO_MEMORY_BASE_REL; in LowerGlobalAddress()
1750 OperandFlags)); in LowerGlobalAddress()
1754 OperandFlags = WebAssemblyII::MO_GOT; in LowerGlobalAddress()
1759 GA->getOffset(), OperandFlags)); in LowerGlobalAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1277 unsigned char OperandFlags) const { in GetDynamicTLSAddr()
1285 OperandFlags); in GetDynamicTLSAddr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18518 unsigned char OperandFlags, bool LocalDynamic = false) { in GetTLSADDR() argument
18525 OperandFlags); in GetTLSADDR()
18604 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local
18608 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()
18629 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local
18634 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()
18637 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()
18640 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()
18651 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()