Home
last modified time | relevance | path

Searched refs:hasSwap (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.h128 bool hasSwap() const { return HasSwap; } in hasSwap() function
DMipsInstrInfo.td126 def HasSwap : Predicate<"Subtarget.hasSwap()">;
DMipsISelLowering.cpp214 if (!Subtarget->hasSwap()) in MipsTargetLowering()