Home
last modified time | relevance | path

Searched refs:lookupValues (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp278 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()
/llvm-project-15.0.7/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h87 SmallVector<llvm::Value *> lookupValues(ValueRange values);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DNVVMOps.td688 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());
H A DLLVMOpBase.td318 auto operands = moduleTranslation.lookupValues(opInst.getOperands());
390 auto operands = moduleTranslation.lookupValues(opInst.getOperands());
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp437 moduleTranslation.lookupValues(region.front().back().getOperands())); in inlineConvertOmpRegions()
541 moduleTranslation.lookupValues(orderedOp.depend_vec_vars()); in convertOmpOrdered()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1070 SmallVector<llvm::Value *> ModuleTranslation::lookupValues(ValueRange values) { in lookupValues() function in ModuleTranslation