Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h45 TargetCustom enumerator
76 return (Kind >= TargetCustom) ? ((Kind+1) - TargetCustom) : 0; in getTargetCustom()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp36 if (Kind < TargetCustom) in printCustom()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h36 PSVBuffer = PseudoSourceValue::TargetCustom,
H A DR600InstrInfo.cpp1489 case PseudoSourceValue::TargetCustom: in getAddressSpaceForPseudoSourceKind()
H A DSIInstrInfo.cpp2676 case PseudoSourceValue::TargetCustom: in getAddressSpaceForPseudoSourceKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1355 : PseudoSourceValue(TargetCustom, TII) {} in expandPostRAPseudo()