Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1025 In->mutateType(DestTy); in promoteTo()
1117 P->mutateType(Ty0); in promoteTypes()
1120 P->mutateType(PTy); in promoteTypes()
1123 P->mutateType(Ty0); in promoteTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1033 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
1056 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1408 I.mutateType(Offset->getType()); in tryPromoteAllocaToLDS()
1438 V->mutateType(NewTy); in tryPromoteAllocaToLDS()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h815 void mutateType(Type *Ty) { in mutateType() function
H A DInstrTypes.h1342 Value::mutateType(FTy->getReturnType());
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp509 I->mutateType(ExtTy); in PromoteTree()
H A DCodeGenPrepare.cpp3102 Inst->mutateType(NewTy); in TypeMutator()
3109 Inst->mutateType(OrigTy); in undo()
3259 void mutateType(Instruction *Inst, Type *NewTy);
3301 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction
4631 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
7739 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp248 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1888 mutateType(Func->getType()); in handleOperandChangeImpl()
1929 mutateType(GV->getType()); in handleOperandChangeImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2774 Entry->mutateType(PTy); in EmitOMPAllocateDecl()