Home
last modified time | relevance | path

Searched refs:ConstraintPair (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5196 using ConstraintPair = std::pair<StringRef, TargetLowering::ConstraintType>; variable
5197 using ConstraintGroup = SmallVector<ConstraintPair>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6230 llvm::stable_sort(Ret, [](ConstraintPair a, ConstraintPair b) { in getConstraintPreferences()
6239 static bool lowerImmediateIfPossible(TargetLowering::ConstraintPair &P, in lowerImmediateIfPossible()