Home
last modified time | relevance | path

Searched defs:ExtTy (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1970 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2036 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2414 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getExtendedReductionCost() local
2430 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getMulAccReductionCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DBasicTTIImpl.h2111 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2177 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2540 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getExtendedReductionCost() local
2556 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getMulAccReductionCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DBasicTTIImpl.h2111 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2177 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2540 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getExtendedReductionCost() local
2556 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getMulAccReductionCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DBasicTTIImpl.h2101 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2167 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2530 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getExtendedReductionCost() local
2546 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getMulAccReductionCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DBasicTTIImpl.h2167 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2233 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2596 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getExtendedReductionCost() local
2612 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getMulAccReductionCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFISelLowering.h128 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelLowering.h121 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp447 MVT ExtTy = ty(ExtVec); in buildHvxVectorReg() local
1290 MVT ExtTy = typeExtElem(ResTy, 2); in LowerHvxMul() local
1347 MVT ExtTy = typeExtElem(ResTy, 2); in LowerHvxMulh() local
H A DHexagonISelLowering.cpp3280 ISD::LoadExtType ExtTy, EVT NewVT) const { in shouldReduceLoadWidth()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1375 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); variable
1439 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); variable
H A DTargetLowering.h1362 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp114 IntegerType *ExtTy = nullptr; member in __anon6ce0dcb70111::IRPromoter
H A DCodeGenPrepare.cpp3704 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in addPromotedInst() local
3727 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in getOrigType() local
3939 Type *ExtTy = Ext->getType(); in getAction() local
5178 Type *ExtTy = FirstUser->getType(); in hasSameExtUse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp112 IntegerType *ExtTy = nullptr; member in __anon330d687d0111::IRPromoter
H A DCodeGenPrepare.cpp4142 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in addPromotedInst() local
4164 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in getOrigType() local
4376 Type *ExtTy = Ext->getType(); in getAction() local
5778 Type *ExtTy = FirstUser->getType(); in hasSameExtUse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp338 LLT ExtTy = getLLTForType(*RetInfo.Ty, DL); in lowerReturnVal() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2417 MVT ExtTy = MVT::getVectorVT(MVT::i16, Ty.getVectorNumElements()); in LowerVECTOR_SHIFT() local
3804 ISD::LoadExtType ExtTy, EVT NewVT) const { in shouldReduceLoadWidth()
H A DHexagonISelLoweringHVX.cpp890 MVT ExtTy = ty(ExtVec); in buildHvxVectorReg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1816 AArch64_AM::ShiftExtendType ExtTy = AArch64_AM::LSL, in CreateReg()
1835 AArch64_AM::ShiftExtendType ExtTy = AArch64_AM::LSL, in CreateVectorReg()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2931 Type *ExtTy = Ext->getType(); in getAction() local
4080 Type *ExtTy = FirstUser->getType(); in hasSameExtUse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2171 AArch64_AM::ShiftExtendType ExtTy = AArch64_AM::LSL, in CreateReg()
2190 AArch64_AM::ShiftExtendType ExtTy = AArch64_AM::LSL, in CreateVectorReg()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp575 ISD::LoadExtType ExtTy = Signed ? ISD::SEXTLOAD : ISD::ZEXTLOAD; in LowerParameter() local
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetLowering.h892 ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp1805 Type *ExtTy = Type::getInt32Ty(C); in UpgradeIntrinsicCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAutoUpgrade.cpp2211 Type *ExtTy = Type::getInt32Ty(C); in UpgradeIntrinsicCall() local

12