Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPhiValues.cpp60 for (Value *PhiOp : Phi->incoming_values()) { in processPhi()
61 if (PHINode *PhiPhiOp = dyn_cast<PHINode>(PhiOp)) { in processPhi()
74 TrackedValues.insert(PhiValuesCallbackVH(PhiOp, this)); in processPhi()
93 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
98 unsigned int OpDepthNumber = DepthMap[PhiOp]; in processPhi()
/external/llvm-project/llvm/lib/Analysis/
DPhiValues.cpp59 for (Value *PhiOp : Phi->incoming_values()) { in processPhi()
60 if (PHINode *PhiPhiOp = dyn_cast<PHINode>(PhiOp)) { in processPhi()
73 TrackedValues.insert(PhiValuesCallbackVH(PhiOp, this)); in processPhi()
92 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
97 unsigned int OpDepthNumber = DepthMap[PhiOp]; in processPhi()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp736 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode() argument
737 assert(PhiOp && "Invalid Operand!"); in simplifyCode()
738 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()
745 MachineOperand *PhiOp) { in simplifyCode() argument
746 assert(PhiOp && "Invalid Operand!"); in simplifyCode()
748 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp899 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode() argument
900 assert(PhiOp && "Invalid Operand!"); in simplifyCode()
901 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()
908 MachineOperand *PhiOp) { in simplifyCode() argument
909 assert(PhiOp && "Invalid Operand!"); in simplifyCode()
911 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()