Searched refs:VPT (Results 1 – 3 of 3) sorted by relevance
274 MachineInstr *VPT = Insts.front(); in hasImplicitlyValidVPT() local275 assert(isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()278 if (VPT->getOpcode() == ARM::MVE_VPST) in hasImplicitlyValidVPT()284 if (isVPTOpcode(VPT->getOpcode()) && in hasImplicitlyValidVPT()307 if (Def->getParent() == VPT->getParent()) in hasImplicitlyValidVPT()314 return (IsOperandPredicated(VPT, 1) || IsOperandPredicated(VPT, 2)) && in hasImplicitlyValidVPT()315 (IsOperandPredicated(VPT, 1) || IsOperandInvariant(VPT, 1)) && in hasImplicitlyValidVPT()316 (IsOperandPredicated(VPT, 2) || IsOperandInvariant(VPT, 2)); in hasImplicitlyValidVPT()
198 // VPT predicate214 // VPT-predicated MVE instruction.221 // * ARMVCC::Then means it's in a VPT block and appears with the T suffix222 // * 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 point400 // of input operands that provides the VPT suffix (none, T or E) and407 // VPT predication suffix goes before the dot, so the full6095 // so they are VPT-predicable.