Home
last modified time | relevance | path

Searched refs:shouldExpandPartialReductionIntrinsic (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h49 shouldExpandPartialReductionIntrinsic(const IntrinsicInst *I) const override;
H A DWebAssemblyISelLowering.cpp413 bool WebAssemblyTargetLowering::shouldExpandPartialReductionIntrinsic( in shouldExpandPartialReductionIntrinsic() function in WebAssemblyTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h506 shouldExpandPartialReductionIntrinsic(const IntrinsicInst *I) const override;
H A DAArch64ISelLowering.cpp2159 bool AArch64TargetLowering::shouldExpandPartialReductionIntrinsic( in shouldExpandPartialReductionIntrinsic() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h475 shouldExpandPartialReductionIntrinsic(const IntrinsicInst *I) const { in shouldExpandPartialReductionIntrinsic() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8093 if (!TLI.shouldExpandPartialReductionIntrinsic(cast<IntrinsicInst>(&I))) { in visitIntrinsicCall()