Searched refs:isRxSBGMask (Results 1 – 10 of 10) 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 | 249 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
|
D | SystemZInstrInfo.cpp | 844 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress() 1364 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
|
D | SystemZISelDAGToDAG.cpp | 730 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()
|
D | SystemZISelLowering.cpp | 4051 if (TII->isRxSBGMask(Value, BitsPerElement, Start, End)) { in tryBuildVectorReplicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 295 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
|
D | SystemZTargetTransformInfo.cpp | 152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End)) in getIntImmCost()
|
D | SystemZInstrInfo.cpp | 1106 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress() 1677 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
|
D | SystemZISelDAGToDAG.cpp | 747 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()
|
D | SystemZISelLowering.cpp | 4314 if (TII->isRxSBGMask(Value, BitsPerElement, Start, End)) { in tryBuildVectorReplicate()
|