Home
last modified time | relevance | path

Searched refs:llvmOperands (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFromLLVMIRTranslation.cpp40 ArrayRef<llvm::Value *> llvmOperands, in convertLoad() argument
42 FailureOr<Value> addr = moduleImport.convertValue(llvmOperands[0]); in convertLoad()
62 ArrayRef<llvm::Value *> llvmOperands, in convertInstruction() argument
66 return convertLoad(builder, inst, llvmOperands, moduleImport); in convertInstruction()
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DLLVMImportInterface.h58 ArrayRef<llvm::Value *> llvmOperands, in convertInstruction() argument
177 ArrayRef<llvm::Value *> llvmOperands, in convertInstruction()
185 return iface->convertInstruction(builder, inst, llvmOperands, moduleImport);
173 convertInstruction(OpBuilder & builder,llvm::Instruction * inst,ArrayRef<llvm::Value * > llvmOperands,LLVM::ModuleImport & moduleImport) convertInstruction() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/NVVM/
H A DLLVMIRToNVVMTranslation.cpp52 ArrayRef<llvm::Value *> llvmOperands(args); in convertIntrinsicImpl()
51 ArrayRef<llvm::Value *> llvmOperands(args); convertIntrinsicImpl() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMIRToLLVMTranslation.cpp70 ArrayRef<llvm::Value *> llvmOperands(args);
64 ArrayRef<llvm::Value *> llvmOperands(args); convertIntrinsicImpl() local
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOpBase.td161 // LLVM IR instruction `inst` and its operands `llvmOperands`. The
351 llvmOperands,
H A DLLVMIntrinsicOps.td296 moduleImport.matchAliasScopeAttrs(llvmOperands[0]);
421 llvmOperands.take_front( }] # numArgs # [{), {}, false,
H A DLLVMOps.td1063 moduleImport.convertValues(llvmOperands);
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp136 ArrayRef<llvm::Value *> llvmOperands(operands); in convertInstructionImpl()
140 return iface.convertInstruction(odsBuilder, inst, llvmOperands, in convertInstructionImpl()
130 ArrayRef<llvm::Value *> llvmOperands(operands); convertInstructionImpl() local