Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h145 bool hasLoadStoreOnCond() const { return HasLoadStoreOnCond; } in hasLoadStoreOnCond() function
H A DSystemZInstrInfo.cpp544 if (!STI.hasLoadStoreOnCond()) in canInsertSelect()
H A DSystemZISelLowering.cpp7714 if (STOCOpcode && !IndexReg && Subtarget.hasLoadStoreOnCond()) { in emitCondStore()