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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp99 setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, DynamicTypeInfo NewTy) argument
106 setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, QualType NewTy, bool CanBeSubClassed) argument
144 setClassObjectDynamicTypeInfo(ProgramStateRef State, SymbolRef Sym, DynamicTypeInfo NewTy) argument
151 setClassObjectDynamicTypeInfo(ProgramStateRef State, SymbolRef Sym, QualType NewTy, bool CanBeSubClassed) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp497 Type *NewTy = Callee->getParamByValType(ArgNo); local
H A DValueMapper.cpp365 FunctionType *NewTy = IA->getFunctionType(); local
440 Type *NewTy = C->getType(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h654 QualType NewTy = Ctx.getPromotedIntegerType(LTy); local
661 QualType NewTy = Ctx.getPromotedIntegerType(RTy); local
712 QualType NewTy = local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp759 const LLT NewTy = LLT::vector(ValTy.getNumElements(), PtrSize); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp130 const LLT NewTy = Mutation.second; local
[all...]
H A DRegisterBankInfo.cpp477 LLT NewTy = MRI.getType(NewReg); local
H A DCombinerHelper.cpp900 LLT NewTy = Ty; local
H A DLegalizerHelper.cpp1224 LLT NewTy = LLT::scalar(Ty.getSizeInBits()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp268 auto *NewTy = FixedVectorType::get( local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp443 const ObjCObjectPointerType *NewTy = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp183 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); local
425 LoadInst *InstCombiner::combineLoadToNewType(LoadInst &LI, Type *NewTy, argument
H A DInstCombineSimplifyDemanded.cpp1140 Type *NewTy = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp938 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); local
955 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); local
H A DAMDGPURegisterBankInfo.cpp683 setRegsToType(MachineRegisterInfo &MRI, ArrayRef<Register> Regs, LLT NewTy) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp549 auto NewTy = Ty->cloneWithFlags(Ty->getFlags() | FlagsToSet); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp343 Type *NewTy = getCorrespondingIntegerType(LI->getType(), local
431 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), local
1072 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), local
[all...]
H A DCodeGenPrepare.cpp2694 TypeMutator(Instruction *Inst, Type *NewTy) argument
2696 LLVM_DEBUG(dbgs() << "Do: MutateType: " << *Inst << " with " << *NewTy local
2892 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h660 auto NewTy = clone(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp873 StructType *NewTy = cast<StructType>(NewInit->getType()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2329 StructType *NewTy = StructType::get(Ty, RightRedZoneTy); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3465 llvm::Type *NewTy = ConvertType(E->getType()); local
3818 llvm::Type *NewTy = CGF.ConvertType(BaseTy); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4138 QualType NewTy = NewElemTy; local
H A DSemaDecl.cpp18065 QualType NewTy; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5625 EVT NewTy; local

Completed in 526 milliseconds