Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1783 VRI.V = BG.V; in collectValueRotInfo()
2052 { TruncateToInt32(VRI.V, dl), getI32Imm(VRI.RLAmt, dl), in SelectAndParts32()
2089 return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt; in SelectAndParts32()
2112 { TruncateToInt32(VRI.V, dl), getI32Imm(VRI.RLAmt, dl), in Select32()
2122 return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt; in Select32()
2428 if (VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask))) in SelectAndParts64()
2429 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64()
2513 if (BG.V != VRI.V || BG.RLAmt != VRI.RLAmt || in Select64()
2528 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in Select64()
2532 Res = VRI.V; in Select64()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp811 DenseMap<SUnit *, Register>::iterator VRI = in EmitPhysRegCopy() local
813 assert(VRI != VRBaseMap.end() && "Node emitted out of order - late"); in EmitPhysRegCopy()
825 .addReg(VRI->second); in EmitPhysRegCopy()