Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FMV.td1 //=------ AArch64FMV.td - Describe AArch64 FMV Features ------*- tablegen -*-=//
9 // Function MultiVersioning (FMV) properties. FMV features are accepted by the
11 // 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.
H A DAArch64Features.td272 // __attribute((target(...))), but only FEAT_MTE for FMV.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp588 auto FMV = MIB.buildInstr(Opcode, {DstReg}, {GPRReg}); in select() local
589 if (!FMV.constrainAllUses(TII, TRI, RBI)) in select()