Home
last modified time | relevance | path

Searched refs:isSingle (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp279 bool &isFirst, bool &isSingle, in GetInstrType() argument
290 isSingle = TSFlags & PPCII::PPC970_Single; in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
336 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType()
342 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType()
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
394 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction()
410 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
H A DPPCHazardRecognizers.h91 bool &isFirst, bool &isSingle,bool &isCracked,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPInstructions.td1388 bit isSingle = 0> {
1403 bit isSingle = 0> {
1495 bit isSingle = 0> {
1497 let IsSingle = !or(isSingle, ps.Pfl.IsSingle) in
1526 VOP3_Real_Base<Gen, op, opName, isSingle>,
1532 VOP3Dot_Real_Base<Gen, op, opName, isSingle>,
1556 VOP3be_Real<Gen, op, opName, asmName, isSingle>,
1568 bit isSingle = 0> :
1573 VOP3_Real_Base<GFX11Gen, op, opName, isSingle>;
1577 VOP3_Realtriple<GFX11Gen, op, isSingle, opName>;
[all …]
H A DVOP2Instructions.td1463 defm NAME : VOP3_Realtriple<Gen, {0, 1, 0, 0, op{5-0}}, /*isSingle=*/ 0, NAME> ;
1473 VOP3be_Realtriple<Gen, {0, 1, 0, 0, op{5-0}}, /*isSingle=*/ 0, opName, asmName>,
1496 string asmName, bit isSingle = 0> {
1497 defm NAME : VOP2_Real_e32_with_name<Gen, op, opName, asmName, isSingle>,
1595 string asmName, bit isSingle = 0> {
1596 defm NAME : VOP2_Real_e32_with_name<GFX11Gen, op, opName, asmName, isSingle>,
H A DVOP1Instructions.td863 defm NAME : VOP3_Realtriple<Gen, {0, 1, 1, op{6-0}}, /*isSingle=*/ 0, NAME>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp161 bool isSingle() const { return size() == 1; } in isSingle() function in __anon4fa39c0a0111::LatticeCell
2814 Const &= L.isSingle(); in rewriteHexConstDefs()
2870 if (!L.isSingle()) { in rewriteHexConstDefs()
3006 if (!LS3.isSingle()) { in rewriteHexConstUses()
3007 if (!LS2.isSingle()) in rewriteHexConstUses()
3043 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) { in rewriteHexConstUses()
3048 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) { in rewriteHexConstUses()