/external/swiftshader/third_party/llvm-16.0/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 changeElementCountTo() local 71 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementSizeTo() local
|
D | LegalizerInfo.cpp | 123 const LLT NewTy = Mutation.second; in mutationIsSane() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | DynamicTypeMap.cpp | 43 DynamicTypeInfo NewTy) { in setDynamicTypeInfo()
|
/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/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/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/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 419 Type *NewTy = Callee->getParamByValType(ArgNo); in promoteCall() local
|
D | ValueMapper.cpp | 366 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local 440 Type *NewTy = C->getType(); in mapValue() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 322 void setType(LLT NewTy) { in setType()
|
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 364 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local 449 Type *NewTy = E->getType(); in mapValue() local 484 Type *NewTy = C->getType(); in mapValue() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 205 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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 371 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
|
/external/clang/test/CodeGenCXX/ |
D | new.cpp | 288 typedef int MyClass::* NewTy; typedef
|
/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/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-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 1041 PointerType *NewTy = PointerType::getWithSamePointeeType( in handleAlloca() local 1058 PointerType *NewTy = PointerType::getWithSamePointeeType( in handleAlloca() 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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/ |
D | AArch64PostLegalizerCombiner.cpp | 319 LLT NewTy = LLT::scalar(64); in applySplitStoreZero128() local
|
/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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Function.cpp | 1638 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
|