Searched refs:isRxSBGMask (Results 1 – 4 of 4) 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 | 724 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress() 1185 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
|
D | SystemZISelDAGToDAG.cpp | 685 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()
|