Home
last modified time | relevance | path

Searched refs:isBuildVectorAllOnes (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h67 bool isBuildVectorAllOnes(const SDNode *N);
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h75 bool isBuildVectorAllOnes(const SDNode *N);
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1052 if (ISD::isBuildVectorAllOnes(Op0.getNode())) in performXORCombine()
1054 else if (ISD::isBuildVectorAllOnes(Op1.getNode())) in performXORCombine()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td581 return ISD::isBuildVectorAllOnes(N);
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td687 return ISD::isBuildVectorAllOnes(N);
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3073 if (ISD::isBuildVectorAllOnes(N0.getNode())) in visitAND()
3075 if (ISD::isBuildVectorAllOnes(N1.getNode())) in visitAND()
3725 if (ISD::isBuildVectorAllOnes(N0.getNode())) in visitOR()
3731 if (ISD::isBuildVectorAllOnes(N1.getNode())) in visitOR()
5642 (ISD::isBuildVectorAllOnes(RHS.getNode()) && CC == ISD::SETGT)) && in visitVSELECT()
5693 if (ISD::isBuildVectorAllOnes(N0.getNode())) in visitVSELECT()
DSelectionDAG.cpp112 bool ISD::isBuildVectorAllOnes(const SDNode *N) { in isBuildVectorAllOnes() function in ISD
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp5066 if (ISD::isBuildVectorAllOnes(Op.getNode())) { in LowerBUILD_VECTOR()
13295 if (ISD::isBuildVectorAllOnes(N)) in CanFoldXORWithAllOnes()
13311 ISD::isBuildVectorAllOnes(V1.getOperand(1).getNode()) && in CanFoldXORWithAllOnes()
13312 ISD::isBuildVectorAllOnes(V2.getNode())) in CanFoldXORWithAllOnes()
DX86GenDAGISel.inc48237 return ISD::isBuildVectorAllOnes(N);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp111 bool ISD::isBuildVectorAllOnes(const SDNode *N) { in isBuildVectorAllOnes() function in ISD
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7440 !ISD::isBuildVectorAllOnes(Ones.getNode())) in foldVectorXorShiftIntoCmp()