Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h890 bool AllowPartialUndefs = true);
H A DX86ISelLowering.cpp6520 bool AllowPartialUndefs = true) { in getTargetConstantBitsFromNode() argument
6538 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()
6578 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()
6761 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()
6765 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()
6782 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()
6803 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()
6812 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
6817 AllowPartialUndefs)) in getTargetConstantBitsFromNode()
6844 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument
[all …]