Searched defs:AllowUndefs (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1529 const MachineRegisterInfo &MRI, bool AllowUndefs) { in isNullOrNullSplat() 1548 bool AllowUndefs) { in isAllOnesOrAllOnesSplat() 1563 std::function<bool(const Constant *ConstVal)> Match, bool AllowUndefs) { in matchUnaryPredicate()
|
H A D | CombinerHelper.cpp | 6581 bool CombinerHelper::isOneOrOneSplat(Register Src, bool AllowUndefs) { in isOneOrOneSplat() 6594 bool CombinerHelper::isZeroOrZeroSplat(Register Src, bool AllowUndefs) { in isZeroOrZeroSplat() 6610 bool AllowUndefs) { in isConstantSplatVector()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 358 bool AllowUndefs) { in matchUnaryPredicateImpl() 391 bool AllowUndefs, bool AllowTypeMismatch) { in matchBinaryPredicate() 5689 SDValue llvm::getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs) { in getBitwiseNotOperand() 11975 bool llvm::isBitwiseNot(SDValue V, bool AllowUndefs) { in isBitwiseNot() 11985 ConstantSDNode *llvm::isConstOrConstSplat(SDValue N, bool AllowUndefs, in isConstOrConstSplat() 11995 bool AllowUndefs, in isConstOrConstSplat() 12031 ConstantFPSDNode *llvm::isConstOrConstSplatFP(SDValue N, bool AllowUndefs) { in isConstOrConstSplatFP() 12041 bool AllowUndefs) { in isConstOrConstSplatFP() 12061 bool llvm::isNullOrNullSplat(SDValue N, bool AllowUndefs) { in isNullOrNullSplat() 12068 bool llvm::isOneOrOneSplat(SDValue N, bool AllowUndefs) { in isOneOrOneSplat() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4754 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode() local 4973 bool AllowUndefs = EltSizeInBits >= SrcEltSizeInBits; in getTargetConstantBitsFromNode() local
|