Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp115 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { in EmitVBRValue() function
182 CurrentIdx += EmitVBRValue(ChildSize, OS); in EmitMatcher()
333 CurrentIdx += EmitVBRValue(ChildSize, OS); in EmitMatcher()
377 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()
384 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher()
420 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); in EmitMatcher()
427 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); in EmitMatcher()
440 unsigned Bytes = 2+EmitVBRValue(Val, OS); in EmitMatcher()
540 NumOperandBytes += EmitVBRValue(EN->getOperand(i), OS); in EmitMatcher()
571 NumOperandBytes += EmitVBRValue(CFR->getNode(i), OS); in EmitMatcher()
[all …]