Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h45 TargetCustom enumerator
76 return (Kind >= TargetCustom) ? ((Kind+1) - TargetCustom) : 0; in getTargetCustom()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp33 if (Kind < TargetCustom) in printCustom()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h38 PSVImage = PseudoSourceValue::TargetCustom,
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp194 case PseudoSourceValue::TargetCustom: in cloneMemOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1440 : PseudoSourceValue(TargetCustom, TM) {} in expandPostRAPseudo()