llvm-project/mlir/lib/Target/LLVMIR
Craig Topper a58b62b4a2 [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().
This method has been commented as deprecated for a while. Remove
it and replace all uses with the equivalent getCalledOperand().

I also made a few cleanups in here. For example, to removes use
of getElementType on a pointer when we could just use getFunctionType
from the call.

Differential Revision: https://reviews.llvm.org/D78882
2020-04-27 22:17:03 -07:00
..
ConvertFromLLVMIR.cpp [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
ConvertToLLVMIR.cpp [mlir] Remove need for static global ctors from mlir-translate 2020-04-08 16:52:33 -06:00
ConvertToNVVMIR.cpp [mlir] Remove need for static global ctors from mlir-translate 2020-04-08 16:52:33 -06:00
ConvertToROCDLIR.cpp [mlir] Remove need for static global ctors from mlir-translate 2020-04-08 16:52:33 -06:00
DebugTranslation.cpp [mlir][LLVMDebugTranslation] Only insert the location mapping after translation 2020-04-27 16:49:18 -07:00
DebugTranslation.h [mlir] Add support for basic location translation to LLVM. 2020-02-05 17:41:51 -08:00
LLVMAVX512Intr.cpp [mlir] Remove need for static global ctors from mlir-translate 2020-04-08 16:52:33 -06:00
ModuleTranslation.cpp [MLIR] Allow for multiple gpu modules during translation. 2020-04-16 14:18:31 +02:00