Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.h125 bool hasCondMov() const { return HasCondMov; } in hasCondMov() function
DMipsInstrInfo.td127 def HasCondMov : Predicate<"Subtarget.hasCondMov()">;
DMipsISelLowering.cpp718 if (Subtarget->hasCondMov()) in ExpandCondMov()