reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

gen/lib/Target/AArch64/AArch64GenSystemOperands.inc
 1483 const ExactFPImm *lookupExactFPImmByEnum(uint8_t Enum);

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 1219       auto *Desc = AArch64ExactFPImm::lookupExactFPImmByEnum(ImmEnum);
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
 1577   auto *Imm0Desc = AArch64ExactFPImm::lookupExactFPImmByEnum(ImmIs0);
 1578   auto *Imm1Desc = AArch64ExactFPImm::lookupExactFPImmByEnum(ImmIs1);