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

Definitions

include/llvm/IR/RuntimeLibcalls.def
  470 HANDLE_LIBCALL(SYNC_FETCH_AND_UMAX_1, "__sync_fetch_and_umax_1")
  471 HANDLE_LIBCALL(SYNC_FETCH_AND_UMAX_2, "__sync_fetch_and_umax_2")
  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
   44       i64            =   6,   // This is a 64 bit integer value
lib/CodeGen/TargetLoweringBase.cpp
  439 RTLIB::Libcall RTLIB::getSYNC(unsigned Opc, MVT VT) {