Searched refs:Predicated (Results 1 – 11 of 11) sorted by relevance
9 // This file defines the VE Vector Predicated SDNodes (VVP SDNodes). VVP
86 HexagonMCInstrInfo::PredicateInfo Predicated);
927 SmallPtrSet<MachineInstr *, 4> Predicated; in ValidateLiveOuts() local942 Predicated.insert(&MI); in ValidateLiveOuts()954 SmallPtrSetImpl<MachineInstr *> &Predicated) { in ValidateLiveOuts() argument958 if (Use != MI && !Predicated.count(Use)) in ValidateLiveOuts()975 if (!HasPredicatedUsers(MI, MO, Predicated)) { in ValidateLiveOuts()984 Predicated.insert(MI); in ValidateLiveOuts()
258 void SelectMVE_VSHLC(SDNode *N, bool Predicated);268 void SelectBaseMVE_VMLLDAV(SDNode *N, bool Predicated,292 bool Wrapping, bool Predicated);2559 bool Predicated) { in SelectMVE_WB() argument2580 if (Predicated) in SelectMVE_WB()2640 unsigned FirstInputOp = Predicated ? 2 : 1; in SelectMVE_VADCSBC()2657 if (Predicated) in SelectMVE_VADCSBC()2678 if (Predicated) in SelectMVE_VSHLC()2740 if (Predicated) in SelectBaseMVE_VMLLDAV()2857 if (Predicated) in SelectMVE_VxDUP()[all …]
328 // Predicated with select348 // Predicated with intrinsic364 // Predicated with select384 // Predicated with intrinsic1199 // Predicated1364 // Predicated2674 // Predicated v(min|max)a4128 // Predicated v(max|min)nma4631 // Predicated multiply5183 // Predicated version[all …]
85 // Predicated instructions.295 // Predicated instructions.
103 Prefix.Predicated = true; in CreateFromInst()115 Prefix.Predicated = true; in CreateFromInst()129 PrefixInfo() : Active(false), Predicated(false) {} in PrefixInfo()131 bool isPredicated() const { return Predicated; } in isPredicated()133 assert(Predicated); in getElementSize()138 assert(Predicated); in getPgReg()144 bool Predicated; member in __anon56f6c4660111::AArch64AsmParser::PrefixInfo
308 // Predicated form without writeback436 // Predicated intrinsics471 // Predicated intrinsics - Int types only529 // Predicated intrinsics - Float types only
1682 // SVE Floating Point Arithmetic - Predicated Group2544 // SVE Integer Arithmetic - Binary Predicated Group3191 // SVE2 Integer - Predicated Group3906 // SVE Integer Arithmetic - Unary Predicated Group4360 // SVE Integer Wide Immediate - Predicated Group5163 // SVE Bitwise Shift - Predicated Group6078 // SVE Permute Vector - Predicated Group8273 // Predicated pseudo floating point two operand instructions.8287 // Predicated pseudo integer two operand instructions.8309 // Predicated pseudo integer two operand instructions. Second operand is an
177 // Predicated operations with the result of inactive lanes being unspecified.207 // Predicated operations with the result of inactive lanes provided by the last operand.1408 // Predicated shifts
463 // FpI_ - Floating Point Pseudo Instruction template. Not Predicated.