Searched refs:lookupValues (Results 1 – 6 of 6) sorted by relevance
278 auto operands = moduleTranslation.lookupValues(op.getOperands()); in convertOperationImpl()334 moduleTranslation.lookupValues(inlineAsmOp.getOperands())); in convertOperationImpl()362 auto operands = moduleTranslation.lookupValues(invOp.getCalleeOperands()); in convertOperationImpl()398 moduleTranslation.lookupValues(lpOp.getOperands())) { in convertOperationImpl()
87 SmallVector<llvm::Value *> lookupValues(ValueRange values);
688 auto operands = moduleTranslation.lookupValues(opInst.getOperands());744 auto operands = moduleTranslation.lookupValues(opInst.getOperands());798 auto operands = moduleTranslation.lookupValues(opInst.getOperands());837 auto operands = moduleTranslation.lookupValues(opInst.getOperands());993 auto operands = moduleTranslation.lookupValues(opInst.getOperands());
318 auto operands = moduleTranslation.lookupValues(opInst.getOperands());390 auto operands = moduleTranslation.lookupValues(opInst.getOperands());
437 moduleTranslation.lookupValues(region.front().back().getOperands())); in inlineConvertOmpRegions()541 moduleTranslation.lookupValues(orderedOp.depend_vec_vars()); in convertOmpOrdered()
1070 SmallVector<llvm::Value *> ModuleTranslation::lookupValues(ValueRange values) { in lookupValues() function in ModuleTranslation