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

Definitions

include/llvm/IR/RuntimeLibcalls.def
  455 HANDLE_LIBCALL(SYNC_FETCH_AND_XOR_1, "__sync_fetch_and_xor_1")
  457 HANDLE_LIBCALL(SYNC_FETCH_AND_XOR_4, "__sync_fetch_and_xor_4")
  458 HANDLE_LIBCALL(SYNC_FETCH_AND_XOR_8, "__sync_fetch_and_xor_8")
  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
   45       i128           =   7,   // This is a 128 bit integer value
lib/CodeGen/TargetLoweringBase.cpp
  439 RTLIB::Libcall RTLIB::getSYNC(unsigned Opc, MVT VT) {