Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h50 enum OperandFlags { enum
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1680 unsigned OperandFlags = 0; in LowerGlobalAddress() local
1689 OperandFlags = WebAssemblyII::MO_TABLE_BASE_REL; in LowerGlobalAddress()
1692 OperandFlags = WebAssemblyII::MO_MEMORY_BASE_REL; in LowerGlobalAddress()
1701 OperandFlags)); in LowerGlobalAddress()
1705 OperandFlags = WebAssemblyII::MO_GOT; in LowerGlobalAddress()
1710 GA->getOffset(), OperandFlags)); in LowerGlobalAddress()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h227 unsigned ReturnReg, unsigned char OperandFlags) const;
H A DHexagonISelLowering.cpp1277 unsigned char OperandFlags) const { in GetDynamicTLSAddr()
1285 OperandFlags); in GetDynamicTLSAddr()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20731 unsigned char OperandFlags, bool LocalDynamic = false) { in GetTLSADDR() argument
20738 OperandFlags); in GetTLSADDR()
20817 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local
20821 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()
20842 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local
20847 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()
20850 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()
20853 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()
20864 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()