| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCHazardRecognizers.cpp | 279 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 D | PPCHazardRecognizers.h | 91 bool &isFirst, bool &isSingle,bool &isCracked,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOPInstructions.td | 1388 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 D | VOP2Instructions.td | 1463 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 D | VOP1Instructions.td | 863 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 D | HexagonConstPropagation.cpp | 161 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()
|