Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h87 bool hasLoadStoreOnCond() const { return HasLoadStoreOnCond; } in hasLoadStoreOnCond() function
DSystemZInstrInfo.cpp543 if (STI.hasLoadStoreOnCond() && getConditionalMove(Opcode)) in isPredicable()
598 if (STI.hasLoadStoreOnCond()) { in PredicateInstruction()
DSystemZISelLowering.cpp5265 if (STOCOpcode && !IndexReg && Subtarget.hasLoadStoreOnCond()) { in emitCondStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h112 bool hasLoadStoreOnCond() const { return HasLoadStoreOnCond; } in hasLoadStoreOnCond() function
DSystemZInstrInfo.cpp640 if (!STI.hasLoadStoreOnCond()) in canInsertSelect()
DSystemZISelLowering.cpp6215 if (STOCOpcode && !IndexReg && Subtarget.hasLoadStoreOnCond()) { in emitCondStore()