Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBPFISelLowering.h67 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override;
DBPFISelLowering.cpp857 MVT BPFTargetLowering::getScalarShiftAmountTy(const DataLayout &DL, in getScalarShiftAmountTy() function in BPFTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h78 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h60 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override;
DWebAssemblyISelLowering.cpp412 MVT WebAssemblyTargetLowering::getScalarShiftAmountTy(const DataLayout & /*DL*/, in getScalarShiftAmountTy() function in WebAssemblyTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRISelLowering.h90 MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.h99 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcISelLowering.h100 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEISelLowering.h81 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h525 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.h279 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
DMipsSEISelLowering.cpp832 TL->getScalarShiftAmountTy(DAG.getDataLayout(), VT), in performMULCombine()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h391 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.h405 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override;
DSIISelLowering.cpp4505 MVT SITargetLowering::getScalarShiftAmountTy(const DataLayout &, EVT VT) const { in getScalarShiftAmountTy() function in SITargetLowering
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp1036 TLI.getScalarShiftAmountTy(DAG.getDataLayout(), Op.getValueType()); in SplitInteger()
DLegalizeDAG.cpp4647 DAG.getConstant(OriginalSize, dl, TLI.getScalarShiftAmountTy(DL, NVT))); in PromoteNode()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp914 MVT TargetLoweringBase::getScalarShiftAmountTy(const DataLayout &DL, in getScalarShiftAmountTy() function in TargetLoweringBase
925 LegalTypes ? getScalarShiftAmountTy(DL, LHSTy) : getPointerTy(DL); in getShiftAmountTy()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h543 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override;
DAArch64ISelLowering.cpp2223 MVT AArch64TargetLowering::getScalarShiftAmountTy(const DataLayout &DL, in getScalarShiftAmountTy() function in AArch64TargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h796 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h978 MVT getScalarShiftAmountTy(const DataLayout &, EVT VT) const override { in getScalarShiftAmountTy() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp2255 TLI.getScalarShiftAmountTy(DL, V0.getValueType()))); in balanceSubTree()
2285 TLI.getScalarShiftAmountTy(DL, V0.getValueType()))); in balanceSubTree()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h389 virtual MVT getScalarShiftAmountTy(const DataLayout &, EVT) const;