Home
last modified time | relevance | path

Searched refs:hasLoadStoreOnCond (Results 1 – 9 of 9) 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-10.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h120 bool hasLoadStoreOnCond() const { return HasLoadStoreOnCond; } in hasLoadStoreOnCond() function
DSystemZInstrInfo.cpp539 if (!STI.hasLoadStoreOnCond()) in canInsertSelect()
DSystemZISelLowering.cpp6959 if (STOCOpcode && !IndexReg && Subtarget.hasLoadStoreOnCond()) { in emitCondStore()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h121 bool hasLoadStoreOnCond() const { return HasLoadStoreOnCond; } in hasLoadStoreOnCond() function
DSystemZInstrInfo.cpp540 if (!STI.hasLoadStoreOnCond()) in canInsertSelect()
DSystemZISelLowering.cpp7264 if (STOCOpcode && !IndexReg && Subtarget.hasLoadStoreOnCond()) { in emitCondStore()