Searched refs:getTypeConversion (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 265 return getTypeConversion(Context, VT).first; in getTypeAction() 278 return getTypeConversion(Context, VT).second; in getTypeToTransformTo() 1814 getTypeConversion(LLVMContext &Context, EVT VT) const { in getTypeConversion() function 1838 LegalizeKind NextStep = getTypeConversion(Context, NVT); in getTypeConversion() 1869 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 724 TargetLoweringBase::getTypeConversion(LLVMContext &Context, EVT VT) const { in getTypeConversion() function in TargetLoweringBase 753 LegalizeKind NextStep = getTypeConversion(Context, NVT); in getTypeConversion() 786 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() 1514 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-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 669 return getTypeConversion(Context, VT).first; in getTypeAction() 682 return getTypeConversion(Context, VT).second; in getTypeToTransformTo() 2503 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/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/X86/ |
D | testshiftashr.ll | 375 ; getTypeConversion fails here and promotes this to a i64.
|