Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h197 bool UseEL3ForTP = false; variable
352 bool useEL3ForTP() const { return UseEL3ForTP; } in useEL3ForTP()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h223 bool UseEL3ForTP = false; variable
387 bool useEL3ForTP() const { return UseEL3ForTP; } in useEL3ForTP()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19304 if (Bits[AArch64::FeatureUseEL3ForTP]) UseEL3ForTP = true;