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.h1036 bool AllowPartialUndefs = true);
H A DX86ISelLowering.cpp4993 bool AllowPartialUndefs = false) { in getTargetConstantBitsFromNode() argument
5014 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()
5054 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()
5240 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()
5244 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()
5257 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()
5282 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()
5291 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
5296 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
5323 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument
[all …]