Searched refs:ConstraintOperands (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4250 AsmOperandInfoVector ConstraintOperands; local
4255 // ConstraintOperands list.
4260 ConstraintOperands.emplace_back(std::move(CI));
4261 AsmOperandInfo &OpInfo = ConstraintOperands.back();
4339 if (!ConstraintOperands.empty()) {
4350 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
4352 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex];
4361 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
4387 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
4389 AsmOperandInfo &cInfo = ConstraintOperands[cInde
[all...]
H A DSelectionDAGBuilder.cpp8106 /// ConstraintOperands - Information about all of the constraints.
8107 SDISelAsmOperandInfoVector ConstraintOperands; local
8121 ConstraintOperands.push_back(SDISelAsmOperandInfo(T));
8122 SDISelAsmOperandInfo &OpInfo = ConstraintOperands.back();
8199 for (SDISelAsmOperandInfo &OpInfo : ConstraintOperands) {
8205 SDISelAsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
8255 for (SDISelAsmOperandInfo &OpInfo : ConstraintOperands) {
8259 ? ConstraintOperands[OpInfo.getMatchedOperand()]
8506 for (SDISelAsmOperandInfo &OpInfo : ConstraintOperands) {

Completed in 219 milliseconds