OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFlagWord
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/IR/
InlineAsm.h
268
static unsigned
getFlagWord
(unsigned Kind, unsigned NumOps) {
275
///
getFlagWord
with information indicating that this input operand is tied
285
///
getFlagWord
with the required register class for the following register
297
/// Augment an existing flag word returned by
getFlagWord
with the constraint
/external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp
295
Flag = InlineAsm::
getFlagWord
(Kind, 1 /* RegNum*/);
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
778
unsigned Flag = InlineAsm::
getFlagWord
(Code, Regs.size());
[
all
...]
SelectionDAGISel.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
[
all
...]
Completed in 64 milliseconds