Searched refs:getShiftAmountTy (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp622 EVT ShTy = getShiftAmountTy(InnerVT);
741 // Compute the correct shift amount type, which must be getShiftAmountTy
745 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy);
903 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType()));
1474 getPointerTy() : getShiftAmountTy(N0.getValueType());
1504 getPointerTy() : getShiftAmountTy(N0.getValueType());
1532 getPointerTy() : getShiftAmountTy(N0.getValueType());
1720 DAG.getConstant(1, getShiftAmountTy(N1.getValueType())));
1743 DAG.getConstant(1, getShiftAmountTy(N0.getValueType())));
2450 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op
[all...]
H A DLegalizeVectorOps.cpp453 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
464 TLI.getShiftAmountTy(WideVT));
483 TLI.getShiftAmountTy(WideVT));
H A DLegalizeDAG.cpp398 TLI.getShiftAmountTy(Val.getValueType()));
556 TLI.getShiftAmountTy(Hi.getValueType()));
795 TLI.getShiftAmountTy(Value.getValueType())));
806 TLI.getShiftAmountTy(Value.getValueType())));
1005 TLI.getShiftAmountTy(Hi.getValueType())));
1035 TLI.getShiftAmountTy(Hi.getValueType())));
1541 TLI.getShiftAmountTy(SignBit.getValueType())));
2317 DAG.getConstant(1, TLI.getShiftAmountTy(Op0.getValueType()));
2350 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType());
2499 EVT SHVT = TLI.getShiftAmountTy(V
[all...]
H A DDAGCombiner.cpp326 /// getShiftAmountTy - Returns a type large enough to hold any valid
328 EVT getShiftAmountTy(EVT LHSTy) { function in class:__anon2208::DAGCombiner
329 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy();
1792 getShiftAmountTy(N0.getValueType())));
1802 getShiftAmountTy(N0.getValueType()))));
1897 getShiftAmountTy(N0.getValueType())));
1903 getShiftAmountTy(SGN.getValueType())));
1908 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));
1957 getShiftAmountTy(N0.getValueType())));
2098 getShiftAmountTy(N
[all...]
H A DLegalizeFloatTypes.cpp192 TLI.getShiftAmountTy(RVT)));
200 TLI.getShiftAmountTy(SignBit.getValueType())));
206 TLI.getShiftAmountTy(SignBit.getValueType())));
212 TLI.getShiftAmountTy(LVT)));
H A DLegalizeIntegerTypes.cpp2094 EVT ShiftTy = TLI.getShiftAmountTy(VT);
H A DSelectionDAG.cpp1521 EVT ShTy = TLI.getShiftAmountTy(LHSTy);
H A DSelectionDAGBuilder.cpp2649 EVT ShiftTy = TLI.getShiftAmountTy(Op2.getValueType());
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h155 EVT getShiftAmountTy(EVT LHSTy) const;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp754 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy) const { function in class:TargetLoweringBase
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6120 TLI.getShiftAmountTy(InsElt.getValueType())));
6135 TLI.getShiftAmountTy(InsElt0.getValueType())));

Completed in 315 milliseconds