Home
last modified time | relevance | path

Searched refs:getScalarShiftAmountTy (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h50 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override;
DWebAssemblyISelLowering.cpp204 MVT WebAssemblyTargetLowering::getScalarShiftAmountTy(const DataLayout & /*DL*/, in getScalarShiftAmountTy() function in WebAssemblyTargetLowering
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h75 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h88 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.h103 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override;
DSIISelLowering.cpp906 MVT SITargetLowering::getScalarShiftAmountTy(const DataLayout &, EVT) const { in getScalarShiftAmountTy() function in SITargetLowering
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h104 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override { in getScalarShiftAmountTy() function
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h342 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h504 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h235 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override;
DAArch64ISelLowering.cpp795 MVT AArch64TargetLowering::getScalarShiftAmountTy(const DataLayout &DL, in getScalarShiftAmountTy() function in AArch64TargetLowering
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h234 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
DMipsSEISelLowering.cpp842 TL->getScalarShiftAmountTy(DAG.getDataLayout(), VT), in performMULCombine()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h433 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.h630 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
DX86ISelLowering.cpp5301 MVT ScalarShiftTy = TLI.getScalarShiftAmountTy(DAG.getDataLayout(), VT); in getVShift()
8038 DAG.getTargetLoweringInfo().getScalarShiftAmountTy( in lowerVectorShuffleAsElementInsertion()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp864 MVT TargetLoweringBase::getScalarShiftAmountTy(const DataLayout &DL, in getScalarShiftAmountTy() function in TargetLoweringBase
874 return getScalarShiftAmountTy(DL, LHSTy); in getShiftAmountTy()
/external/llvm/include/llvm/Target/
DTargetLowering.h179 virtual MVT getScalarShiftAmountTy(const DataLayout &, EVT) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp479 return LegalTypes ? TLI.getScalarShiftAmountTy(DL, LHSTy) in getShiftAmountTy()