Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp182 bool selectTLSGlobalValue(MachineInstr &I, MachineRegisterInfo &MRI);
2573 return selectTLSGlobalValue(I, MRI); in select()
3312 bool AArch64InstructionSelector::selectTLSGlobalValue( in selectTLSGlobalValue() function in AArch64InstructionSelector