Home
last modified time | relevance | path

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

/freebsd-14.2/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()
161 std::string Name = getQualifiedName(RegList->getElementAsRecord(0)); in EmitAction()
174 std::string Name = getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction()
220 O << getQualifiedName(RegList->getElementAsRecord(0)); in EmitAction()
221 O << ", " << getQualifiedName(ShadowRegList->getElementAsRecord(0)); in EmitAction()
232 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction()
240 O << LSS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()
288 O << LS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction()
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()
H A DDXILEmitter.cpp94 Record *Param = ParamList->getElementAsRecord(I); in DXILOperationData()
H A DDecoderEmitter.cpp1261 Record *Pred = Predicates->getElementAsRecord(i); in emitPredicateMatch()
1282 Record *Pred = Predicates->getElementAsRecord(i); in doesOpcodeNeedPredicate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h779 Record *getElementAsRecord(unsigned i) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp715 Record *ListInit::getElementAsRecord(unsigned i) const { in getElementAsRecord() function in ListInit