Home
last modified time | relevance | path

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

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