Searched refs:ParentB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 293 MachineBasicBlock *ParentB = B->getParent(); in hasSameReachingDef() local 294 if (ParentA != ParentB) in hasSameReachingDef()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 748 const VPBlockBase *ParentB = B->getParent(); in properlyDominates() local 749 if (ParentA == ParentB) in properlyDominates() 756 return VPDT.properlyDominates(ParentA, ParentB); in properlyDominates()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 560 bool matchVPTERNLOG(SDNode *Root, SDNode *ParentA, SDNode *ParentB, 4522 SDNode *ParentB, SDNode *ParentC, in matchVPTERNLOG() argument 4525 assert(A.isOperandOf(ParentA) && B.isOperandOf(ParentB) && in matchVPTERNLOG() 4567 } else if (tryFoldLoadOrBCast(Root, ParentB, B, Tmp0, Tmp1, Tmp2, Tmp3, in matchVPTERNLOG() 4688 SDNode *ParentB = FoldableOp.getNode(); in tryVPTERNLOG() local 4710 PeekThroughNot(B, ParentB, TernlogMagicB); in tryVPTERNLOG() 4735 return matchVPTERNLOG(N, ParentA, ParentB, ParentC, A, B, C, Imm); in tryVPTERNLOG()
|