Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPromoteAlloca.cpp827 I.mutateType(Offset->getType()); in handleAlloca()
858 V->mutateType(NewTy); in handleAlloca()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDValueMapper.cpp925 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
948 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonLoopIdiomRecognition.cpp1009 In->mutateType(DestTy); in promoteTo()
1101 P->mutateType(Ty0); in promoteTypes()
1104 P->mutateType(PTy); in promoteTypes()
1107 P->mutateType(Ty0); in promoteTypes()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDValue.h663 void mutateType(Type *Ty) { in mutateType() function
HDInstrTypes.h1152 Value::mutateType(FTy->getReturnType());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTypePromotion.cpp545 I->mutateType(ExtTy); in PromoteTree()
HDCodeGenPrepare.cpp2597 Inst->mutateType(NewTy); in TypeMutator()
2604 Inst->mutateType(OrigTy); in undo()
2745 void mutateType(Instruction *Inst, Type *NewTy);
2790 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction
4052 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
6680 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp236 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()