Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h196 bool UseEL2ForTP = false; variable
351 bool useEL2ForTP() const { return UseEL2ForTP; } in useEL2ForTP()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h222 bool UseEL2ForTP = false; variable
386 bool useEL2ForTP() const { return UseEL2ForTP; } in useEL2ForTP()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19303 if (Bits[AArch64::FeatureUseEL2ForTP]) UseEL2ForTP = true;