Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h115 bool hasLoadStoreOnCond() const { return HasLoadStoreOnCond; } in hasLoadStoreOnCond() function
H A DSystemZInstrInfo.cpp566 if (!STI.hasLoadStoreOnCond()) in canInsertSelect()
H A DSystemZISelLowering.cpp6373 if (STOCOpcode && !IndexReg && Subtarget.hasLoadStoreOnCond()) { in emitCondStore()