Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h195 bool UseEL1ForTP = false; variable
350 bool useEL1ForTP() const { return UseEL1ForTP; } in useEL1ForTP()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h221 bool UseEL1ForTP = false; variable
385 bool useEL1ForTP() const { return UseEL1ForTP; } in useEL1ForTP()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19302 if (Bits[AArch64::FeatureUseEL1ForTP]) UseEL1ForTP = true;