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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h169 /// selectAlternative - Point this constraint to the alternative constraint
171 void selectAlternative(unsigned index);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp204 /// selectAlternative - Point this constraint to the alternative constraint
206 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) { function in class:InlineAsm::ConstraintInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4610 cInfo.selectAlternative(bestMAIndex);

Completed in 87 milliseconds