Searched refs:getShiftAmountConstant (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 632 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5198 DAG.getShiftAmountConstant(EltBits, MulVT, dl)); in BuildSDIV() 5356 DAG.getShiftAmountConstant(EltBits, MulVT, dl)); in BuildUDIV() 7338 DAG.getShiftAmountConstant(ShiftIntoIdx * SrcEltVT.getSizeInBits(), in scalarizeVectorLoad()
|
| H A D | DAGCombiner.cpp | 6593 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate() 7623 DAG.getShiftAmountConstant(ZeroExtendedBytes * 8, VT, in MatchLoadCombine() 17563 DAG.getShiftAmountConstant(LoadWidth / 2, JointMemOpVT, LoadDL); in tryStoreMergeOfLoads()
|
| H A D | SelectionDAG.cpp | 1476 SDValue SelectionDAG::getShiftAmountConstant(uint64_t Val, EVT VT, in getShiftAmountConstant() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 566 DAG.getShiftAmountConstant(RoundBits, ValueVT, DL, /*LegalTypes*/false)); in getCopyToParts()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 4182 DAG.getShiftAmountConstant(Shift, VT, SL)); in loadInputValue()
|
| H A D | SIISelLowering.cpp | 2797 DAG.getShiftAmountConstant(10, MVT::i32, SL)); in passSpecialInputs() 2805 DAG.getShiftAmountConstant(20, MVT::i32, SL)); in passSpecialInputs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 40619 DAG.getShiftAmountConstant(Offset, SclVT, dl)); in combineExtractWithShuffle()
|