Home
last modified time | relevance | path

Searched refs:AllowPartialUndefs (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h949 bool AllowPartialUndefs = true);
H A DX86ISelLowering.cpp4599 bool AllowPartialUndefs = true) { in getTargetConstantBitsFromNode() argument
4617 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()
4657 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()
4843 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()
4847 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()
4864 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()
4885 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()
4894 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
4899 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
4926 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument
[all …]