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 661 EVT ShTy = getShiftAmountTy(InnerVT, DL);
    [all...]
LegalizeDAG.cpp 413 DAG.getConstant(NumBits, dl, TLI.getShiftAmountTy(Val.getValueType(),
581 DAG.getConstant(NumBits, dl, TLI.getShiftAmountTy(Hi.getValueType(),
    [all...]
LegalizeVectorOps.cpp 576 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout()));
588 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout()));
608 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout()));
    [all...]
DAGCombiner.cpp 474 EVT getShiftAmountTy(EVT LHSTy) {
    [all...]
LegalizeFloatTypes.cpp 248 TLI.getShiftAmountTy(RVT, DAG.getDataLayout())));
257 TLI.getShiftAmountTy(SignBit.getValueType(),
265 TLI.getShiftAmountTy(SignBit.getValueType(),
273 TLI.getShiftAmountTy(LVT, DAG.getDataLayout())));
    [all...]
LegalizeIntegerTypes.cpp 317 TLI.getShiftAmountTy(NVT, DAG.getDataLayout())));
330 TLI.getShiftAmountTy(NVT, DAG.getDataLayout())));
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 181 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) 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 785 milliseconds