Searched refs:HasBMI2 (Results 1 – 22 of 22) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 139 bool HasBMI2; variable 418 bool hasBMI2() const { return HasBMI2; } in hasBMI2()
|
D | X86Subtarget.cpp | 258 HasBMI2 = false; in initializeEnvironment()
|
D | X86.td | 184 def FeatureBMI2 : SubtargetFeature<"bmi2", "HasBMI2", "true",
|
D | X86InstrInfo.td | 838 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">; 2271 let Predicates = [HasBMI2], Defs = [EFLAGS] in { 2288 let Predicates = [HasBMI2] in { 2309 } // HasBMI2 2334 let Predicates = [HasBMI2] in {
|
D | X86InstrShiftRotate.td | 892 let Predicates = [HasBMI2] in {
|
D | X86InstrArithmetic.td | 1315 let Predicates = [HasBMI2] in {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 168 bool HasBMI2 = false; variable 623 bool hasBMI2() const { return HasBMI2; } in hasBMI2()
|
D | X86.td | 219 def FeatureBMI2 : SubtargetFeature<"bmi2", "HasBMI2", "true",
|
D | X86InstrInfo.td | 916 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">; 2538 let Predicates = [HasBMI2], Defs = [EFLAGS] in { 2572 let Predicates = [HasBMI2, NoTBM] in { 2596 let Predicates = [HasBMI2] in {
|
D | X86InstrShiftRotate.td | 904 let Predicates = [HasBMI2] in {
|
D | X86InstrArithmetic.td | 1321 let Predicates = [HasBMI2] in {
|
D | X86InstrCompiler.td | 1834 let Predicates = [HasBMI2] in {
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 166 bool HasBMI2 = false; variable 659 bool hasBMI2() const { return HasBMI2; } in hasBMI2()
|
D | X86.td | 225 def FeatureBMI2 : SubtargetFeature<"bmi2", "HasBMI2", "true",
|
D | X86InstrInfo.td | 944 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">; 2604 let Predicates = [HasBMI2], Defs = [EFLAGS] in { 2638 let Predicates = [HasBMI2, NoTBM] in { 2662 let Predicates = [HasBMI2] in {
|
D | X86InstrShiftRotate.td | 904 let Predicates = [HasBMI2] in {
|
D | X86InstrArithmetic.td | 1497 let Predicates = [HasBMI2] in {
|
D | X86InstrCompiler.td | 1842 let Predicates = [HasBMI2] in {
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 190 HasBMI2 = true; in handleTargetFeatures() 593 if (HasBMI2) in getTargetDefines() 945 .Case("bmi2", HasBMI2) in hasFeature()
|
D | X86.h | 77 bool HasBMI2 = false; variable
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 2320 bool HasBMI2 = false; member in __anon6f485c4e0111::X86TargetInfo 3288 HasBMI2 = true; in handleTargetFeatures() 3594 if (HasBMI2) in getTargetDefines() 3752 .Case("bmi2", HasBMI2) in hasFeature()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23110 if (Bits[X86::FeatureBMI2]) HasBMI2 = true;
|