Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h48 enum OperandFlags { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1443 unsigned OperandFlags = 0; in LowerGlobalAddress() local
1452 OperandFlags = WebAssemblyII::MO_TABLE_BASE_REL; in LowerGlobalAddress()
1456 OperandFlags = WebAssemblyII::MO_MEMORY_BASE_REL; in LowerGlobalAddress()
1465 OperandFlags)); in LowerGlobalAddress()
1469 OperandFlags = WebAssemblyII::MO_GOT; in LowerGlobalAddress()
1475 GA->getOffset(), OperandFlags)); in LowerGlobalAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h207 unsigned ReturnReg, unsigned char OperandFlags) const;
H A DHexagonISelLowering.cpp1280 unsigned char OperandFlags) const { in GetDynamicTLSAddr()
1288 OperandFlags); in GetDynamicTLSAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19317 unsigned char OperandFlags, bool LocalDynamic = false) { in GetTLSADDR() argument
19324 OperandFlags); in GetTLSADDR()
19403 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerToTLSLocalDynamicModel() local
19407 GA->getOffset(), OperandFlags); in LowerToTLSLocalDynamicModel()
19428 unsigned char OperandFlags = 0; in LowerToTLSExecModel() local
19433 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerToTLSExecModel()
19436 OperandFlags = X86II::MO_GOTTPOFF; in LowerToTLSExecModel()
19439 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerToTLSExecModel()
19450 GA->getOffset(), OperandFlags); in LowerToTLSExecModel()