Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h43 TargetCustom enumerator
74 return (Kind >= TargetCustom) ? ((Kind+1) - TargetCustom) : 0; in getTargetCustom()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp35 if (Kind < TargetCustom) in printCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h41 PSVImage = PseudoSourceValue::TargetCustom,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1445 : PseudoSourceValue(TargetCustom, TM) {} in expandPostRAPseudo()