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.h5197 using ConstraintGroup = SmallVector<ConstraintPair>; variable
5203 ConstraintGroup getConstraintPreferences(AsmOperandInfo &OpInfo) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6208 TargetLowering::ConstraintGroup TargetLowering::getConstraintPreferences( in getConstraintPreferences()
6210 ConstraintGroup Ret; in getConstraintPreferences()
6267 ConstraintGroup G = getConstraintPreferences(OpInfo); in ComputeConstraintToUse()