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