Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp274 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp6155 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode() local