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
62
MatchingInput
(-1), isCommutative(false),
70
MatchingInput
(other.
MatchingInput
), isCommutative(other.isCommutative),
95
MatchingInput
= -1;
171
if (scInfo.
MatchingInput
!= -1)
174
scInfo.
MatchingInput
= ConstraintsSoFar.size();
179
ConstraintsSoFar[N].
MatchingInput
= ConstraintsSoFar.size();
207
MatchingInput
= scInfo.
MatchingInput
;
/external/llvm/include/llvm/IR/
InlineAsm.h
105
///
MatchingInput
- If this is not -1, this is an output constraint where an
109
signed char
MatchingInput
;
114
SubConstraintInfo() :
MatchingInput
(-1) {}
130
///
MatchingInput
- If this is not -1, this is an output constraint where an
134
signed char
MatchingInput
;
138
bool hasMatchingInput() const { return
MatchingInput
!= -1; }
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 53 milliseconds