Home
last modified time | relevance | path

Searched defs:NewTy (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp33 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementTo() local
50 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementCountTo() local
71 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementSizeTo() local
H A DLegalizerInfo.cpp126 const LLT NewTy = Mutation.second; in mutationIsSane() local
H A DCallLowering.cpp448 LLT NewTy = PartLLT.changeElementType(LLTy.getElementType()) in buildCopyFromRegs() local
H A DLegalizerHelper.cpp1767 LLT NewTy = LLT::scalar(Ty.getSizeInBits()); in coerceToScalar() local
5650 LLT NewTy = SrcTy.changeElementCount( in moreElementsVector() local
8476 LLT NewTy = DstTy.changeElementType(ScalarPtrTy); in lowerSelect() local
8693 LLT NewTy = Ty; in findGISelOptimalMemOpLowering() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp100 DynamicTypeInfo NewTy) { in setDynamicTypeInfo()
107 QualType NewTy, bool CanBeSubClassed) { in setDynamicTypeInfo()
146 DynamicTypeInfo NewTy) { in setClassObjectDynamicTypeInfo()
152 SymbolRef Sym, QualType NewTy, in setClassObjectDynamicTypeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h682 QualType NewTy = Ctx.getPromotedIntegerType(LTy); in doIntTypeConversion() local
689 QualType NewTy = Ctx.getPromotedIntegerType(RTy); in doIntTypeConversion() local
740 QualType NewTy = in doIntTypeConversion() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h209 if (Type *NewTy = applyWrappers(Ty); NewTy != Ty) in toTypedPointer() local
H A DSPIRVEmitIntrinsics.cpp539 Type *NewTy = StructType::create(Tys); in deduceNestedTypeHelper() local
556 Type *NewTy = ArrayType::get(Ty, ArrTy->getNumElements()); in deduceNestedTypeHelper() local
574 Type *NewTy = VectorType::get(Ty, VecTy->getElementCount()); in deduceNestedTypeHelper() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp525 Type *NewTy = TypeMap->remapType(Ty); in visitAllocaInst() local
534 Type *NewTy = TypeMap->remapType(Ty); in visitGetElementPtrInst() local
614 auto *NewTy = dyn_cast<StructType>(TypeMap->remapType(SrcTy)); in materializeBufferFatPtrConst() local
1558 Type *NewTy = PointerType::get(I.getContext(), AMDGPUAS::BUFFER_RESOURCE); in visitIntrinsicInst() local
1662 static Function *moveFunctionAdaptingType(Function *OldF, FunctionType *NewTy, in moveFunctionAdaptingType()
H A DAMDGPUImageIntrinsicOptimizer.cpp199 Type *NewTy = FixedVectorType::get(EltTy, 4); in optimizeSection() local
H A DAMDGPULateCodeGenPrepare.cpp212 Type *NewTy = calculateConvertType(V->getType()); in convertToOptType() local
H A DAMDGPUPromoteAlloca.cpp1500 PointerType *NewTy = PointerType::get(Context, AMDGPUAS::LOCAL_ADDRESS); in tryPromoteAllocaToLDS() local
1516 PointerType *NewTy = PointerType::get(Context, AMDGPUAS::LOCAL_ADDRESS); in tryPromoteAllocaToLDS() local
H A DAMDGPUInstCombineIntrinsic.cpp1398 Type *NewTy = in simplifyAMDGCNMemoryIntrinsicDemanded() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h330 void setType(LLT NewTy) { in setType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp212 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local
379 Type *NewTy = getReplacement(PHI->getIncomingValue(0))->getType(); in replace() local
562 LoadInst *InstCombinerImpl::combineLoadToNewType(LoadInst &LI, Type *NewTy, in combineLoadToNewType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp406 Type *NewTy = getCorrespondingIntegerType(LI->getType(), M->getDataLayout()); in convertAtomicLoadToIntegerType() local
427 Type *NewTy = in convertAtomicXchgToIntegerType() local
537 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), in convertAtomicStoreToIntegerType() local
1257 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), in convertCmpXchgToIntegerType() local
H A DRegisterBankInfo.cpp481 LLT NewTy = MRI.getType(NewReg); in applyDefaultMapping() local
H A DComplexDeinterleavingPass.cpp1954 auto *NewTy = VectorType::getDoubleElementsVectorType( in replaceNode() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp366 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local
451 Type *NewTy = E->getType(); in mapValue() local
486 Type *NewTy = C->getType(); in mapValue() local
H A DLocal.cpp3560 auto *NewTy = NewLI.getType(); in copyNonnullMetadata() local
3585 auto *NewTy = NewLI.getType(); in copyRangeMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1650 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1665 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1742 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp300 auto *NewTy = FixedVectorType::get( in flatten() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp332 LLT NewTy = LLT::scalar(64); in applySplitStoreZero128() local
H A DAArch64LegalizerInfo.cpp1807 const LLT NewTy = LLT::vector(ValTy.getElementCount(), PtrSize); in legalizeLoadStore() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h762 auto NewTy = clone(); in cloneWithFlags() local
1413 auto NewTy = clone(); in cloneWithCC() local

12