/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 50 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override;
|
D | WebAssemblyISelLowering.cpp | 204 MVT WebAssemblyTargetLowering::getScalarShiftAmountTy(const DataLayout & /*DL*/, in getScalarShiftAmountTy() function in WebAssemblyTargetLowering
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 75 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 88 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 103 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override;
|
D | SIISelLowering.cpp | 906 MVT SITargetLowering::getScalarShiftAmountTy(const DataLayout &, EVT) const { in getScalarShiftAmountTy() function in SITargetLowering
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 104 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override { in getScalarShiftAmountTy() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 342 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 504 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 235 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override;
|
D | AArch64ISelLowering.cpp | 795 MVT AArch64TargetLowering::getScalarShiftAmountTy(const DataLayout &DL, in getScalarShiftAmountTy() function in AArch64TargetLowering
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 234 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
|
D | MipsSEISelLowering.cpp | 842 TL->getScalarShiftAmountTy(DAG.getDataLayout(), VT), in performMULCombine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 433 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 630 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() function
|
D | X86ISelLowering.cpp | 5301 MVT ScalarShiftTy = TLI.getScalarShiftAmountTy(DAG.getDataLayout(), VT); in getVShift() 8038 DAG.getTargetLoweringInfo().getScalarShiftAmountTy( in lowerVectorShuffleAsElementInsertion()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 864 MVT TargetLoweringBase::getScalarShiftAmountTy(const DataLayout &DL, in getScalarShiftAmountTy() function in TargetLoweringBase 874 return getScalarShiftAmountTy(DL, LHSTy); in getShiftAmountTy()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 179 virtual MVT getScalarShiftAmountTy(const DataLayout &, EVT) const;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 479 return LegalTypes ? TLI.getScalarShiftAmountTy(DL, LHSTy) in getShiftAmountTy()
|