|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/STLExtras.h 154 auto adl_begin(ContainerTy &&container)
162 auto adl_end(ContainerTy &&container)
178 auto adl_begin(ContainerTy &&container)
184 auto adl_end(ContainerTy &&container)
1172 bool any_of(R &&Range, UnaryPredicate P) {
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
83 constexpr _Tp&&
usr/include/c++/7.4.0/bits/range_access.h 58 begin(const _Container& __cont) -> decltype(__cont.begin())
78 end(const _Container& __cont) -> decltype(__cont.end())
utils/TableGen/AsmMatcherEmitter.cpp 750 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI,
1150 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI,
1674 const CGIOperandList &Operands = CGI.Operands;
1764 for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) {
1823 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i];
utils/TableGen/AsmWriterEmitter.cpp 844 auto &Operands = CGA.ResultInst->Operands;
utils/TableGen/AsmWriterInst.cpp 179 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo];
utils/TableGen/CodeGenDAGPatterns.cpp 3584 static bool checkOperandClass(CGIOperandList::OperandInfo &OI,
3698 CGIOperandList::OperandInfo &Op = CGI.Operands[i];
utils/TableGen/CodeGenInstruction.cpp 228 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops,
250 CGIOperandList::ConstraintInfo::getEarlyClobber();
306 auto NewConstraint = CGIOperandList::ConstraintInfo::getTied(DestFlatOpNo);
310 for (const CGIOperandList::OperandInfo &Op : Ops) {
321 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops,
utils/TableGen/CodeGenInstruction.h 129 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
227 CGIOperandList Operands;
utils/TableGen/GlobalISelEmitter.cpp 4228 const CGIOperandList::OperandInfo &DstIOperand = DstI->Operands[I];
4315 const CGIOperandList::OperandInfo &DstIOperand =
utils/TableGen/InstrInfoEmitter.cpp 116 std::vector<CGIOperandList::OperandInfo> OperandList;
175 const CGIOperandList::ConstraintInfo &Constraint =
utils/TableGen/X86RecognizableInstr.cpp 402 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands;
414 const CGIOperandList::ConstraintInfo &Constraint =
utils/TableGen/X86RecognizableInstr.h 217 const std::vector<CGIOperandList::OperandInfo>* Operands;