Home
last modified time | relevance | path

Searched refs:QFALSE (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/autohvx/
H A Disel-qfalse.ll3 ; Make sure we can select QFALSE.
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h81 QFALSE, enumerator
H A DHexagonISelLoweringHVX.cpp978 return DAG.getNode(HexagonISD::QFALSE, dl, VecTy); in buildHvxVectorPred()
2608 return C->isZero() ? DAG.getNode(HexagonISD::QFALSE, dl, ty(Op)) in PerformHvxDAGCombine()
2616 if (Ops[0].getOpcode() == HexagonISD::QFALSE) in PerformHvxDAGCombine()
H A DHexagonPatternsHVX.td62 def HexagonQFALSE: SDNode<"HexagonISD::QFALSE", SDTVecLeaf>;
H A DHexagonISelLowering.cpp1915 case HexagonISD::QFALSE: return "HexagonISD::QFALSE"; in getTargetNodeName()