Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h418 bool useEL1ForTP() const { return UseEL1ForTP; } in useEL1ForTP() function
H A DAArch64ExpandPseudoInsts.cpp1102 else if (MF->getSubtarget<AArch64Subtarget>().useEL1ForTP()) in expandMI()