Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp145 TargetLowering::ConstraintGroup G = TLI->getConstraintPreferences(OpInfo); in computeConstraintToUse()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5018 using ConstraintGroup = SmallVector<ConstraintPair>; variable
5024 ConstraintGroup getConstraintPreferences(AsmOperandInfo &OpInfo) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5987 TargetLowering::ConstraintGroup TargetLowering::getConstraintPreferences( in getConstraintPreferences()
5989 ConstraintGroup Ret; in getConstraintPreferences()
6047 ConstraintGroup G = getConstraintPreferences(OpInfo); in ComputeConstraintToUse()