Searched refs:X86AS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h170 namespace X86AS { namespace in namespace:llvm
179 } // End X86AS namespace
H A DX86ISelDAGToDAG.cpp1565 case X86AS::GS:
1568 case X86AS::FS:
1571 // Address space X86AS::SS is not handled here, because it is not used to
2407 if (AddrSpace == X86AS::GS)
2409 if (AddrSpace == X86AS::FS)
2411 if (AddrSpace == X86AS::SS)
2449 if (AddrSpace == X86AS::GS)
2451 if (AddrSpace == X86AS::FS)
2453 if (AddrSpace == X86AS::SS)
H A DX86ISelLowering.cpp[all...]

Completed in 143 milliseconds