Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h913 bool AllowPartialUndefs = true);
H A DX86ISelLowering.cpp7190 bool AllowPartialUndefs = true) { in getTargetConstantBitsFromNode() argument
7208 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()
7248 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()
7412 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()
7416 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()
7433 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()
7454 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()
7463 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
7468 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
7495 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument
[all …]