Home
last modified time | relevance | path

Searched refs:mutateType (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFASpaceCastSimplifyPass.cpp60 NewGEP->mutateType(changeAddressSpace(GEPTy, AS)); in rewrite()
H A DBPFCheckAndAdjustIR.cpp440 NewGEP->mutateType(PointerType::getUnqual(GEPTy->getContext())); in aspaceWrapValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp583 NLI->mutateType(IntTy); in visitLoadInst()
1005 NLI->mutateType(LoadableType); in visitLoadImpl()
1891 GEP.mutateType(FatPtrTy); in visitGetElementPtrInst()
1893 GEP.mutateType(ResTy); in visitGetElementPtrInst()
2397 NewArg.mutateType(OldArgTy); in moveFunctionAdaptingType()
2399 NewArg.mutateType(NewArgTy); in moveFunctionAdaptingType()
H A DAMDGPUPromoteAlloca.cpp1569 I.mutateType(Offset->getType()); in tryPromoteAllocaToLDS()
1602 V->mutateType(NewTy); in tryPromoteAllocaToLDS()
1661 Intr->mutateType(NewIntr->getType()); in tryPromoteAllocaToLDS()
H A DAMDGPUInstCombineIntrinsic.cpp289 II.mutateType(HalfVecTy); in simplifyAMDGCNImageIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1009 In->mutateType(DestTy); in promoteTo()
1098 P->mutateType(Ty0); in promoteTypes()
1101 P->mutateType(PTy); in promoteTypes()
1104 P->mutateType(Ty0); in promoteTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1055 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
1078 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h838 void mutateType(Type *Ty) { in mutateType() function
H A DInstrTypes.h1208 Value::mutateType(FTy->getReturnType());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp517 I->mutateType(ExtTy); in PromoteTree()
H A DCodeGenPrepare.cpp3533 Inst->mutateType(NewTy); in TypeMutator()
3540 Inst->mutateType(OrigTy); in undo()
3690 void mutateType(Instruction *Inst, Type *NewTy);
3732 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction
5062 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
8245 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp248 UsedVar->mutateType(PointerType::getUnqual(M->getContext())); in RemoveFunctionReferences()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp407 PHI->mutateType(V ? V->getType() : PHI->getIncomingValue(0)->getType()); in replace()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2013 mutateType(Func->getType()); in handleOperandChangeImpl()
2054 mutateType(GV->getType()); in handleOperandChangeImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2933 Entry->mutateType(PTy); in EmitOMPAllocateDecl()