Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h890 bool AllowPartialUndefs = true);
H A DX86ISelLowering.cpp6517 bool AllowPartialUndefs = true) { in getTargetConstantBitsFromNode() argument
6535 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()
6575 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()
6762 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()
6766 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()
6783 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()
6804 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()
6813 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
6818 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
6845 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument
[all …]