Home
last modified time | relevance | path

Searched refs:hasMiscellaneousExtensions3 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h244 bool hasMiscellaneousExtensions3() const { in hasMiscellaneousExtensions3() function
H A DSystemZTargetTransformInfo.cpp393 return ST->hasMiscellaneousExtensions3() ? 8192 : 2048; in getMinPrefetchStride()
484 if (Args.size() == 2 && ST->hasMiscellaneousExtensions3()) { in getArithmeticInstrCost()
H A DSystemZInstrInfo.cpp586 if (STI.hasMiscellaneousExtensions3()) in insertSelect()
601 if (STI.hasMiscellaneousExtensions3()) in insertSelect()
H A DSystemZISelDAGToDAG.cpp1537 if (Subtarget->hasMiscellaneousExtensions3()) { in Select()
H A DSystemZISelLowering.cpp282 if (Subtarget.hasMiscellaneousExtensions3()) { in SystemZTargetLowering()