Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h48 enum OperandFlags { enum
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1546 unsigned OperandFlags = 0; in LowerGlobalAddress() local
1555 OperandFlags = WebAssemblyII::MO_TABLE_BASE_REL; in LowerGlobalAddress()
1559 OperandFlags = WebAssemblyII::MO_MEMORY_BASE_REL; in LowerGlobalAddress()
1568 OperandFlags)); in LowerGlobalAddress()
1572 OperandFlags = WebAssemblyII::MO_GOT; in LowerGlobalAddress()
1578 GA->getOffset(), OperandFlags)); in LowerGlobalAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h207 unsigned ReturnReg, unsigned char OperandFlags) const;
H A DHexagonISelLowering.cpp1283 unsigned char OperandFlags) const { in GetDynamicTLSAddr()
1291 OperandFlags); in GetDynamicTLSAddr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19380 unsigned char OperandFlags, bool LocalDynamic = false) { in GetTLSADDR() argument
19387 OperandFlags); in GetTLSADDR()
19466 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local
19470 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()
19491 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local
19496 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()
19499 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()
19502 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()
19513 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()