Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2362 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMask64Count() local
2367 if ((!IsIns && (InstMaskEnd == 63 || InstMaskStart == 0)) || in SelectRotMask64Count()
2368 InstMaskEnd == 63 - RLAmt) in SelectRotMask64Count()
2382 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMask64() local
2391 assert(InstMaskEnd >= 32 && "Mask cannot end out of range"); in SelectRotMask64()
2399 if (InstMaskEnd == 63) { in SelectRotMask64()
2409 getI32Imm(InstMaskEnd, dl) }; in SelectRotMask64()
2413 if (InstMaskEnd == 63 - RLAmt) { in SelectRotMask64()
2446 InstMaskEnd = 64 - MaskStart - 1; in SelectRotMaskIns64() local
2455 assert(InstMaskEnd >= 32 && "Mask cannot end out of range"); in SelectRotMaskIns64()
[all …]