Searched refs:ContextInst (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 297 Instruction *ContextInst, 300 Instruction *ContextInst, 303 Instruction *ContextInst, 1166 Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) { in getConstantOffsetComplexAddrs() argument 1168 << " PtrB=" << *PtrB << " ContextInst=" << *ContextInst in getConstantOffsetComplexAddrs() 1173 return getConstantOffsetSelects(PtrA, PtrB, ContextInst, Depth); in getConstantOffsetComplexAddrs() 1264 ContextInst, &DT); in getConstantOffsetComplexAddrs() 1279 Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) { in getConstantOffsetSelects() argument 1289 << *ContextInst << ", Depth=" << Depth << "\n"); in getConstantOffsetSelects() 1291 SelectA->getTrueValue(), SelectB->getTrueValue(), ContextInst, Depth); in getConstantOffsetSelects() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 1401 Instruction *ContextInst, Module *ReproducerModule, in checkAndReplaceCondition() argument 1409 ContextInst](Use &U) { in checkAndReplaceCondition() 1414 if (UserI->getParent() == ContextInst->getParent() && in checkAndReplaceCondition() 1415 UserI->comesBefore(ContextInst)) in checkAndReplaceCondition()
|