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.h51 enum OperandFlags { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2002 unsigned OperandFlags = 0; in LowerGlobalAddress() local
2014 OperandFlags = WebAssemblyII::MO_TABLE_BASE_REL; in LowerGlobalAddress()
2017 OperandFlags = WebAssemblyII::MO_MEMORY_BASE_REL; in LowerGlobalAddress()
2026 OperandFlags)); in LowerGlobalAddress()
2030 OperandFlags = WebAssemblyII::MO_GOT; in LowerGlobalAddress()
2035 GA->getOffset(), OperandFlags)); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1362 unsigned char OperandFlags) const { in GetDynamicTLSAddr()
1370 OperandFlags); in GetDynamicTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19358 unsigned char OperandFlags, in GetTLSADDR() argument
19369 TGA = DAG.getTargetExternalSymbol("_TLS_MODULE_BASE_", PtrVT, OperandFlags); in GetTLSADDR()
19388 GA->getOffset(), OperandFlags); in GetTLSADDR()
19477 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local
19481 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()
19502 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local
19507 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()
19510 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()
19513 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()
19524 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()