Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp501 static unsigned getConditionalMove(unsigned Opcode) { in getConditionalMove() function
511 return STI.hasLoadStoreOnCond() && getConditionalMove(Opcode); in isPredicable()
540 if (unsigned CondOpcode = getConditionalMove(Opcode)) { in PredicateInstruction()