/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 721 I.mutateType(Offset->getType()); in handleAlloca() 751 V->mutateType(NewTy); in handleAlloca()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 304 Inst->mutateType(SExt->getType()); in propagateSignExtension()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 827 I.mutateType(Offset->getType()); in handleAlloca() 858 V->mutateType(NewTy); in handleAlloca()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 972 I.mutateType(Offset->getType()); in handleAlloca() 1003 V->mutateType(NewTy); in handleAlloca()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 920 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/ |
D | Value.h | 557 void mutateType(Type *Ty) { in mutateType() function
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 911 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/ |
D | ValueMapper.cpp | 924 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction() 947 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
|
/external/llvm/include/llvm/IR/ |
D | Value.h | 547 void mutateType(Type *Ty) { in mutateType() function
|
D | Instructions.h | 1513 mutateType(FTy->getReturnType()); 3514 mutateType(FTy->getReturnType());
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1028 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/ |
D | HexagonLoopIdiomRecognition.cpp | 1009 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/ |
D | Value.h | 663 void mutateType(Type *Ty) { in mutateType() function
|
D | InstrTypes.h | 1152 Value::mutateType(FTy->getReturnType());
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Value.h | 777 void mutateType(Type *Ty) { in mutateType() function
|
D | InstrTypes.h | 1229 Value::mutateType(FTy->getReturnType());
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2380 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/ |
D | TypePromotion.cpp | 547 I->mutateType(ExtTy); in PromoteTree()
|
D | CodeGenPrepare.cpp | 2741 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/ |
D | TypePromotion.cpp | 545 I->mutateType(ExtTy); in PromoteTree()
|
D | CodeGenPrepare.cpp | 2597 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/ |
D | CrashDebugger.cpp | 230 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
|
/external/llvm-project/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 236 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 3145 K->mutateType(getVecTypeForPair(L->getType(), H->getType())); in fuseChosenPairs()
|