Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZSubtarget.h86 bool hasLoadStoreOnCond() const { return HasLoadStoreOnCond; } in hasLoadStoreOnCond() function
HDSystemZTargetMachine.cpp128 getSystemZTargetMachine().getSubtargetImpl()->hasLoadStoreOnCond()) in addPreSched2()
HDSystemZInstrInfo.cpp508 if (STI.hasLoadStoreOnCond() && in isPredicable()
539 if (STI.hasLoadStoreOnCond()) { in PredicateInstruction()
HDSystemZISelLowering.cpp4904 if (STOCOpcode && !IndexReg && Subtarget.hasLoadStoreOnCond()) { in emitCondStore()