Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h949 bool AllowPartialUndefs = true);
H A DX86ISelLowering.cpp4736 bool AllowPartialUndefs = false) { in getTargetConstantBitsFromNode() argument
4754 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()
4794 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()
4980 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()
4984 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()
5001 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()
5022 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()
5031 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
5036 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
5063 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument
[all …]