Searched refs:isRxSBGMask (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrInfo.h | 327 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
|
| D | SystemZInstrInfo.cpp | 966 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress() 1714 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
|
| D | SystemZTargetTransformInfo.cpp | 190 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End)) in getIntImmCostInst()
|
| D | SystemZISelDAGToDAG.cpp | 764 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()
|
| D | SystemZISelLowering.cpp | 764 if (TII->isRxSBGMask(Value, SplatBitSize, Start, End)) { in isVectorConstantLegal()
|