/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizeMutations.cpp | 33 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementTo() local 50 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementSizeTo() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | DynamicType.cpp | 100 DynamicTypeInfo NewTy) { in setDynamicTypeInfo() 107 QualType NewTy, bool CanBeSubClassed) { in setDynamicTypeInfo() 146 DynamicTypeInfo NewTy) { in setClassObjectDynamicTypeInfo() 152 SymbolRef Sym, QualType NewTy, in setClassObjectDynamicTypeInfo()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | DynamicTypeMap.cpp | 43 DynamicTypeInfo NewTy) { in setDynamicTypeInfo()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 658 QualType NewTy = Ctx.getPromotedIntegerType(LTy); in doIntTypeConversion() local 665 QualType NewTy = Ctx.getPromotedIntegerType(RTy); in doIntTypeConversion() local 716 QualType NewTy = in doIntTypeConversion() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizeMutations.cpp | 33 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementTo() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 731 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/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 837 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local 854 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 419 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 235 Type *NewTy = cast<PointerType>(Ptr->getType())->getElementType(); in EvaluateBlock() local
|
D | ValueMapper.cpp | 366 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local 440 Type *NewTy = C->getType(); in mapValue() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 287 if (const Type *NewTy = getBetterObjCType(CE, C)) { in dynamicTypePropagationOnCasts() local 352 const ObjCObjectPointerType *NewTy = in getBetterObjCType() local
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | new.cpp | 286 typedef int MyClass::* NewTy; typedef
|
/external/clang/test/CodeGenCXX/ |
D | new.cpp | 288 typedef int MyClass::* NewTy; typedef
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 412 if (const Type *NewTy = getBetterObjCType(CE, C)) { in dynamicTypePropagationOnCasts() local 443 const ObjCObjectPointerType *NewTy = in getBetterObjCType() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 982 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local 999 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in handleAlloca() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 498 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall() local
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 358 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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 1219 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/IR/ |
D | Function.cpp | 989 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local 1004 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 185 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local 320 static LoadInst *combineLoadToNewType(InstCombiner &IC, LoadInst &LI, Type *NewTy, in combineLoadToNewType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 375 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/llvm-project/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 343 Type *NewTy = getCorrespondingIntegerType(LI->getType(), in convertAtomicLoadToIntegerType() local 431 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), in convertAtomicStoreToIntegerType() local 1072 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), in convertCmpXchgToIntegerType() local
|
/external/llvm-project/llvm/lib/IR/ |
D | Function.cpp | 1352 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local 1367 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local 1465 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 185 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local 461 LoadInst *InstCombinerImpl::combineLoadToNewType(LoadInst &LI, Type *NewTy, in combineLoadToNewType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 198 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local 452 LoadInst *InstCombiner::combineLoadToNewType(LoadInst &LI, Type *NewTy, in combineLoadToNewType()
|