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.cpp1361 std::optional<Value *> GCNTTIImpl::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h200 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
H A DX86InstCombineIntrinsic.cpp2855 std::optional<Value *> X86TTIImpl::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h124 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
H A DARMTargetTransformInfo.cpp255 std::optional<Value *> ARMTTIImpl::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h127 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
H A DAArch64TargetTransformInfo.cpp2039 std::optional<Value *> AArch64TTIImpl::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h674 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
1815 virtual std::optional<Value *> simplifyDemandedVectorEltsIntrinsic(
2263 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function
2268 return Impl.simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic()
H A DTargetTransformInfoImpl.h202 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp373 std::optional<Value *> TargetTransformInfo::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function in TargetTransformInfo
378 return TTIImpl->simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h684 std::optional<Value *> simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic() function
689 return BaseT::simplifyDemandedVectorEltsIntrinsic( in simplifyDemandedVectorEltsIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp182 return TTI.simplifyDemandedVectorEltsIntrinsic( in targetSimplifyDemandedVectorEltsIntrinsic()