Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUPromoteAlloca.cpp351 I.mutateType(Offset->getType()); in visitAlloca()
369 V->mutateType(NewTy); in visitAlloca()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64AddressTypePromotion.cpp305 Inst->mutateType(SExt->getType()); in propagateSignExtension()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDValueMapper.cpp409 I->mutateType(TypeMapper->remapType(I->getType())); in RemapInstruction()
/NextBSD/contrib/llvm/include/llvm/IR/
HDValue.h471 void mutateType(Type *Ty) { in mutateType() function
HDInstructions.h1443 mutateType(FTy->getReturnType());
3261 mutateType(FTy->getReturnType());
/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1899 Inst->mutateType(NewTy); in TypeMutator()
1906 Inst->mutateType(OrigTy); in undo()
2011 void mutateType(Instruction *Inst, Type *NewTy);
2045 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in __anon08e94ae70211::TypePromotionTransaction
2571 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
4294 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/NextBSD/contrib/llvm/tools/bugpoint/
HDCrashDebugger.cpp225 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp1163 AVI.NewGV->mutateType(PointerType::get(NewType, 0)); in linkAppendingVarInit()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp3117 K->mutateType(getVecTypeForPair(L->getType(), H->getType())); in fuseChosenPairs()