Searched defs:AllowUndefs (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1523 isNullOrNullSplat(const MachineInstr & MI,const MachineRegisterInfo & MRI,bool AllowUndefs) isNullOrNullSplat() argument 1542 isAllOnesOrAllOnesSplat(const MachineInstr & MI,const MachineRegisterInfo & MRI,bool AllowUndefs) isAllOnesOrAllOnesSplat() argument 1557 matchUnaryPredicate(const MachineRegisterInfo & MRI,Register Reg,std::function<bool (const Constant * ConstVal)> Match,bool AllowUndefs) matchUnaryPredicate() argument
|
H A D | CombinerHelper.cpp | 6525 isOneOrOneSplat(Register Src,bool AllowUndefs) isOneOrOneSplat() argument 6538 isZeroOrZeroSplat(Register Src,bool AllowUndefs) isZeroOrZeroSplat() argument 6554 isConstantSplatVector(Register Src,int64_t SplatValue,bool AllowUndefs) isConstantSplatVector() argument [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 357 matchUnaryPredicateImpl(SDValue Op,std::function<bool (ConstNodeType *)> Match,bool AllowUndefs) matchUnaryPredicateImpl() argument 390 matchBinaryPredicate(SDValue LHS,SDValue RHS,std::function<bool (ConstantSDNode *,ConstantSDNode *)> Match,bool AllowUndefs,bool AllowTypeMismatch) matchBinaryPredicate() argument 5682 getBitwiseNotOperand(SDValue V,SDValue Mask,bool AllowUndefs) getBitwiseNotOperand() argument 11906 isBitwiseNot(SDValue V,bool AllowUndefs) isBitwiseNot() argument 11916 isConstOrConstSplat(SDValue N,bool AllowUndefs,bool AllowTruncation) isConstOrConstSplat() argument 11926 isConstOrConstSplat(SDValue N,const APInt & DemandedElts,bool AllowUndefs,bool AllowTruncation) isConstOrConstSplat() argument 11962 isConstOrConstSplatFP(SDValue N,bool AllowUndefs) isConstOrConstSplatFP() argument 11972 isConstOrConstSplatFP(SDValue N,const APInt & DemandedElts,bool AllowUndefs) isConstOrConstSplatFP() argument 11992 isNullOrNullSplat(SDValue N,bool AllowUndefs) isNullOrNullSplat() argument 11999 isOneOrOneSplat(SDValue N,bool AllowUndefs) isOneOrOneSplat() argument 12005 isAllOnesOrAllOnesSplat(SDValue N,bool AllowUndefs) isAllOnesOrAllOnesSplat() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4759 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; getTargetConstantBitsFromNode() local 4978 bool AllowUndefs = EltSizeInBits >= SrcEltSizeInBits; getTargetConstantBitsFromNode() local [all...] |