Home
last modified time | relevance | path

Searched refs:isBuildVectorAllOnes (Results 1 – 21 of 21) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h93 bool isBuildVectorAllOnes(const SDNode *N);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1001 if (ISD::isBuildVectorAllOnes(Op0.getNode())) in performXORCombine()
1003 else if (ISD::isBuildVectorAllOnes(Op1.getNode())) in performXORCombine()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td760 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-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4389 if (ISD::isBuildVectorAllOnes(N0.getNode())) in visitAND()
4391 if (ISD::isBuildVectorAllOnes(N1.getNode())) in visitAND()
5019 if (ISD::isBuildVectorAllOnes(N0.getNode())) in visitOR()
5022 if (ISD::isBuildVectorAllOnes(N1.getNode())) in visitOR()
7736 (ISD::isBuildVectorAllOnes(RHS.getNode()) && CC == ISD::SETGT)) && in visitVSELECT()
7792 if (ISD::isBuildVectorAllOnes(N0.getNode())) in visitVSELECT()
DSelectionDAG.cpp150 bool ISD::isBuildVectorAllOnes(const SDNode *N) { in isBuildVectorAllOnes() function in ISD
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7357 if (ISD::isBuildVectorAllOnes(Op.getNode())) in LowerBUILD_VECTORvXi1()
8000 if (Subtarget.hasSSE2() && ISD::isBuildVectorAllOnes(Op.getNode())) { in materializeVectorConstant()
21242 if (Src.isUndef() || ISD::isBuildVectorAllOnes(Mask.getNode())) in getAVX2GatherNode()
21270 if (Src.isUndef() || ISD::isBuildVectorAllOnes(VMask.getNode())) in getGatherNode()
31918 ISD::isBuildVectorAllOnes(SetCC.getOperand(1).getNode()))) in detectZextAbsDiff()
32406 bool TValIsAllOnes = ISD::isBuildVectorAllOnes(LHS.getNode()); in combineVSelectWithAllOnesOrZeros()
32417 bool FValIsAllOnes = ISD::isBuildVectorAllOnes(RHS.getNode()); in combineVSelectWithAllOnesOrZeros()
34479 ISD::isBuildVectorAllOnes(N0.getOperand(1).getNode())) { in matchANDXORWithAllOnesAsANDNP()
34485 ISD::isBuildVectorAllOnes(N1.getOperand(1).getNode())) { in matchANDXORWithAllOnesAsANDNP()
35301 !ISD::isBuildVectorAllOnes(Ones.getNode())) in foldVectorXorShiftIntoCmp()
[all …]
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8560 !ISD::isBuildVectorAllOnes(Ones.getNode())) in foldVectorXorShiftIntoCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7925 if (HasAnyUndefs || ISD::isBuildVectorAllOnes(BVN)) { in LowerBUILD_VECTOR()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc30836 return ISD::isBuildVectorAllOnes(N);
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDAGISel.inc47936 return ISD::isBuildVectorAllOnes(N);