Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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 changeElementSizeTo() local
H A DLegalizerInfo.cpp131 const LLT NewTy = Mutation.second; in mutationIsSane() local
H A DRegisterBankInfo.cpp476 LLT NewTy = MRI.getType(NewReg); in applyDefaultMapping() local
H A DCallLowering.cpp379 LLT NewTy = PartLLT.changeElementType(LLTy.getElementType()) in buildCopyFromRegs() local
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h658 QualType NewTy = Ctx.getPromotedIntegerType(LTy); in doIntTypeConversion() local
665 QualType NewTy = Ctx.getPromotedIntegerType(RTy); in doIntTypeConversion() local
716 QualType NewTy = in doIntTypeConversion() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp365 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local
445 Type *NewTy = E->getType(); in mapValue() local
474 Type *NewTy = C->getType(); in mapValue() local
H A DCallPromotionUtils.cpp494 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall() local
H A DLocal.cpp2736 auto *NewTy = NewLI.getType(); in copyNonnullMetadata() local
2761 auto *NewTy = NewLI.getType(); in copyRangeMetadata() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp412 if (const Type *NewTy = getBetterObjCType(CE, C)) { in dynamicTypePropagationOnCasts() local
443 const ObjCObjectPointerType *NewTy = in getBetterObjCType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp964 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local
981 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local
H A DAMDGPUInstCombineIntrinsic.cpp1019 Type *NewTy = in simplifyAMDGCNMemoryIntrinsicDemanded() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp344 Type *NewTy = getCorrespondingIntegerType(LI->getType(), in convertAtomicLoadToIntegerType() local
433 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), in convertAtomicStoreToIntegerType() local
1088 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), in convertCmpXchgToIntegerType() local
H A DCodeGenPrepare.cpp2843 TypeMutator(Instruction *Inst, Type *NewTy) in TypeMutator()
3040 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp185 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local
459 LoadInst *InstCombinerImpl::combineLoadToNewType(LoadInst &LI, Type *NewTy, in combineLoadToNewType()
H A DInstCombineSelect.cpp2221 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1435 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1450 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1548 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
H A DDIBuilder.cpp579 auto NewTy = Ty->cloneWithFlags(Ty->getFlags() | FlagsToSet); in createTypeWithFlags() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp273 auto *NewTy = FixedVectorType::get( in flatten() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp956 const LLT NewTy = LLT::vector(ValTy.getNumElements(), PtrSize); in legalizeLoadStore() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1703 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue()
1763 Type *NewTy) { in convertValue()
H A DRewriteStatepointsForGC.cpp1413 Type *NewTy = Type::getInt8PtrTy(M->getContext(), AS); in CreateGCRelocates() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp609 Type *NewTy = NewGlobals[ElementIdx]->getValueType(); in SRAGlobal() local
H A DLowerTypeTests.cpp872 StructType *NewTy = cast<StructType>(NewInit->getType()); in buildBitSetsFromGlobalVariables() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3543 llvm::Type *NewTy = ConvertType(E->getType()); in EmitArrayToPointerDecay() local
3897 llvm::Type *NewTy = CGF.ConvertType(BaseTy); in emitOMPArraySectionBase() local

12