Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp525 static unsigned getConditionalMove(unsigned Opcode) { in getConditionalMove() function
543 if (STI.hasLoadStoreOnCond() && getConditionalMove(Opcode)) in isPredicable()
599 if (unsigned CondOpcode = getConditionalMove(Opcode)) { in PredicateInstruction()