Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp322 IS.RetTys.push_back(TypeList->getElementAsRecord(Idx)); in CodeGenIntrinsic()
325 IS.ParamTys.push_back(TypeList->getElementAsRecord(Idx)); in CodeGenIntrinsic()
330 const Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp121 const Record *Action = CCActions->getElementAsRecord(I); in emitCallingConv()
208 const Record *VT = VTs->getElementAsRecord(I); in emitAction()
H A DDecoderEmitter.cpp1334 const Record *Pred = Predicates->getElementAsRecord(i); in emitPredicateMatch()
1355 const Record *Pred = Predicates->getElementAsRecord(i); in doesOpcodeNeedPredicate()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h785 const Record *getElementAsRecord(unsigned Idx) const;
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp764 const Record *ListInit::getElementAsRecord(unsigned Idx) const { in getElementAsRecord() function in ListInit
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2996 i, getValueTypeByHwMode(LI->getElementAsRecord(i), CGH), *this); in ParseTreePattern()