Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2172 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMask64Count() local
2177 if ((!IsIns && (InstMaskEnd == 63 || InstMaskStart == 0)) || in SelectRotMask64Count()
2178 InstMaskEnd == 63 - RLAmt) in SelectRotMask64Count()
2192 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMask64() local
2201 assert(InstMaskEnd >= 32 && "Mask cannot end out of range"); in SelectRotMask64()
2209 if (InstMaskEnd == 63) { in SelectRotMask64()
2219 getI32Imm(InstMaskEnd, dl) }; in SelectRotMask64()
2223 if (InstMaskEnd == 63 - RLAmt) { in SelectRotMask64()
2256 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMaskIns64() local
2265 assert(InstMaskEnd >= 32 && "Mask cannot end out of range"); in SelectRotMaskIns64()
[all …]