Home
last modified time | relevance | path

Searched refs:PFALSE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h71 PFALSE, enumerator
H A DHexagonISelLowering.cpp1894 case HexagonISD::PFALSE: return "HexagonISD::PFALSE"; in getTargetNodeName()
2751 return DAG.getNode(HexagonISD::PFALSE, dl, VecTy); in LowerBUILD_VECTOR()
3250 case HexagonISD::PFALSE: in PerformDAGCombine()
H A DHexagonPatterns.td109 def HexagonPFALSE: SDNode<"HexagonISD::PFALSE", SDTVecLeaf>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td658 def PFALSE : sve_int_pfalse<0b000000, "pfalse">;
1172 (ZIP1_PPP_S PPR:$Ps, (PFALSE))>;
1174 (ZIP2_PPP_S PPR:$Ps, (PFALSE))>;
1176 (ZIP1_PPP_H PPR:$Ps, (PFALSE))>;
1178 (ZIP2_PPP_H PPR:$Ps, (PFALSE))>;
1180 (ZIP1_PPP_B PPR:$Ps, (PFALSE))>;
1182 (ZIP2_PPP_B PPR:$Ps, (PFALSE))>;
H A DAArch64SchedA64FX.td3303 def : InstRW<[A64FXWrite_3Cyc_GI1], (instrs PFALSE)>;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve.md242 ;; lanes (i.e. when the governing predicate is a PFALSE). The flags results
929 ;; - PFALSE
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve.md242 ;; lanes (i.e. when the governing predicate is a PFALSE). The flags results
929 ;; - PFALSE
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201833015 Handle PTRUE and PFALSE constants.
H A DChangeLog-201918464 with PTRUE and PFALSE.