Home
last modified time | relevance | path

Searched refs:ConstraintGroup (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp145 TargetLowering::ConstraintGroup G = TLI->getConstraintPreferences(OpInfo); in computeConstraintToUse()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4864 using ConstraintGroup = SmallVector<ConstraintPair>; variable
4870 ConstraintGroup getConstraintPreferences(AsmOperandInfo &OpInfo) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5912 TargetLowering::ConstraintGroup TargetLowering::getConstraintPreferences( in getConstraintPreferences()
5914 ConstraintGroup Ret; in getConstraintPreferences()
5972 ConstraintGroup G = getConstraintPreferences(OpInfo); in ComputeConstraintToUse()