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

  /external/llvm/include/llvm/Target/
TargetLowering.h 95 TypePromoteInteger, // Replace this integer with a larger one.
195 return TypePromoteInteger;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
CodeGenPrepare.cpp 553 TargetLowering::TypePromoteInteger)
556 TargetLowering::TypePromoteInteger)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 246 case TargetLowering::TypePromoteInteger:
420 == TargetLowering::TypePromoteInteger) {
555 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger &&
558 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger &&
623 case TargetLowering::TypePromoteInteger:
    [all...]
LegalizeTypes.cpp 234 case TargetLowering::TypePromoteInteger:
283 case TargetLowering::TypePromoteInteger:
    [all...]
LegalizeTypesGeneric.cpp 51 case TargetLowering::TypePromoteInteger:
LegalizeVectorTypes.cpp 697 case TargetLowering::TypePromoteInteger:
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 93 milliseconds