Home
last modified time | relevance | path

Searched refs:HasTSXLDTRK (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h414 bool HasTSXLDTRK = false; variable
759 bool hasTSXLDTRK() const { return HasTSXLDTRK; } in hasTSXLDTRK()
H A DX86.td295 def FeatureTSXLDTRK : SubtargetFeature<"tsxldtrk", "HasTSXLDTRK", "true",
H A DX86InstrInfo.td991 def HasTSXLDTRK : Predicate<"Subtarget->hasTSXLDTRK()">;
2978 let Predicates = [HasTSXLDTRK], SchedRW = [WriteSystem] in {
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.cpp314 HasTSXLDTRK = true; in handleTargetFeatures()
738 if (HasTSXLDTRK) in getTargetDefines()
998 .Case("tsxldtrk", HasTSXLDTRK) in hasFeature()
H A DX86.h143 bool HasTSXLDTRK = false; variable