Searched refs:getValueAt (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 52 Value getValueAt(Block *¤tBlock, Position *pos); 203 Value val = position ? getValueAt(currentBlock, position) : Value(); in generateMatcher() 237 Value PatternLowering::getValueAt(Block *¤tBlock, Position *pos) { in getValueAt() function in PatternLowering 244 parentVal = getValueAt(currentBlock, parent); in getValueAt() 372 args = {getValueAt(currentBlock, equalToQuestion->getValue())}; in generate() 375 args.push_back(getValueAt(currentBlock, position)); in generate() 569 mappedMatchValues.push_back(getValueAt(currentBlock, position)); in generate()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 447 ValueLatticeElement getValueAt(Value *V, Instruction *CxtI); 1471 ValueLatticeElement LazyValueInfoImpl::getValueAt(Value *V, Instruction *CxtI) { in getValueAt() function in LazyValueInfoImpl 1764 : getImpl(PImpl, AC, M).getValueAt(V, CxtI); in getPredicateAt()
|