/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCodeGenPrepare.cpp | 357 ZExt->mutateType(ExtTy); in Mutate() 390 U->mutateType(ExtTy); in Mutate() 394 I->mutateType(ExtTy); in Mutate() 406 ZExt->mutateType(ExtTy); in Mutate()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Value.h | 308 void mutateType(Type *Ty) { in mutateType() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 199 I->mutateType(TypeMapper->remapType(I->getType())); in RemapInstruction()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 721 I.mutateType(Offset->getType()); in handleAlloca() 751 V->mutateType(NewTy); in handleAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 801 I.mutateType(Offset->getType()); in handleAlloca() 832 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-7.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 927 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction() 950 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
|
/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-subzero/include/llvm/IR/ |
D | Value.h | 557 void mutateType(Type *Ty) { in mutateType() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1007 In->mutateType(DestTy); in promoteTo() 1098 P->mutateType(Ty0); in promoteTypes() 1101 P->mutateType(PTy); in promoteTypes() 1104 P->mutateType(Ty0); in promoteTypes()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Value.h | 603 void mutateType(Type *Ty) { in mutateType() function
|
D | Instructions.h | 1410 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 __anon65f3f0830211::TypePromotionTransaction 3046 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther() 5101 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2313 Inst->mutateType(NewTy); in TypeMutator() 2320 Inst->mutateType(OrigTy); in undo() 2446 void mutateType(Instruction *Inst, Type *NewTy); 2491 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType() function in TypePromotionTransaction 3644 TPT.mutateType(ExtOpnd, Ext->getType()); in promoteOperandForOther() 6148 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 230 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 232 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()
|