Searched refs:getTypeConversion (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 932 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/ |
D | TargetLoweringBase.cpp | 804 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/ |
D | TargetLoweringBase.cpp | 983 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/ |
D | TargetLowering.h | 492 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/ |
D | TargetLowering.h | 785 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/ |
D | testshiftashr.ll | 375 ; getTypeConversion fails here and promotes this to a i64.
|
/external/llvm-project/llvm/test/Analysis/CostModel/X86/ |
D | testshiftashr.ll | 375 ; getTypeConversion fails here and promotes this to a i64.
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 920 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/ |
D | DialectConversion.cpp | 645 static BlockAction getTypeConversion(Block *block) { in getTypeConversion() function 1119 blockActions.push_back(BlockAction::getTypeConversion(newBlock)); in convertBlockSignature()
|