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

Definitions

include/llvm/IR/RuntimeLibcalls.def
  464 HANDLE_LIBCALL(SYNC_FETCH_AND_NAND_16, "__sync_fetch_and_nand_16")
  555 HANDLE_LIBCALL(UNKNOWN_LIBCALL, nullptr)
include/llvm/Support/MachineValueType.h
   41       i8             =   3,   // This is an 8 bit integer value
   42       i16            =   4,   // This is a 16 bit integer value
   45       i128           =   7,   // This is a 128 bit integer value
  265     SimpleValueType SimpleTy = INVALID_SIMPLE_VALUE_TYPE;
lib/CodeGen/TargetLoweringBase.cpp
  439 RTLIB::Libcall RTLIB::getSYNC(unsigned Opc, MVT VT) {