Home
last modified time | relevance | path

Searched defs:AllowUndefs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1560 const MachineRegisterInfo &MRI, bool AllowUndefs) { in isNullOrNullSplat()
1579 bool AllowUndefs) { in isAllOnesOrAllOnesSplat()
1594 std::function<bool(const Constant *ConstVal)> Match, bool AllowUndefs) { in matchUnaryPredicate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp354 bool AllowUndefs, bool AllowTruncation) { in matchUnaryPredicateImpl()
388 bool AllowUndefs, bool AllowTypeMismatch) { in matchBinaryPredicate()
6086 SDValue llvm::getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs) { in getBitwiseNotOperand()
12554 bool llvm::isBitwiseNot(SDValue V, bool AllowUndefs) { in isBitwiseNot()
12564 ConstantSDNode *llvm::isConstOrConstSplat(SDValue N, bool AllowUndefs, in isConstOrConstSplat()
12574 bool AllowUndefs, in isConstOrConstSplat()
12610 ConstantFPSDNode *llvm::isConstOrConstSplatFP(SDValue N, bool AllowUndefs) { in isConstOrConstSplatFP()
12620 bool AllowUndefs) { in isConstOrConstSplatFP()
12640 bool llvm::isNullOrNullSplat(SDValue N, bool AllowUndefs) { in isNullOrNullSplat()
12647 bool llvm::isOneOrOneSplat(SDValue N, bool AllowUndefs) { in isOneOrOneSplat()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5014 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode() local
5233 bool AllowUndefs = EltSizeInBits >= SrcEltSizeInBits; in getTargetConstantBitsFromNode() local
5369 bool AllowUndefs) { in isConstantPowerOf2()