Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End)) in getIntImmCost()
DSystemZInstrInfo.h229 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
DSystemZInstrInfo.cpp724 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress()
1185 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
DSystemZISelDAGToDAG.cpp685 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()