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

References

include/llvm/CodeGen/CallingConvLower.h
  346       if (!isAllocated(Regs[i]))
  355     if (isAllocated(Reg)) return 0;
  362     if (isAllocated(Reg)) return 0;
  394         if (isAllocated(Regs[StartIdx + BlockIdx])) {
lib/CodeGen/CallingConvLower.cpp
   68   if (!isAllocated(Reg))
lib/Target/AArch64/AArch64CallLowering.cpp
  404   if (!CCInfo.isAllocated(AArch64::X8)) {
lib/Target/AArch64/AArch64ISelLowering.cpp
 3338       if (!CCInfo.isAllocated(AArch64::X8)) {
lib/Target/AMDGPU/SIISelLowering.cpp
  106     if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) {
lib/Target/X86/X86CallingConv.cpp
   41     if (!State.isAllocated(Reg))
  103     if (!State.isAllocated(Reg)) {
  147     if (State.isAllocated(X86::R9)) {
lib/Target/X86/X86ISelLowering.cpp
 3468     if (Is64Bit && !CCInfo.isAllocated(X86::AL)) {