Home
last modified time | relevance | path

Searched refs:HasTBM (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h118 bool HasTBM; variable
411 bool hasTBM() const { return HasTBM; } in hasTBM()
DX86Subtarget.cpp251 HasTBM = false; in initializeEnvironment()
DX86.td169 def FeatureTBM : SubtargetFeature<"tbm", "HasTBM", "true",
DX86InstrInfo.td831 def HasTBM : Predicate<"Subtarget->hasTBM()">;
2348 let Predicates = [HasTBM], Defs = [EFLAGS] in {
2405 } // HasTBM, EFLAGS
2449 let Predicates = [HasTBM] in {
2510 } // HasTBM
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h144 bool HasTBM = false; variable
615 bool hasTBM() const { return HasTBM; } in hasTBM()
DX86InstrInfo.td907 def HasTBM : Predicate<"Subtarget->hasTBM()">;
2610 let Predicates = [HasTBM], Defs = [EFLAGS] in {
2669 } // HasTBM, EFLAGS
2672 let Predicates = [HasTBM] in {
2862 let Predicates = [HasTBM] in {
2961 } // HasTBM
DX86.td205 def FeatureTBM : SubtargetFeature<"tbm", "HasTBM", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h142 bool HasTBM = false; variable
651 bool hasTBM() const { return HasTBM; } in hasTBM()
DX86InstrInfo.td935 def HasTBM : Predicate<"Subtarget->hasTBM()">;
2676 let Predicates = [HasTBM], Defs = [EFLAGS] in {
2735 } // HasTBM, EFLAGS
2738 let Predicates = [HasTBM] in {
2970 let Predicates = [HasTBM] in {
3074 } // HasTBM
DX86.td211 def FeatureTBM : SubtargetFeature<"tbm", "HasTBM", "true",
/external/llvm-project/clang/lib/Basic/Targets/
DX86.cpp202 HasTBM = true; in handleTargetFeatures()
611 if (HasTBM) in getTargetDefines()
996 .Case("tbm", HasTBM) in hasFeature()
DX86.h83 bool HasTBM = false; variable
/external/clang/lib/Basic/
DTargets.cpp2326 bool HasTBM = false; member in __anon6f485c4e0111::X86TargetInfo
3300 HasTBM = true; in handleTargetFeatures()
3612 if (HasTBM) in getTargetDefines()
3785 .Case("tbm", HasTBM) in hasFeature()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23205 if (Bits[X86::FeatureTBM]) HasTBM = true;