Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp207 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) { in selectAlternative() function in InlineAsm::ConstraintInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h173 void selectAlternative(unsigned index);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4796 cInfo.selectAlternative(bestMAIndex); in ParseConstraints()