Home
last modified time | relevance | path

Searched refs:getValueAt (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp59 Value getValueAt(Block *&currentBlock, Position *pos);
225 Value val = position ? getValueAt(currentBlock, position) : Value(); in generateMatcher()
259 Value PatternLowering::getValueAt(Block *&currentBlock, Position *pos) { in getValueAt() function in PatternLowering
266 parentVal = getValueAt(currentBlock, parent); in getValueAt()
403 args = {getValueAt(currentBlock, equalToQuestion->getValue())}; in generate()
406 args.push_back(getValueAt(currentBlock, position)); in generate()
606 mappedMatchValues.push_back(getValueAt(currentBlock, position)); in generate()
/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp422 ValueLatticeElement getValueAt(Value *V, Instruction *CxtI);
1587 ValueLatticeElement LazyValueInfoImpl::getValueAt(Value *V, Instruction *CxtI) { in getValueAtUse()
1903 : Impl.getValueAt(V, CxtI); in getPredicateAt()
1524 ValueLatticeElement LazyValueInfoImpl::getValueAt(Value *V, Instruction *CxtI) { getValueAt() function in LazyValueInfoImpl