Searched refs:VPT (Results 1 – 3 of 3) sorted by relevance
277 MachineInstr *VPT = Insts.front(); in hasImplicitlyValidVPT() local278 assert(isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()281 if (VPT->getOpcode() == ARM::MVE_VPST) in hasImplicitlyValidVPT()287 if (isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()310 if (Def->getParent() == VPT->getParent()) in hasImplicitlyValidVPT()317 return (IsOperandPredicated(VPT, 1) || IsOperandPredicated(VPT, 2)) && in hasImplicitlyValidVPT()318 (IsOperandPredicated(VPT, 1) || IsOperandInvariant(VPT, 1)) && in hasImplicitlyValidVPT()319 (IsOperandPredicated(VPT, 2) || IsOperandInvariant(VPT, 2)); in hasImplicitlyValidVPT()
208 // VPT predicate224 // VPT-predicated MVE instruction.231 // * ARMVCC::Then means it's in a VPT block and appears with the T suffix232 // * ARMVCC::Else means it's in a VPT block and appears with the E suffix.
13 // VPT condition mask21 // VPT/VCMP restricted predicate for sign invariant types31 // VPT/VCMP restricted predicate for signed types41 // VPT/VCMP restricted predicate for unsigned types51 // VPT/VCMP restricted predicate for floating point399 // of input operands that provides the VPT suffix (none, T or E) and406 // VPT predication suffix goes before the dot, so the full6163 // so they are VPT-predicable.