Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h327 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
DSystemZInstrInfo.cpp966 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress()
1714 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
DSystemZTargetTransformInfo.cpp190 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End)) in getIntImmCostInst()
DSystemZISelDAGToDAG.cpp764 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()
DSystemZISelLowering.cpp764 if (TII->isRxSBGMask(Value, SplatBitSize, Start, End)) { in isVectorConstantLegal()