Searched refs:llvmOperands (Results 1 – 8 of 8) sorted by relevance
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestFromLLVMIRTranslation.cpp | 40 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 D | LLVMImportInterface.h | 58 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 D | LLVMIRToNVVMTranslation.cpp | 52 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 D | LLVMIRToLLVMTranslation.cpp | 70 ArrayRef<llvm::Value *> llvmOperands(args); 64 ArrayRef<llvm::Value *> llvmOperands(args); convertIntrinsicImpl() local
|
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
H A D | LLVMOpBase.td | 161 // LLVM IR instruction `inst` and its operands `llvmOperands`. The 351 llvmOperands,
|
H A D | LLVMIntrinsicOps.td | 296 moduleImport.matchAliasScopeAttrs(llvmOperands[0]); 421 llvmOperands.take_front( }] # numArgs # [{), {}, false,
|
H A D | LLVMOps.td | 1063 moduleImport.convertValues(llvmOperands);
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleImport.cpp | 136 ArrayRef<llvm::Value *> llvmOperands(operands); in convertInstructionImpl() 140 return iface.convertInstruction(odsBuilder, inst, llvmOperands, in convertInstructionImpl() 130 ArrayRef<llvm::Value *> llvmOperands(operands); convertInstructionImpl() local
|