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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 648 EVT ShTy = getShiftAmountTy(InnerVT);
    [all...]
LegalizeDAG.cpp 389 TLI.getShiftAmountTy(Val.getValueType()));
553 TLI.getShiftAmountTy(Hi.getValueType()));
    [all...]
LegalizeVectorOps.cpp 557 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
568 TLI.getShiftAmountTy(WideVT));
587 TLI.getShiftAmountTy(WideVT));
    [all...]
DAGCombiner.cpp 421 EVT getShiftAmountTy(EVT LHSTy) {
    [all...]
LegalizeFloatTypes.cpp 223 TLI.getShiftAmountTy(RVT)));
231 TLI.getShiftAmountTy(SignBit.getValueType())));
237 TLI.getShiftAmountTy(SignBit.getValueType())));
243 TLI.getShiftAmountTy(LVT)));
    [all...]
LegalizeIntegerTypes.cpp 310 DAG.getConstant(DiffBits, TLI.getShiftAmountTy(NVT)));
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 177 EVT getShiftAmountTy(EVT LHSTy) const;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 619 milliseconds