Searched refs:HasMOVBE (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 121 bool HasMOVBE; variable 412 bool hasMOVBE() const { return HasMOVBE; } in hasMOVBE()
|
D | X86Subtarget.cpp | 252 HasMOVBE = false; in initializeEnvironment()
|
D | X86.td | 171 def FeatureMOVBE : SubtargetFeature<"movbe", "HasMOVBE", "true",
|
D | X86InstrCompiler.td | 1964 // When HasMOVBE is enabled it is possible to get a non-legalized 1966 let Predicates = [HasMOVBE] in {
|
D | X86InstrInfo.td | 832 def HasMOVBE : Predicate<"Subtarget->hasMOVBE()">; 2081 let Predicates = [HasMOVBE] in {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 150 bool HasMOVBE = false; variable 617 bool hasMOVBE() const { return HasMOVBE; } in hasMOVBE()
|
D | X86.td | 209 def FeatureMOVBE : SubtargetFeature<"movbe", "HasMOVBE", "true",
|
D | X86InstrCompiler.td | 2173 // When HasMOVBE is enabled it is possible to get a non-legalized 2175 let Predicates = [HasMOVBE] in {
|
D | X86InstrInfo.td | 910 def HasMOVBE : Predicate<"Subtarget->hasMOVBE()">; 2295 let Predicates = [HasMOVBE] in {
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 148 bool HasMOVBE = false; variable 653 bool hasMOVBE() const { return HasMOVBE; } in hasMOVBE()
|
D | X86.td | 215 def FeatureMOVBE : SubtargetFeature<"movbe", "HasMOVBE", "true",
|
D | X86InstrCompiler.td | 2168 // When HasMOVBE is enabled it is possible to get a non-legalized 2170 let Predicates = [HasMOVBE] in {
|
D | X86InstrInfo.td | 938 def HasMOVBE : Predicate<"Subtarget->hasMOVBE()">; 2361 let Predicates = [HasMOVBE] in {
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 244 HasMOVBE = true; in handleTargetFeatures() 620 if (HasMOVBE) in getTargetDefines() 968 .Case("movbe", HasMOVBE) in hasFeature()
|
D | X86.h | 118 bool HasMOVBE = false; variable
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 2352 bool HasMOVBE = false; member in __anon6f485c4e0111::X86TargetInfo 3326 HasMOVBE = true; in handleTargetFeatures() 3765 .Case("movbe", HasMOVBE) in hasFeature()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23154 if (Bits[X86::FeatureMOVBE]) HasMOVBE = true;
|