Searched refs:OperandFlags (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 50 enum OperandFlags { enum
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1743 unsigned OperandFlags = 0; in LowerGlobalAddress() 1755 OperandFlags = WebAssemblyII::MO_TABLE_BASE_REL; in LowerGlobalAddress() 1758 OperandFlags = WebAssemblyII::MO_MEMORY_BASE_REL; in LowerGlobalAddress() 1767 OperandFlags)); in LowerExternalSymbol() 1771 OperandFlags = WebAssemblyII::MO_GOT; in LowerExternalSymbol() 1776 GA->getOffset(), OperandFlags)); in LowerJumpTable() 1726 unsigned OperandFlags = 0; LowerGlobalAddress() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1296 unsigned char OperandFlags) const { in GetDynamicTLSAddr() 1304 OperandFlags); in GetDynamicTLSAddr()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 18665 unsigned char OperandFlags, bool LocalDynamic = false) { in LowerToTLSExecModel() 18672 TGA = DAG.getTargetExternalSymbol("_TLS_MODULE_BASE_", PtrVT, OperandFlags); in LowerGlobalTLSAddress() 18679 GA->getOffset(), OperandFlags); in LowerGlobalTLSAddress() 18772 unsigned char OperandFlags = X86II::MO_DTPOFF; in LowerGlobalTLSAddress() 18776 GA->getOffset(), OperandFlags); in LowerGlobalTLSAddress() 18797 unsigned char OperandFlags = 0; in LowerGlobalTLSAddress() 18802 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF; in LowerGlobalTLSAddress() 18805 OperandFlags = X86II::MO_GOTTPOFF; in LowerGlobalTLSAddress() 18808 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF; in LowerGlobalTLSAddress() 18819 GA->getOffset(), OperandFlags); in LowerShiftParts() 18518 GetTLSADDR(SelectionDAG & DAG,SDValue Chain,GlobalAddressSDNode * GA,SDValue * InGlue,const EVT PtrVT,unsigned ReturnReg,unsigned char OperandFlags,bool LocalDynamic=false) GetTLSADDR() argument 18604 unsigned char OperandFlags = X86II::MO_DTPOFF; LowerToTLSLocalDynamicModel() local 18629 unsigned char OperandFlags = 0; LowerToTLSExecModel() local [all...] |