Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h943 bool AllowPartialUndefs = true);
H A DX86ISelLowering.cpp7283 bool AllowPartialUndefs = true) { in getTargetConstantBitsFromNode() argument
7301 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()
7341 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()
7505 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()
7509 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()
7526 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()
7547 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()
7556 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
7561 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
7588 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument
[all …]