Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End)) in getIntImmCost()
DSystemZInstrInfo.h249 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
DSystemZInstrInfo.cpp844 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress()
1364 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
DSystemZISelDAGToDAG.cpp730 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()
DSystemZISelLowering.cpp4051 if (TII->isRxSBGMask(Value, BitsPerElement, Start, End)) { in tryBuildVectorReplicate()