Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h299 void mutateFunctionType(FunctionType *Ty) const { in mutateFunctionType() function
300 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty)); in mutateFunctionType()
DInstructions.h1512 void mutateFunctionType(FunctionType *FTy) {
3513 void mutateFunctionType(FunctionType *FTy) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h324 void mutateFunctionType(FunctionType *Ty) const { in mutateFunctionType() function
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty)); in mutateFunctionType()
DInstructions.h1409 void mutateFunctionType(FunctionType *FTy) {
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp460 CI->mutateFunctionType(DirectCallee->getFunctionType()); in createDirectCallInst()
469 II->mutateFunctionType(DirectCallee->getFunctionType()); in createDirectCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp387 CS.mutateFunctionType(Callee->getFunctionType()); in promoteCall()
DValueMapper.cpp915 CS.mutateFunctionType(FunctionType::get( in remapInstruction()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp899 CS.mutateFunctionType(FunctionType::get( in remapInstruction()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3141 CS.mutateFunctionType( in fuseChosenPairs()