Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp40 FunctionType *NewTy = IA->getFunctionType(); in MapValue() local
114 Type *NewTy = C->getType(); in MapValue() local
/external/clang/lib/StaticAnalyzer/Core/
DDynamicTypeMap.cpp43 DynamicTypeInfo NewTy) { in setDynamicTypeInfo()
/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-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp811 PointerType *NewTy = PointerType::get(EltTy, AS.LOCAL_ADDRESS); in handleAlloca() local
828 PointerType *NewTy = PointerType::get(EltTy, AS.LOCAL_ADDRESS); in handleAlloca() 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/test/CodeGenCXX/
Dnew.cpp288 typedef int MyClass::* NewTy; typedef
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp41 Type *NewTy = in visitAllocaInst() local
/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp292 auto NewTy = *PI; in adaptArgumentsByMetadata() local
DSPIRVToOCL20.cpp469 auto NewTy = PointerType::getInt8PtrTy(*Ctx, SPIRAS_Generic); in visitCallSPIRVPipeBuiltin() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp336 Type *NewTy = cast<PointerType>(Ptr->getType())->getElementType(); in EvaluateBlock() local
DValueMapper.cpp367 FunctionType *NewTy = IA->getFunctionType(); in mapValue() local
441 Type *NewTy = C->getType(); in mapValue() local
DLocal.cpp2416 auto *NewTy = NewLI.getType(); in copyNonnullMetadata() local
2441 auto *NewTy = NewLI.getType(); in copyRangeMetadata() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp368 Type *NewTy = getCorrespondingIntegerType(LI->getType(), in convertAtomicLoadToIntegerType() local
452 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), in convertAtomicStoreToIntegerType() local
926 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), in convertCmpXchgToIntegerType() 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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp200 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local
452 static LoadInst *combineLoadToNewType(InstCombiner &IC, LoadInst &LI, Type *NewTy, in combineLoadToNewType()
DInstCombineSimplifyDemanded.cpp988 Type *NewTy = (NewNumElts == 1) ? EltTy : VectorType::get(EltTy, NewNumElts); in simplifyAMDGCNMemoryIntrinsicDemanded() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1092 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1107 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp442 LLT NewTy = MRI.getType(NewReg); in applyDefaultMapping() local
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp523 StructType *NewTy = cast<StructType>(NewInit->getType()); in buildBitSetsFromGlobalVariables() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp310 Type *NewTy; in TryConvert() local
2059 Type *NewTy = in RewriteMemIntrinUserOfAlloca() 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