Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp721 I.mutateType(Offset->getType()); in handleAlloca()
751 V->mutateType(NewTy); in handleAlloca()
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp304 Inst->mutateType(SExt->getType()); in propagateSignExtension()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp827 I.mutateType(Offset->getType()); in handleAlloca()
858 V->mutateType(NewTy); in handleAlloca()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp972 I.mutateType(Offset->getType()); in handleAlloca()
1003 V->mutateType(NewTy); in handleAlloca()
/external/llvm-project/llvm/lib/Transforms/Utils/
DValueMapper.cpp920 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
943 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h557 void mutateType(Type *Ty) { in mutateType() function
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp911 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
930 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp924 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
947 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/external/llvm/include/llvm/IR/
DValue.h547 void mutateType(Type *Ty) { in mutateType() function
DInstructions.h1513 mutateType(FTy->getReturnType());
3514 mutateType(FTy->getReturnType());
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1028 In->mutateType(DestTy); in promoteTo()
1120 P->mutateType(Ty0); in promoteTypes()
1123 P->mutateType(PTy); in promoteTypes()
1126 P->mutateType(Ty0); in promoteTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1009 In->mutateType(DestTy); in promoteTo()
1101 P->mutateType(Ty0); in promoteTypes()
1104 P->mutateType(PTy); in promoteTypes()
1107 P->mutateType(Ty0); in promoteTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h663 void mutateType(Type *Ty) { in mutateType() function
DInstrTypes.h1152 Value::mutateType(FTy->getReturnType());
/external/llvm-project/llvm/include/llvm/IR/
DValue.h777 void mutateType(Type *Ty) { in mutateType() function
DInstrTypes.h1229 Value::mutateType(FTy->getReturnType());
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2380 Inst->mutateType(NewTy); in TypeMutator()
2387 Inst->mutateType(OrigTy); in undo()
2492 void mutateType(Instruction *Inst, Type *NewTy);
2526 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in __anon6a1763210211::TypePromotionTransaction
3046 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
5101 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/external/llvm-project/llvm/lib/CodeGen/
DTypePromotion.cpp547 I->mutateType(ExtTy); in PromoteTree()
DCodeGenPrepare.cpp2741 Inst->mutateType(NewTy); in TypeMutator()
2748 Inst->mutateType(OrigTy); in undo()
2890 void mutateType(Instruction *Inst, Type *NewTy);
2935 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction
4200 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther()
7138 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp545 I->mutateType(ExtTy); in PromoteTree()
DCodeGenPrepare.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()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp230 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/external/llvm-project/llvm/tools/bugpoint/
DCrashDebugger.cpp236 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3145 K->mutateType(getVecTypeForPair(L->getType(), H->getType())); in fuseChosenPairs()