OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstraintOperands
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp
279
///
ConstraintOperands
- Information about all of the constraints.
280
GISelAsmOperandInfoVector
ConstraintOperands
;
296
ConstraintOperands
.push_back(GISelAsmOperandInfo(T));
297
GISelAsmOperandInfo &OpInfo =
ConstraintOperands
.back();
365
for (auto &OpInfo :
ConstraintOperands
) {
368
?
ConstraintOperands
[OpInfo.getMatchedOperand()]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
4629
AsmOperandInfoVector
ConstraintOperands
;
4634
//
ConstraintOperands
list.
4639
ConstraintOperands
.emplace_back(std::move(CI));
4640
AsmOperandInfo &OpInfo =
ConstraintOperands
.back();
4717
if (!
ConstraintOperands
.empty()) {
4728
for (unsigned cIndex = 0, eIndex =
ConstraintOperands
.size();
4730
AsmOperandInfo &OpInfo =
ConstraintOperands
[cIndex];
4739
AsmOperandInfo &Input =
ConstraintOperands
[OpInfo.MatchingInput];
4765
for (unsigned cIndex = 0, eIndex =
ConstraintOperands
.size();
4767
AsmOperandInfo &cInfo =
ConstraintOperands
[cIndex]
[
all
...]
SelectionDAGBuilder.cpp
8369
///
ConstraintOperands
- Information about all of the constraints.
8370
SmallVector<SDISelAsmOperandInfo, 16>
ConstraintOperands
;
8385
ConstraintOperands
.push_back(SDISelAsmOperandInfo(T));
8386
SDISelAsmOperandInfo &OpInfo =
ConstraintOperands
.back();
8477
for (SDISelAsmOperandInfo &OpInfo :
ConstraintOperands
) {
8483
SDISelAsmOperandInfo &Input =
ConstraintOperands
[OpInfo.MatchingInput];
8533
for (SDISelAsmOperandInfo &OpInfo :
ConstraintOperands
) {
8537
?
ConstraintOperands
[OpInfo.getMatchedOperand()]
8807
for (SDISelAsmOperandInfo &OpInfo :
ConstraintOperands
) {
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026