Home
last modified time | relevance | path

Searched defs:convertInstruction (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DLLVMImportInterface.h57 convertInstruction(OpBuilder &builder, llvm::Instruction *inst, in convertInstruction() function
172 LogicalResult convertInstruction(OpBuilder &builder, llvm::Instruction *inst, convertInstruction() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFromLLVMIRTranslation.cpp61 convertInstruction(OpBuilder &builder, llvm::Instruction *inst, in convertInstruction() function in __anon613554380111::TestDialectLLVMImportDialectInterface
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp1376 LogicalResult ModuleImport::convertInstruction(llvm::Instruction *inst) { convertInstruction() function in ModuleImport