Searched refs:HasSM4 (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
D | AArch64.cpp | 326 const bool HasSM4 = (std::find(ItBegin, ItEnd, "-sm4") == ItEnd); in getAArch64TargetFeatures() local 330 if (HasSM4) in getAArch64TargetFeatures() 342 const bool HasSM4 = (std::find(ItBegin, ItEnd, "+sm4") != ItEnd); in getAArch64TargetFeatures() local 346 if (!HasSM4) in getAArch64TargetFeatures()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 103 bool HasSM4 = false; variable 318 bool hasSM4() const { return HasSM4; } in hasSM4()
|
D | AArch64.td | 29 "sm4", "HasSM4", "true",
|
D | AArch64InstrInfo.td | 83 def HasSM4 : Predicate<"Subtarget->hasSM4()">, 771 let Predicates = [HasSM4] in { 781 } // HasSM4
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 121 bool HasSM4 = false; variable 349 bool hasSM4() const { return HasSM4; } in hasSM4()
|
D | AArch64.td | 29 "sm4", "HasSM4", "true",
|
D | AArch64InstrInfo.td | 82 def HasSM4 : Predicate<"Subtarget->hasSM4()">, 885 let Predicates = [HasSM4] in { 895 } // HasSM4
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 19282 if (Bits[AArch64::FeatureSM4]) HasSM4 = true;
|