Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h219 bool hasMiscellaneousExtensions3() const { in hasMiscellaneousExtensions3() function
DSystemZInstrInfo.cpp581 if (STI.hasMiscellaneousExtensions3()) in insertSelect()
596 if (STI.hasMiscellaneousExtensions3()) in insertSelect()
DSystemZTargetTransformInfo.cpp470 if (Args.size() == 2 && ST->hasMiscellaneousExtensions3()) { in getArithmeticInstrCost()
DSystemZISelDAGToDAG.cpp1493 if (Subtarget->hasMiscellaneousExtensions3()) { in Select()
DSystemZISelLowering.cpp276 if (Subtarget.hasMiscellaneousExtensions3()) { in SystemZTargetLowering()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h220 bool hasMiscellaneousExtensions3() const { in hasMiscellaneousExtensions3() function
DSystemZTargetTransformInfo.cpp348 return ST->hasMiscellaneousExtensions3() ? 8192 : 2048; in getMinPrefetchStride()
439 if (Args.size() == 2 && ST->hasMiscellaneousExtensions3()) { in getArithmeticInstrCost()
DSystemZInstrInfo.cpp582 if (STI.hasMiscellaneousExtensions3()) in insertSelect()
597 if (STI.hasMiscellaneousExtensions3()) in insertSelect()
DSystemZISelDAGToDAG.cpp1538 if (Subtarget->hasMiscellaneousExtensions3()) { in Select()
DSystemZISelLowering.cpp280 if (Subtarget.hasMiscellaneousExtensions3()) { in SystemZTargetLowering()