Home
last modified time | relevance | path

Searched refs:HasSwap (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.h83 bool HasSwap; variable
128 bool hasSwap() const { return HasSwap; } in hasSwap()
DMipsSubtarget.cpp30 HasMinMax(false), HasSwap(false), HasBitCount(false) in MipsSubtarget()
DMips.td57 def FeatureSwap : SubtargetFeature<"swap", "HasSwap", "true",
DMipsInstrInfo.td126 def HasSwap : Predicate<"Subtarget.hasSwap()">;
542 let Predicates = [HasSwap];