Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp586 auto operands = lookupValues(op.getOperands()); in convertOperation()
642 builder.CreateCall(inlineAsmInst, lookupValues(inlineAsmOp.operands())); in convertOperation()
649 auto operands = lookupValues(opInst.getOperands()); in convertOperation()
673 for (auto operand : lookupValues(lpOp.getOperands())) { in convertOperation()
1018 ModuleTranslation::lookupValues(ValueRange values) { in lookupValues() function in ModuleTranslation
/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h111 SmallVector<llvm::Value *, 8> lookupValues(ValueRange values);
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOpBase.td266 auto operands = lookupValues(opInst.getOperands());
331 auto operands = lookupValues(opInst.getOperands());