Searched refs:FMV (Results 1 – 3 of 3) sorted by relevance
1 //=------ AArch64FMV.td - Describe AArch64 FMV Features ------*- tablegen -*-=//9 // Function MultiVersioning (FMV) properties. FMV features are accepted by the11 // from the FMV feature name to:12 // - A bit in the FMV ABI, as defined by the ACLE.13 // - The FMV priority, as defined by the ACLE.17 // LLVM and indicates how to do codegen when the FMV feature is present.29 // A C++ expression giving the number of the bit in the FMV ABI.33 // SubtargetFeatures enabled for codegen when this FMV feature is present.36 // The FMV priority.
272 // __attribute((target(...))), but only FEAT_MTE for FMV.
588 auto FMV = MIB.buildInstr(Opcode, {DstReg}, {GPRReg}); in select() local589 if (!FMV.constrainAllUses(TII, TRI, RBI)) in select()