Home
last modified time | relevance | path

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

/freebsd/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()
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 DPPCHazardRecognizers.h91 bool &isFirst, bool &isSingle,bool &isCracked,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPInstructions.td1392 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 DVOP2Instructions.td1485 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 DVOP1Instructions.td871 defm NAME : VOP3_Realtriple<Gen, {0, 1, 1, op{6-0}}, /*isSingle=*/ 0, NAME>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp161 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()