Home
last modified time | relevance | path

Searched refs:simplifyDemandedVectorEltsIntrinsic (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h225 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
H A DAMDGPUInstCombineIntrinsic.cpp1443 std::optional<Value *> GCNTTIImpl::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h203 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
H A DX86InstCombineIntrinsic.cpp3100 std::optional<Value *> X86TTIImpl::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h127 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
H A DAArch64TargetTransformInfo.cpp2281 std::optional<Value *> AArch64TTIImpl::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h124 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
H A DARMTargetTransformInfo.cpp259 std::optional<Value *> ARMTTIImpl::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h684 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
1878 virtual std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
2342 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function
2347 return Impl.simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic()
H A DTargetTransformInfoImpl.h208 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp378 std::optional<Value *> TargetTransformInfo::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in TargetTransformInfo
383 return TTIImpl->simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h697 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function
702 return BaseT::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp182 return TTI.simplifyDemandedVectorEltsIntrinsic( in targetSimplifyDemandedVectorEltsIntrinsic()