Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2185 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMask64Count() local
2190 if ((!IsIns && (InstMaskEnd == 63 || InstMaskStart == 0)) || in SelectRotMask64Count()
2191 InstMaskEnd == 63 - RLAmt) in SelectRotMask64Count()
2205 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMask64() local
2214 assert(InstMaskEnd >= 32 && "Mask cannot end out of range"); in SelectRotMask64()
2222 if (InstMaskEnd == 63) { in SelectRotMask64()
2232 getI32Imm(InstMaskEnd, dl) }; in SelectRotMask64()
2236 if (InstMaskEnd == 63 - RLAmt) { in SelectRotMask64()
2269 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMaskIns64() local
2278 assert(InstMaskEnd >= 32 && "Mask cannot end out of range"); in SelectRotMaskIns64()
[all …]