Home
last modified time | relevance | path

Searched refs:mutateType (Results 1 – 13 of 13) 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.cpp443 NewGEP->mutateType(GEPTy->getPointerTo(0)); in aspaceWrapValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp552 NLI->mutateType(IntTy); in visitLoadInst()
1263 GEP.mutateType(FatPtrTy); in visitGetElementPtrInst()
1265 GEP.mutateType(Ptr->getType()); in visitGetElementPtrInst()
1701 NewArg.mutateType(OldArgTy); in moveFunctionAdaptingType()
1703 NewArg.mutateType(NewArgTy); in moveFunctionAdaptingType()
H A DAMDGPUPromoteAlloca.cpp1490 I.mutateType(Offset->getType()); in tryPromoteAllocaToLDS()
1520 V->mutateType(NewTy); in tryPromoteAllocaToLDS()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1019 In->mutateType(DestTy); in promoteTo()
1111 P->mutateType(Ty0); in promoteTypes()
1114 P->mutateType(PTy); in promoteTypes()
1117 P->mutateType(Ty0); in promoteTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1043 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
1066 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h815 void mutateType(Type *Ty) {
803 void mutateType(Type *Ty) { mutateType() function
H A DInstrTypes.h1326 Value::mutateType(FTy->getReturnType());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp517 I->mutateType(ExtTy); in PromoteTree()
H A DCodeGenPrepare.cpp3196 Inst->mutateType(NewTy); in TypeMutator()
3203 Inst->mutateType(OrigTy); in undo()
3353 void mutateType(Instruction *Inst, Type *NewTy);
3395 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction
4726 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
7853 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp248 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1997 mutateType(Func->getType()); in handleOperandChangeImpl()
2038 mutateType(GV->getType()); in handleOperandChangeImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2834 Entry->mutateType(PTy); in EmitOMPAllocateDecl()