Home
last modified time | relevance | path

Searched refs:TargetCustom (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h47 TargetCustom enumerator
77 return (Kind >= TargetCustom) ? ((Kind+1) - TargetCustom) : 0; in getTargetCustom()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h45 PseudoSourceValue(PseudoSourceValue::TargetCustom, TII) {} in AMDGPUImagePseudoSourceValue()
65 PseudoSourceValue(PseudoSourceValue::TargetCustom, TII) { } in AMDGPUBufferPseudoSourceValue()
H A DR600InstrInfo.cpp1513 case PseudoSourceValue::TargetCustom: in getAddressSpaceForPseudoSourceKind()
H A DSIInstrInfo.cpp1975 case PseudoSourceValue::TargetCustom: in getAddressSpaceForPseudoSourceKind()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp37 if (Kind < TargetCustom) in printCustom()
H A DMachineOperand.cpp1128 case PseudoSourceValue::TargetCustom: in print()