Home
last modified time | relevance | path

Searched refs:getElementAsRecord (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp109 Record *Action = CCActions->getElementAsRecord(i); in EmitCallingConv()
135 Record *VT = VTs->getElementAsRecord(i); in EmitAction()
162 std::string Name = getQualifiedName(RegList->getElementAsRecord(0)); in EmitAction()
175 std::string Name = getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction()
221 O << getQualifiedName(RegList->getElementAsRecord(0)); in EmitAction()
222 O << ", " << getQualifiedName(ShadowRegList->getElementAsRecord(0)); in EmitAction()
233 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction()
241 O << LSS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()
290 O << LS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()
H A DDecoderEmitter.cpp1305 Record *Pred = Predicates->getElementAsRecord(i); in emitPredicateMatch()
1326 Record *Pred = Predicates->getElementAsRecord(i); in doesOpcodeNeedPredicate()
/src/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp123 IS.RetTys.push_back(TypeList->getElementAsRecord(I)); in CodeGenIntrinsic()
126 IS.ParamTys.push_back(TypeList->getElementAsRecord(I)); in CodeGenIntrinsic()
132 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()
/src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h779 Record *getElementAsRecord(unsigned i) const;
/src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp715 Record *ListInit::getElementAsRecord(unsigned i) const { in getElementAsRecord() function in ListInit