Searched refs:ExtendToInt64 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2133 SDValue ExtendToInt64(SDValue V, const SDLoc &dl) { in ExtendToInt64() function in __anon010aa3800711::BitPermutationSelector 2380 { ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMask64() 2388 { ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMask64() 2395 { ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMask64() 2402 { ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMask64() 2444 { ExtendToInt64(Base, dl), ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMaskIns64() 2452 { ExtendToInt64(Base, dl), ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMaskIns64() 2606 ExtendToInt64(VRot, dl), in SelectAndParts64() 2612 ExtendToInt64(VRot, dl), in SelectAndParts64() 2622 ExtendToInt64(ANDIVal, dl), ANDISVal), 0); in SelectAndParts64() [all …]
|