Searched defs:AllowUndefs (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1225 const MachineRegisterInfo &MRI, bool AllowUndefs) { in isNullOrNullSplat() 1244 bool AllowUndefs) { in isAllOnesOrAllOnesSplat() 1259 std::function<bool(const Constant *ConstVal)> Match, bool AllowUndefs) { in matchUnaryPredicate()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 274 bool AllowUndefs) { in matchUnaryPredicate() 301 bool AllowUndefs, bool AllowTypeMismatch) { in matchBinaryPredicate() 2366 bool SelectionDAG::isSplatValue(SDValue V, bool AllowUndefs) { in isSplatValue() 8852 bool llvm::isBitwiseNot(SDValue V, bool AllowUndefs) { in isBitwiseNot() 8862 ConstantSDNode *llvm::isConstOrConstSplat(SDValue N, bool AllowUndefs, in isConstOrConstSplat() 8886 bool AllowUndefs, in isConstOrConstSplat() 8909 ConstantFPSDNode *llvm::isConstOrConstSplatFP(SDValue N, bool AllowUndefs) { in isConstOrConstSplatFP() 8925 bool AllowUndefs) { in isConstOrConstSplatFP() 8940 bool llvm::isNullOrNullSplat(SDValue N, bool AllowUndefs) { in isNullOrNullSplat()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 348 bool AllowUndefs) { in matchUnaryPredicate() 376 bool AllowUndefs, bool AllowTypeMismatch) { in matchBinaryPredicate() 4963 SDValue llvm::getBitwiseNotOperand(SDValue V, SDValue Mask, bool AllowUndefs) { in getBitwiseNotOperand() 10978 bool llvm::isBitwiseNot(SDValue V, bool AllowUndefs) { in isBitwiseNot() 10988 ConstantSDNode *llvm::isConstOrConstSplat(SDValue N, bool AllowUndefs, in isConstOrConstSplat() 10998 bool AllowUndefs, in isConstOrConstSplat() 11034 ConstantFPSDNode *llvm::isConstOrConstSplatFP(SDValue N, bool AllowUndefs) { in isConstOrConstSplatFP() 11044 bool AllowUndefs) { in isConstOrConstSplatFP() 11064 bool llvm::isNullOrNullSplat(SDValue N, bool AllowUndefs) { in isNullOrNullSplat() 11071 bool llvm::isOneOrOneSplat(SDValue N, bool AllowUndefs) { in isOneOrOneSplat() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7299 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode() local 7496 bool AllowUndefs = EltSizeInBits >= SrcEltSizeInBits; in getTargetConstantBitsFromNode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6155 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode() local
|