Home
last modified time | relevance | path

Searched defs:NewTy (Results 1 – 25 of 26) 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/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/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/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/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp287 if (const Type *NewTy = getBetterObjCType(CE, C)) { in dynamicTypePropagationOnCasts() local
352 const ObjCObjectPointerType *NewTy = in getBetterObjCType() 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
DCodeGenPrepare.cpp2376 TypeMutator(Instruction *Inst, Type *NewTy) in TypeMutator()
2526 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType()
/external/llvm/lib/IR/
DFunction.cpp989 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1004 Type *NewTy = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
DDIBuilder.cpp449 auto NewTy = Ty->clone(); in createTypeWithFlags() 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/Transforms/IPO/
DLowerTypeTests.cpp523 StructType *NewTy = cast<StructType>(NewInit->getType()); in buildBitSetsFromGlobalVariables() local
DGlobalOpt.cpp532 Type *NewTy = NewGlobals[Val]->getValueType(); in SRAGlobal() 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()
DRewriteStatepointsForGC.cpp1175 Type *NewTy = Type::getInt8PtrTy(M->getContext(), AS); in CreateGCRelocates() local
/external/clang/lib/CodeGen/
DCGExpr.cpp2775 llvm::Type *NewTy = ConvertType(E->getType()); in EmitArrayToPointerDecay() local
3012 llvm::Type *NewTy = CGF.ConvertType(BaseTy); in emitOMPArraySectionBase() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2357 Type *NewTy=cast<PointerType>(Ptr->getType())->getElementType(); in EvaluateFunction() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1460 StructType *NewTy = StructType::get(Ty, RightRedZoneTy, nullptr); in InstrumentGlobals() local
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3547 QualType NewTy = NewElemTy; in AddModeAttr() local
DSemaDecl.cpp14943 QualType NewTy; in ActOnEnumBody() local

12