Searched refs:isSingle (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | VOPInstructions.td | 1329 bit isSingle = 0> { 1331 let IsSingle = !or(isSingle, ps.Pfl.IsSingle) in { 1343 bit isSingle = 0> { 1345 let IsSingle = !or(isSingle, ps.Pfl.IsSingle) in { 1352 string asmName, bit isSingle = 0> { 1355 IsSingle = !or(isSingle, ps.Pfl.IsSingle) in { 1419 bit isSingle = 0> { 1421 let IsSingle = !or(isSingle, ps.Pfl.IsSingle) in 1444 bit isSingle = 0, string opName = NAME> : 1445 VOP3_Real_Base_gfx11<op, opName, isSingle>, [all …]
|
| H A D | VOP2Instructions.td | 1386 defm NAME : VOP3_Realtriple_gfx11<{0, 1, 0, 0, op{5-0}}, /*isSingle=*/ 0, NAME> ; 1395 VOP3be_Realtriple_gfx11<{0, 1, 0, 0, op{5-0}}, /*isSingle=*/ 0, opName, asmName>, 1418 string asmName, bit isSingle = 0> { 1420 defm NAME : VOP2_Real_e32_with_name_gfx11<op, opName, asmName, isSingle>,
|
| H A D | VOP1Instructions.td | 755 defm NAME : VOP3_Realtriple_gfx11<{0, 1, 1, op{6-0}}, /*isSingle=*/ 0, NAME>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 161 bool isSingle() const { return size() == 1; } in isSingle() function in __anon41d8f72b0111::LatticeCell 2815 Const &= L.isSingle(); in rewriteHexConstDefs() 2872 if (!L.isSingle()) { in rewriteHexConstDefs() 3008 if (!LS3.isSingle()) { in rewriteHexConstUses() 3009 if (!LS2.isSingle()) in rewriteHexConstUses() 3045 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) { in rewriteHexConstUses() 3050 else if (getCell(R2, Inputs, LS2) && LS2.isSingle()) { in rewriteHexConstUses()
|