reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
75 return (Kind >= TargetCustom) ? ((Kind+1) - TargetCustom) : 0; 75 return (Kind >= TargetCustom) ? ((Kind+1) - TargetCustom) : 0;lib/CodeGen/PseudoSourceValue.cpp
36 if (Kind < TargetCustom)
lib/Target/AMDGPU/R600InstrInfo.cpp 1511 case PseudoSourceValue::TargetCustom:
lib/Target/AMDGPU/SIInstrInfo.cpp 2286 case PseudoSourceValue::TargetCustom:
lib/Target/AMDGPU/SIMachineFunctionInfo.h 46 PSVBuffer = PseudoSourceValue::TargetCustom,
lib/Target/Hexagon/HexagonInstrInfo.cpp 1331 : PseudoSourceValue(TargetCustom, TII) {}