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

/external/llvm/include/llvm/
H A DInlineAsm.h165 /// selectAlternative - Point this constraint to the alternative constraint
167 void selectAlternative(unsigned index);
/external/llvm/lib/VMCore/
H A DInlineAsm.cpp199 /// selectAlternative - Point this constraint to the alternative constraint
201 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) { function in class:InlineAsm::ConstraintInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2983 cInfo.selectAlternative(bestMAIndex);

Completed in 75 milliseconds