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

/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3346 llvm::Type *NewTy = ConvertType(E->getType()); local
3682 llvm::Type *NewTy = CGF.ConvertType(BaseTy); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp17666 QualType NewTy; local
H A DSemaDeclAttr.cpp4098 QualType NewTy = NewElemTy; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp350 const ObjCObjectPointerType *NewTy = local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp79 setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, DynamicTypeInfo NewTy) argument
86 setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, QualType NewTy, bool CanBeSubClassed) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h637 auto NewTy = clone(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp375 Type *NewTy = getCorrespondingIntegerType(LI->getType(), local
463 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), local
1056 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), local
[all...]
H A DCodeGenPrepare.cpp2593 TypeMutator(Instruction *Inst, Type *NewTy) argument
2595 LLVM_DEBUG(dbgs() << "Do: MutateType: " << *Inst << " with " << *NewTy local
2790 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp892 LLT NewTy = Ty; local
H A DLegalizerInfo.cpp127 const LLT NewTy = Mutation.second; local
[all...]
H A DRegisterBankInfo.cpp477 LLT NewTy = MRI.getType(NewReg); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp546 auto NewTy = Ty->cloneWithFlags(Ty->getFlags() | FlagsToSet); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp709 const LLT NewTy = LLT::vector(ValTy.getNumElements(), PtrSize); local
H A DAArch64StackTagging.cpp259 Type *NewTy = VectorType::get(IntegerType::get(Ctx, EltSize), local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp837 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); local
854 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); local
H A DAMDGPURegisterBankInfo.cpp698 setRegsToType(MachineRegisterInfo &MRI, ArrayRef<Register> Regs, LLT NewTy) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5379 EVT NewTy; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp864 StructType *NewTy = cast<StructType>(NewInit->getType()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp198 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); local
452 LoadInst *InstCombiner::combineLoadToNewType(LoadInst &LI, Type *NewTy, argument
H A DInstCombineSimplifyDemanded.cpp1067 Type *NewTy = (NewNumElts == 1) ? EltTy : VectorType::get(EltTy, NewNumElts); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2284 StructType *NewTy = StructType::get(Ty, RightRedZoneTy); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp419 Type *NewTy = Callee->getParamByValType(ArgNo); local
H A DLocal.cpp2560 auto *NewTy = NewLI.getType(); local
2585 auto *NewTy = NewLI.getType(); local
H A DValueMapper.cpp366 FunctionType *NewTy = IA->getFunctionType(); local
441 Type *NewTy = C->getType(); local
[all...]

Completed in 555 milliseconds