Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1399 isNullOrNullSplat(const MachineInstr & MI,const MachineRegisterInfo & MRI,bool AllowUndefs) isNullOrNullSplat() argument
1418 isAllOnesOrAllOnesSplat(const MachineInstr & MI,const MachineRegisterInfo & MRI,bool AllowUndefs) isAllOnesOrAllOnesSplat() argument
1433 matchUnaryPredicate(const MachineRegisterInfo & MRI,Register Reg,std::function<bool (const Constant * ConstVal)> Match,bool AllowUndefs) matchUnaryPredicate() argument
H A DCombinerHelper.cpp6271 isOneOrOneSplat(Register Src,bool AllowUndefs) isOneOrOneSplat() argument
6284 isZeroOrZeroSplat(Register Src,bool AllowUndefs) isZeroOrZeroSplat() argument
6300 isConstantSplatVector(Register Src,int64_t SplatValue,bool AllowUndefs) isConstantSplatVector() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp356 matchUnaryPredicateImpl(SDValue Op,std::function<bool (ConstNodeType *)> Match,bool AllowUndefs) matchUnaryPredicateImpl() argument
389 matchBinaryPredicate(SDValue LHS,SDValue RHS,std::function<bool (ConstantSDNode *,ConstantSDNode *)> Match,bool AllowUndefs,bool AllowTypeMismatch) matchBinaryPredicate() argument
5365 getBitwiseNotOperand(SDValue V,SDValue Mask,bool AllowUndefs) getBitwiseNotOperand() argument
11632 isBitwiseNot(SDValue V,bool AllowUndefs) isBitwiseNot() argument
11642 isConstOrConstSplat(SDValue N,bool AllowUndefs,bool AllowTruncation) isConstOrConstSplat() argument
11652 isConstOrConstSplat(SDValue N,const APInt & DemandedElts,bool AllowUndefs,bool AllowTruncation) isConstOrConstSplat() argument
11688 isConstOrConstSplatFP(SDValue N,bool AllowUndefs) isConstOrConstSplatFP() argument
11698 isConstOrConstSplatFP(SDValue N,const APInt & DemandedElts,bool AllowUndefs) isConstOrConstSplatFP() argument
11718 isNullOrNullSplat(SDValue N,bool AllowUndefs) isNullOrNullSplat() argument
11725 isOneOrOneSplat(SDValue N,bool AllowUndefs) isOneOrOneSplat() argument
11731 isAllOnesOrAllOnesSplat(SDValue N,bool AllowUndefs) isAllOnesOrAllOnesSplat() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4617 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; getTargetConstantBitsFromNode() local
4836 bool AllowUndefs = EltSizeInBits >= SrcEltSizeInBits; getTargetConstantBitsFromNode() local
[all...]