HomeSort by: relevance | last modified time | path
    Searched refs:isRxSBGMask (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 321 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
SystemZTargetTransformInfo.cpp 154 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))
SystemZInstrInfo.cpp 956 if (isRxSBGMask(Imm, And.RegSize, Start, End)) {
1685 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize,
SystemZISelDAGToDAG.cpp 761 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) {
SystemZISelLowering.cpp 756 if (TII->isRxSBGMask(Value, SplatBitSize, Start, End)) {
757 // isRxSBGMask returns the bit numbers for a full 64-bit value, with 0

Completed in 203 milliseconds