Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUPromoteAlloca.cpp337 I.mutateType(Offset->getType()); in visitAlloca()
355 V->mutateType(NewTy); in visitAlloca()
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp305 Inst->mutateType(SExt->getType()); in propagateSignExtension()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp388 I->mutateType(TypeMapper->remapType(I->getType())); in RemapInstruction()
/external/llvm/include/llvm/IR/
DValue.h481 void mutateType(Type *Ty) { in mutateType() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1842 Inst->mutateType(NewTy); in TypeMutator()
1849 Inst->mutateType(OrigTy); in undo()
1954 void mutateType(Instruction *Inst, Type *NewTy);
1988 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in __anon0965895a0211::TypePromotionTransaction
2510 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
4216 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/external/llvm/lib/Linker/
DLinkModules.cpp1152 AVI.NewGV->mutateType(PointerType::get(NewType, 0)); in linkAppendingVarInit()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3107 K->mutateType(getVecTypeForPair(L->getType(), H->getType())); in fuseChosenPairs()