OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchingInput
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/IR/
InlineAsm.cpp
61
MatchingInput
(-1), isCommutative(false),
84
MatchingInput
= -1;
167
if (scInfo.
MatchingInput
!= -1)
170
scInfo.
MatchingInput
= ConstraintsSoFar.size();
173
(size_t)ConstraintsSoFar[N].
MatchingInput
!=
177
ConstraintsSoFar[N].
MatchingInput
= ConstraintsSoFar.size();
205
MatchingInput
= scInfo.
MatchingInput
;
/external/llvm/include/llvm/IR/
InlineAsm.h
102
///
MatchingInput
- If this is not -1, this is an output constraint where an
106
signed char
MatchingInput
;
111
SubConstraintInfo() :
MatchingInput
(-1) {}
127
///
MatchingInput
- If this is not -1, this is an output constraint where an
131
signed char
MatchingInput
;
135
bool hasMatchingInput() const { return
MatchingInput
!= -1; }
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 51 milliseconds