Searched refs:getValueAt (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
D | PDLToPDLInterp.cpp | 49 Value getValueAt(Block *cur, Position *pos); 173 Value val = position ? getValueAt(block, position) : Value(); in generateMatcher() 219 Value PatternLowering::getValueAt(Block *cur, Position *pos) { in getValueAt() function in PatternLowering 224 Value parentVal = getValueAt(cur, pos->getParent()); in getValueAt() 314 loc, val, getValueAt(currentBlock, equalToQuestion->getValue()), in generatePredicate() 322 args.push_back(getValueAt(currentBlock, position)); in generatePredicate() 385 mappedMatchValues.push_back(getValueAt(currentBlock, position)); in generateRecordMatch()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 507 LVILatticeVal getValueAt(Value *V, Instruction *CxtI); 1333 LVILatticeVal LazyValueInfoCache::getValueAt(Value *V, Instruction *CxtI) { in getValueAt() function in LazyValueInfoCache 1617 LVILatticeVal Result = getCache(PImpl, AC, &DL, DT).getValueAt(V, CxtI); in getPredicateAt()
|
/external/llvm-project/llvm/lib/Analysis/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 460 ValueLatticeElement getValueAt(Value *V, Instruction *CxtI); 1572 ValueLatticeElement LazyValueInfoImpl::getValueAt(Value *V, Instruction *CxtI) { in getValueAt() function in LazyValueInfoImpl 1868 ValueLatticeElement Result = getImpl(PImpl, AC, &DL, DT).getValueAt(V, CxtI); in getPredicateAt()
|