Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Core/
DDynamicTypeMap.cpp43 DynamicTypeInfo NewTy) { in setDynamicTypeInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizeMutations.cpp33 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementTo() local
DLegalizerInfo.cpp127 const LLT NewTy = Mutation.second; in mutationIsSane() local
DRegisterBankInfo.cpp477 LLT NewTy = MRI.getType(NewReg); in applyDefaultMapping() local
DCombinerHelper.cpp892 LLT NewTy = Ty; in findGISelOptimalMemOpLowering() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp837 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local
854 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp731 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local
747 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp419 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall() local
DValueMapper.cpp366 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local
440 Type *NewTy = C->getType(); in mapValue() local
DLocal.cpp2560 auto *NewTy = NewLI.getType(); in copyNonnullMetadata() local
2585 auto *NewTy = NewLI.getType(); in copyRangeMetadata() local
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp235 Type *NewTy = cast<PointerType>(Ptr->getType())->getElementType(); in EvaluateBlock() local
DValueMapper.cpp366 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local
440 Type *NewTy = C->getType(); in mapValue() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp287 if (const Type *NewTy = getBetterObjCType(CE, C)) { in dynamicTypePropagationOnCasts() local
352 const ObjCObjectPointerType *NewTy = in getBetterObjCType() local
/external/clang/test/CodeGenCXX/
Dnew.cpp288 typedef int MyClass::* NewTy; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1219 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1234 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1334 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp358 Type *NewTy = getCorrespondingIntegerType(LI->getType(), in convertAtomicLoadToIntegerType() local
442 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), in convertAtomicStoreToIntegerType() local
917 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), in convertCmpXchgToIntegerType() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp185 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local
320 static LoadInst *combineLoadToNewType(InstCombiner &IC, LoadInst &LI, Type *NewTy, in combineLoadToNewType()
/external/llvm/lib/IR/
DFunction.cpp989 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1004 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp375 Type *NewTy = getCorrespondingIntegerType(LI->getType(), in convertAtomicLoadToIntegerType() local
463 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), in convertAtomicStoreToIntegerType() local
1056 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), in convertCmpXchgToIntegerType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp198 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local
452 LoadInst *InstCombiner::combineLoadToNewType(LoadInst &LI, Type *NewTy, in combineLoadToNewType()
DInstCombineSimplifyDemanded.cpp1067 Type *NewTy = (NewNumElts == 1) ? EltTy : VectorType::get(EltTy, NewNumElts); in simplifyAMDGCNMemoryIntrinsicDemanded() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp709 const LLT NewTy = LLT::vector(ValTy.getNumElements(), PtrSize); in legalizeLoadStore() local
DAArch64StackTagging.cpp259 Type *NewTy = VectorType::get(IntegerType::get(Ctx, EltSize), in flatten() local
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp523 StructType *NewTy = cast<StructType>(NewInit->getType()); in buildBitSetsFromGlobalVariables() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1614 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue()
1657 Type *NewTy) { in convertValue()

12