Home
last modified time | relevance | path

Searched refs:VPT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp277 MachineInstr *VPT = Insts.front(); in hasImplicitlyValidVPT() local
278 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()
H A DARMInstrFormats.td208 // VPT predicate
224 // VPT-predicated MVE instruction.
231 // * ARMVCC::Then means it's in a VPT block and appears with the T suffix
232 // * ARMVCC::Else means it's in a VPT block and appears with the E suffix.
H A DARMInstrMVE.td13 // VPT condition mask
21 // VPT/VCMP restricted predicate for sign invariant types
31 // VPT/VCMP restricted predicate for signed types
41 // VPT/VCMP restricted predicate for unsigned types
51 // VPT/VCMP restricted predicate for floating point
399 // of input operands that provides the VPT suffix (none, T or E) and
406 // VPT predication suffix goes before the dot, so the full
6163 // so they are VPT-predicable.