Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp123 const LLT NewTy = Mutation.second; in mutationIsSane() local
H A DCallLowering.cpp410 LLT NewTy = PartLLT.changeElementType(LLTy.getElementType()) in buildCopyFromRegs() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp371 Type *NewTy = getCorrespondingIntegerType(LI->getType(), M->getDataLayout()); in convertAtomicLoadToIntegerType() local
394 Type *NewTy = in convertAtomicXchgToIntegerType() local
506 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), in convertAtomicStoreToIntegerType() local
1185 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), in convertCmpXchgToIntegerType() local
H A DRegisterBankInfo.cpp476 LLT NewTy = MRI.getType(NewReg); in applyDefaultMapping() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp364 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local
449 Type *NewTy = E->getType(); in mapValue() local
484 Type *NewTy = C->getType(); in mapValue() local
H A DLocal.cpp2893 auto *NewTy = NewLI.getType(); in copyNonnullMetadata() local
2918 auto *NewTy = NewLI.getType(); in copyRangeMetadata() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp205 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local
374 Type *NewTy = getReplacement(PHI->getIncomingValue(0))->getType(); in replace() local
552 LoadInst *InstCombinerImpl::combineLoadToNewType(LoadInst &LI, Type *NewTy, in combineLoadToNewType()
H A DInstCombineCalls.cpp925 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth); in matchSAddSubSat() local
3215 PointerType *NewTy = cast<PointerType>(CI->getOperand(0)->getType()); in visitCallBase() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h322 void setType(LLT NewTy) { in setType()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp410 if (const Type *NewTy = getBetterObjCType(CE, C)) { in dynamicTypePropagationOnCasts() local
441 const ObjCObjectPointerType *NewTy = in getBetterObjCType() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1041 PointerType *NewTy = PointerType::getWithSamePointeeType( in handleAlloca() local
1058 PointerType *NewTy = PointerType::getWithSamePointeeType( in handleAlloca() local
H A DAMDGPUInstCombineIntrinsic.cpp1176 Type *NewTy = in simplifyAMDGCNMemoryIntrinsicDemanded() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1638 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1653 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1779 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
H A DDIBuilder.cpp620 auto NewTy = Ty->cloneWithFlags(Ty->getFlags() | FlagsToSet); in createTypeWithFlags() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp319 LLT NewTy = LLT::scalar(64); in applySplitStoreZero128() local
H A DAArch64LegalizerInfo.cpp1228 const LLT NewTy = LLT::vector(ValTy.getElementCount(), PtrSize); in legalizeLoadStore() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp281 auto *NewTy = FixedVectorType::get( in flatten() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h750 auto NewTy = clone(); in cloneWithFlags() local
1344 auto NewTy = clone(); in cloneWithCC() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1904 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue()
1967 Type *NewTy) { in convertValue()
H A DRewriteStatepointsForGC.cpp1548 Type *NewTy = Type::getInt8PtrTy(M->getContext(), AS); in CreateGCRelocates() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp848 StructType *NewTy = cast<StructType>(NewInit->getType()); in buildBitSetsFromGlobalVariables() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3608 llvm::Type *NewTy = ConvertType(E->getType()); in EmitArrayToPointerDecay() local
3962 llvm::Type *NewTy = CGF.ConvertType(BaseTy); in emitOMPArraySectionBase() local

12