Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h49 enum OperandFlags { enum
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1777 unsigned OperandFlags = 0; in LowerGlobalAddress() local
1786 OperandFlags = WebAssemblyII::MO_TABLE_BASE_REL; in LowerGlobalAddress()
1789 OperandFlags = WebAssemblyII::MO_MEMORY_BASE_REL; in LowerGlobalAddress()
1798 OperandFlags)); in LowerGlobalAddress()
1802 OperandFlags = WebAssemblyII::MO_GOT; in LowerGlobalAddress()
1807 GA->getOffset(), OperandFlags)); in LowerGlobalAddress()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h204 unsigned ReturnReg, unsigned char OperandFlags) const;
H A DHexagonISelLowering.cpp1278 unsigned char OperandFlags) const { in GetDynamicTLSAddr()
1286 OperandFlags); in GetDynamicTLSAddr()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20357 unsigned char OperandFlags, bool LocalDynamic = false) { in GetTLSADDR() argument
20364 OperandFlags); in GetTLSADDR()
20443 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local
20447 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()
20468 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local
20473 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()
20476 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()
20479 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()
20490 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()