Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h330 inline bool isTypedPointerWrapper(const TargetExtType *ExtTy) { in isTypedPointerWrapper()
338 if (auto *ExtTy = dyn_cast<TargetExtType>(Ty)) in isPointerTyOrWrapper() local
344 if (auto *ExtTy = dyn_cast<TargetExtType>(Ty)) { in applyWrappers() local
361 else if (auto *ExtTy = dyn_cast<TargetExtType>(Ty)) in getPointeeType() local
371 if (auto *ExtTy = dyn_cast<TargetExtType>(Ty2)) in isUntypedEquivalentToTyExt() local
H A DSPIRVGlobalRegistry.cpp51 if (auto *ExtTy = dyn_cast<TargetExtType>(Ty); in typeToAddressSpace() local
1128 if (auto *ExtTy = dyn_cast<TargetExtType>(Ty); in restOfCreateSPIRVType() local
1168 if (auto *ExtTy = dyn_cast<TargetExtType>(Ty); in getOrCreateSPIRVType() local
H A DSPIRVUtils.cpp479 if (const TargetExtType *ExtTy = dyn_cast<TargetExtType>(Ty)) in isSpecialOpaqueType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h140 shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT, in shouldReduceLoadWidth()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2687 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
2757 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost() local
3180 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getExtendedReductionCost() local
3196 VectorType *ExtTy = VectorType::get(ResTy, Ty); in getMulAccReductionCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp267 Type *ExtTy = VectorType::get(IntptrTy, cast<VectorType>(Ty)); in getInterestingMemoryOperands() local
H A DAMDGPUCallLowering.cpp335 LLT ExtTy = getLLTForType(*RetInfo.Ty, DL); in lowerReturnVal() local
H A DAMDGPUISelLowering.cpp832 SDNode *N, ISD::LoadExtType ExtTy, EVT NewVT, in shouldReduceLoadWidth()
H A DSIISelLowering.cpp7231 auto ExtTy = OpTy.changeElementType(MVT::i32); in promoteUniformOpToI32() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp112 IntegerType *ExtTy = nullptr; member in __anonab9dbb3d0111::IRPromoter
H A DCodeGenPrepare.cpp4715 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in addPromotedInst() local
4737 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in getOrigType() local
4949 Type *ExtTy = Ext->getType(); in getAction() local
6425 Type *ExtTy = FirstUser->getType(); in hasSameExtUse() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp600 LLT ExtTy = in buildCopyToRegs() local
H A DCombinerHelper.cpp4231 LLT ExtTy = MRI.getType(DstReg); in applyExtendThroughPhis() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1751 LLT MidTy, ExtTy; in legalizeIntrinsic() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1575 const TypeSetByHwMode &ExtTy = Dst.getExtType(I); in importExplicitDefRenderers() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2468 MVT ExtTy = MVT::getVectorVT(MVT::i16, Ty.getVectorNumElements()); in LowerVECTOR_SHIFT() local
3875 SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT, in shouldReduceLoadWidth()
H A DHexagonISelLoweringHVX.cpp900 MVT ExtTy = ty(ExtVec); in buildHvxVectorReg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp535 auto *ExtTy = FixedVectorType::getExtendedElementVectorType(ArgTy); in simplifyX86pmulh() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2313 AArch64_AM::ShiftExtendType ExtTy = AArch64_AM::LSL, in CreateReg()
2332 AArch64_AM::ShiftExtendType ExtTy = AArch64_AM::LSL, in CreateVectorReg()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2641 Type *ExtTy = Type::getInt32Ty(C); in upgradeX86IntrinsicCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1537 Type *ExtTy = VectorType::get(IntptrTy, cast<VectorType>(Ty)); in getInterestingMemoryOperands() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10180 ISD::LoadExtType ExtTy, bool isExpanding) { in getMaskedLoad()
10274 ISD::LoadExtType ExtTy) { in getMaskedGather()
H A DTargetLowering.cpp12317 ISD::LoadExtType ExtTy = in scalarizeExtractedVectorLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3425 IntegerType *ExtTy = in getUDivExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9562 const EVT &ExtTy, in AddRequiredExtensionForVMULL()

12