Home
last modified time | relevance | path

Searched defs:PhiOp (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DPhiValues.cpp92 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPhiValues.cpp93 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp736 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode()
745 MachineOperand *PhiOp) { in simplifyCode()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp954 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode()
963 MachineOperand *PhiOp) { in simplifyCode()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86LowerAMXType.cpp489 Value *PhiOp = dyn_cast<PHINode>(V)->getIncomingValue(0); in replaceWithTileLoad() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp8294 PHINode *PhiOp = in tryToBlend() local