Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp357 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/
DValue.h308 void mutateType(Type *Ty) { in mutateType() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp199 I->mutateType(TypeMapper->remapType(I->getType())); in RemapInstruction()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp721 I.mutateType(Offset->getType()); in handleAlloca()
751 V->mutateType(NewTy); in handleAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp801 I.mutateType(Offset->getType()); in handleAlloca()
832 V->mutateType(NewTy); in handleAlloca()
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp304 Inst->mutateType(SExt->getType()); in propagateSignExtension()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp927 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
950 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/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-subzero/include/llvm/IR/
DValue.h557 void mutateType(Type *Ty) { in mutateType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1007 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/
DValue.h547 void mutateType(Type *Ty) { in mutateType() function
DInstructions.h1513 mutateType(FTy->getReturnType());
3514 mutateType(FTy->getReturnType());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValue.h603 void mutateType(Type *Ty) { in mutateType() function
DInstructions.h1410 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 __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/
DCodeGenPrepare.cpp2313 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/
DCrashDebugger.cpp230 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp232 UsedVar->mutateType(NewUsedVal->getType()->getPointerTo()); in RemoveFunctionReferences()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3145 K->mutateType(getVecTypeForPair(L->getType(), H->getType())); in fuseChosenPairs()