Home
last modified time | relevance | path

Searched refs:isBitwiseNot (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1370 bool isBitwiseNot(SDValue V);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1594 bool isBitwiseNot(SDValue V);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2181 if (isBitwiseNot(N0) && isOneConstantOrOneSplatConstant(N1)) in visitADD()
2383 if (isBitwiseNot(N0) && isOneConstantOrOneSplatConstant(N1)) { in visitUADDO()
2473 if (isBitwiseNot(N0) && isNullConstant(N1) && in visitADDCARRY()
7263 if (isBitwiseNot(N0)) in visitSELECT()
DTargetLowering.cpp598 if (isBitwiseNot(Op0) && Op0.hasOneUse() && in SimplifyDemandedBits()
DSelectionDAG.cpp8080 bool llvm::isBitwiseNot(SDValue V) { in isBitwiseNot() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2505 bool IsBitwiseNegation = isBitwiseNot(LogicOp); in computeLogicOpInGPR()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6701 bool llvm::isBitwiseNot(SDValue V) { in isBitwiseNot() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp17830 bool isAndn = isBitwiseNot(Op0) || isBitwiseNot(Op1); in EmitTest()