Home
last modified time | relevance | path

Searched refs:isBitOrNoopPointerCastable (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp141 if (CastInst::isBitOrNoopPointerCastable(ArgType, ParamType, DL)) { in createWrapper()
180 } else if (CastInst::isBitOrNoopPointerCastable(ExpectedRtnType, RtnType, in createWrapper()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp517 if (CastInst::isBitOrNoopPointerCastable(LI->getType(), AccessTy, DL)) { in getAvailableLoadStore()
541 if (CastInst::isBitOrNoopPointerCastable(Val->getType(), AccessTy, DL)) in getAvailableLoadStore()
582 if (CastInst::isBitOrNoopPointerCastable(SplatC->getType(), AccessTy, DL)) in getAvailableLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp406 if (!CastInst::isBitOrNoopPointerCastable(FuncRetTy, CallRetTy, DL)) { in isLegalToPromote()
450 if (!CastInst::isBitOrNoopPointerCastable(ActualTy, FormalTy, DL)) { in isLegalToPromote()
H A DEvaluator.cpp173 !CastInst::isBitOrNoopPointerCastable(Ty, MV->getType(), DL)) { in write()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp199 CastInst::isBitOrNoopPointerCastable( in canSinkFromBlock()
H A DLoopLoadElimination.cpp226 if (!CastInst::isBitOrNoopPointerCastable( in findStoreToLoadDependences()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp683 return CastInst::isBitOrNoopPointerCastable(VecTy->getElementType(), AccessTy, in isSupportedAccessType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1522 return CastInst::isBitOrNoopPointerCastable(OSVTy, SIVTy, DL) && in mergeStoreIntoSuccessor()
H A DInstCombineCalls.cpp4119 if (!CastInst::isBitOrNoopPointerCastable(NewRetTy, OldRetTy, DL)) { in transformConstExprCastCall()
4171 if (!CastInst::isBitOrNoopPointerCastable(ActTy, ParamTy, DL)) in transformConstExprCastCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h635 static bool isBitOrNoopPointerCastable(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2052 if (CastInst::isBitOrNoopPointerCastable(SrcElemTy, DstElemTy, DL)) { in createBitOrPointerCast()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3125 bool CastInst::isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, in isBitOrNoopPointerCastable() function in CastInst