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.h5017 using ConstraintPair = std::pair<StringRef, TargetLowering::ConstraintType>; variable
5018 using ConstraintGroup = SmallVector<ConstraintPair>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6010 Ret.begin(), Ret.end(), [](ConstraintPair a, ConstraintPair b) { in getConstraintPreferences()
6019 static bool lowerImmediateIfPossible(TargetLowering::ConstraintPair &P, in lowerImmediateIfPossible()