Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp224 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) { in selectAlternative() function in InlineAsm::ConstraintInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h174 /// selectAlternative - Point this constraint to the alternative constraint
176 void selectAlternative(unsigned index);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5828 cInfo.selectAlternative(bestMAIndex); in ParseConstraints()