/freebsd/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() 393 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 395 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction() 412 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
|
H A D | PPCHazardRecognizers.h | 91 bool &isFirst, bool &isSingle,bool &isCracked,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPInstructions.td | 1392 bit isSingle = 0> { 1394 let IsSingle = !or(isSingle, ps.Pfl.IsSingle) in { 1416 bit isSingle = 0> { 1418 let IsSingle = !or(isSingle, ps.Pfl.IsSingle) in { 1426 string asmName, bit isSingle = 0> { 1429 IsSingle = !or(isSingle, ps.Pfl.IsSingle) in { 1513 bit isSingle = 0> { 1515 let IsSingle = !or(isSingle, ps.Pfl.IsSingle) in 1542 multiclass VOP3_Realtriple<GFXGen Gen, bits<10> op, bit isSingle = 0, 1544 VOP3_Real_Base<Gen, op, opName, isSingle>, [all …]
|
H A D | VOP2Instructions.td | 1485 defm NAME : VOP3_Realtriple<Gen, {0, 1, 0, 0, op{5-0}}, /*isSingle=*/ 0, NAME> ; 1495 VOP3be_Realtriple<Gen, {0, 1, 0, 0, op{5-0}}, /*isSingle=*/ 0, opName, asmName>, 1518 string asmName, bit isSingle = 0> { 1519 defm NAME : VOP2_Real_e32_with_name<Gen, op, opName, asmName, isSingle>, 1625 string asmName, bit isSingle = 0> { 1626 defm NAME : VOP2_Real_e32_with_name<GFX11Gen, op, opName, asmName, isSingle>,
|
H A D | VOP1Instructions.td | 871 defm NAME : VOP3_Realtriple<Gen, {0, 1, 1, op{6-0}}, /*isSingle=*/ 0, NAME>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 161 bool isSingle() const { return size() == 1; } in isSingle() function in __anonfe19b4d40111::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()
|