Home
last modified time | relevance | path

Searched refs:getTypeConversion (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp932 TargetLoweringBase::getTypeConversion(LLVMContext &Context, EVT VT) const { in getTypeConversion() function in TargetLoweringBase
961 LegalizeKind NextStep = getTypeConversion(Context, NVT); in getTypeConversion()
997 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion()
1567 LK = getTypeConversion(Context, PartVT); in getVectorTypeBreakdown()
1850 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp804 TargetLoweringBase::getTypeConversion(LLVMContext &Context, EVT VT) const { in getTypeConversion() function in TargetLoweringBase
834 LegalizeKind NextStep = getTypeConversion(Context, NVT); in getTypeConversion()
867 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion()
1664 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp983 TargetLoweringBase::getTypeConversion(LLVMContext &Context, EVT VT) const { in getTypeConversion() function in TargetLoweringBase
1012 LegalizeKind NextStep = getTypeConversion(Context, NVT); in getTypeConversion()
1045 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion()
1740 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h492 return getTypeConversion(Context, VT).first; in getTypeAction()
505 return getTypeConversion(Context, VT).second; in getTypeToTransformTo()
2050 LegalizeKind getTypeConversion(LLVMContext &Context, EVT VT) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h785 return getTypeConversion(Context, VT).first; in getTypeAction()
798 return getTypeConversion(Context, VT).second; in getTypeToTransformTo()
2786 LegalizeKind getTypeConversion(LLVMContext &Context, EVT VT) const;
/external/llvm/test/Analysis/CostModel/X86/
Dtestshiftashr.ll375 ; getTypeConversion fails here and promotes this to a i64.
/external/llvm-project/llvm/test/Analysis/CostModel/X86/
Dtestshiftashr.ll375 ; getTypeConversion fails here and promotes this to a i64.
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h920 return getTypeConversion(Context, VT).first; in getTypeAction()
933 return getTypeConversion(Context, VT).second; in getTypeToTransformTo()
2966 LegalizeKind getTypeConversion(LLVMContext &Context, EVT VT) const;
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp645 static BlockAction getTypeConversion(Block *block) { in getTypeConversion() function
1119 blockActions.push_back(BlockAction::getTypeConversion(newBlock)); in convertBlockSignature()