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 645 EVT ShTy = getShiftAmountTy(InnerVT);
    [all...]
LegalizeDAG.cpp 404 TLI.getShiftAmountTy(Val.getValueType()));
564 TLI.getShiftAmountTy(Hi.getValueType()));
    [all...]
LegalizeVectorOps.cpp 518 ShAmt = DAG.getConstant(BitOffset, TLI.getShiftAmountTy(WideVT));
529 TLI.getShiftAmountTy(WideVT));
548 TLI.getShiftAmountTy(WideVT));
    [all...]
DAGCombiner.cpp 367 /// getShiftAmountTy - Returns a type large enough to hold any valid
369 EVT getShiftAmountTy(EVT LHSTy) {
    [all...]
LegalizeFloatTypes.cpp 195 TLI.getShiftAmountTy(RVT)));
203 TLI.getShiftAmountTy(SignBit.getValueType())));
209 TLI.getShiftAmountTy(SignBit.getValueType())));
215 TLI.getShiftAmountTy(LVT)));
    [all...]
LegalizeIntegerTypes.cpp 300 DAG.getConstant(DiffBits, TLI.getShiftAmountTy(NVT)));
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 164 EVT getShiftAmountTy(EVT LHSTy) const;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 404 milliseconds