HomeSort by relevance Sort by last modified time
    Searched refs:getShiftAmountTy (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 624 EVT ShTy = getShiftAmountTy(InnerVT);
743 // Compute the correct shift amount type, which must be getShiftAmountTy
747 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy);
    [all...]
LegalizeVectorOps.cpp 453 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
464 TLI.getShiftAmountTy(WideVT));
483 TLI.getShiftAmountTy(WideVT));
LegalizeDAG.cpp 402 TLI.getShiftAmountTy(Val.getValueType()));
560 TLI.getShiftAmountTy(Hi.getValueType()));
    [all...]
DAGCombiner.cpp 326 /// getShiftAmountTy - Returns a type large enough to hold any valid
328 EVT getShiftAmountTy(EVT LHSTy) {
    [all...]
LegalizeFloatTypes.cpp 192 TLI.getShiftAmountTy(RVT)));
200 TLI.getShiftAmountTy(SignBit.getValueType())));
206 TLI.getShiftAmountTy(SignBit.getValueType())));
212 TLI.getShiftAmountTy(LVT)));
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 157 EVT getShiftAmountTy(EVT LHSTy) const;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 754 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 966 milliseconds