/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizeMutations.cpp | 33 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 D | LegalizerInfo.cpp | 126 const LLT NewTy = Mutation.second; in mutationIsSane() local
|
H A D | CallLowering.cpp | 448 LLT NewTy = PartLLT.changeElementType(LLTy.getElementType()) in buildCopyFromRegs() local
|
H A D | LegalizerHelper.cpp | 1767 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 D | DynamicType.cpp | 100 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 D | SMTConv.h | 682 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 D | SPIRVUtils.h | 209 if (Type *NewTy = applyWrappers(Ty); NewTy != Ty) in toTypedPointer() local
|
H A D | SPIRVEmitIntrinsics.cpp | 539 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 D | AMDGPULowerBufferFatPointers.cpp | 525 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 D | AMDGPUImageIntrinsicOptimizer.cpp | 199 Type *NewTy = FixedVectorType::get(EltTy, 4); in optimizeSection() local
|
H A D | AMDGPULateCodeGenPrepare.cpp | 212 Type *NewTy = calculateConvertType(V->getType()); in convertToOptType() local
|
H A D | AMDGPUPromoteAlloca.cpp | 1500 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 D | AMDGPUInstCombineIntrinsic.cpp | 1398 Type *NewTy = in simplifyAMDGCNMemoryIntrinsicDemanded() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 330 void setType(LLT NewTy) { in setType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 212 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 D | AtomicExpandPass.cpp | 406 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 D | RegisterBankInfo.cpp | 481 LLT NewTy = MRI.getType(NewReg); in applyDefaultMapping() local
|
H A D | ComplexDeinterleavingPass.cpp | 1954 auto *NewTy = VectorType::getDoubleElementsVectorType( in replaceNode() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 366 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 D | Local.cpp | 3560 auto *NewTy = NewLI.getType(); in copyNonnullMetadata() local 3585 auto *NewTy = NewLI.getType(); in copyRangeMetadata() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 1650 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 D | AArch64StackTagging.cpp | 300 auto *NewTy = FixedVectorType::get( in flatten() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 332 LLT NewTy = LLT::scalar(64); in applySplitStoreZero128() local
|
H A D | AArch64LegalizerInfo.cpp | 1807 const LLT NewTy = LLT::vector(ValTy.getElementCount(), PtrSize); in legalizeLoadStore() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 762 auto NewTy = clone(); in cloneWithFlags() local 1413 auto NewTy = clone(); in cloneWithCC() local
|