Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp354 I.mutateType(Offset->getType()); in visitAlloca()
372 V->mutateType(NewTy); in visitAlloca()
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp307 Inst->mutateType(SExt->getType()); in propagateSignExtension()
/external/llvm/include/llvm/IR/
DValue.h527 void mutateType(Type *Ty) { in mutateType() function
DInstructions.h1502 mutateType(FTy->getReturnType());
3455 mutateType(FTy->getReturnType());
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp483 I->mutateType(TypeMapper->remapType(I->getType())); in RemapInstruction()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2322 Inst->mutateType(NewTy); in TypeMutator()
2329 Inst->mutateType(OrigTy); in undo()
2434 void mutateType(Instruction *Inst, Type *NewTy);
2468 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in __anonebd7bfba0211::TypePromotionTransaction
2988 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
5016 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp229 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3127 K->mutateType(getVecTypeForPair(L->getType(), H->getType())); in fuseChosenPairs()