Searched refs:isRxSBGMask (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End)) in getIntImmCost()
|
D | SystemZInstrInfo.h | 229 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
|
D | SystemZInstrInfo.cpp | 730 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress() 1224 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
|
D | SystemZISelDAGToDAG.cpp | 725 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()
|
D | SystemZISelLowering.cpp | 3880 if (TII->isRxSBGMask(Value, BitsPerElement, Start, End)) { in tryBuildVectorReplicate()
|