Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2081 bool IsSupportedVT = false; in getLegalZfaFPImm() local
2083 IsSupportedVT = Subtarget.hasStdExtZfh() || Subtarget.hasStdExtZvfh(); in getLegalZfaFPImm()
2085 IsSupportedVT = true; in getLegalZfaFPImm()
2088 IsSupportedVT = true; in getLegalZfaFPImm()
2091 if (!IsSupportedVT) in getLegalZfaFPImm()