HomeSort by relevance Sort by last modified time
    Searched refs:EmitVBRValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 131 /// EmitVBRValue - Emit the specified value as a VBR, returning the number of
133 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) {
200 CurrentIdx += EmitVBRValue(ChildSize, OS);
358 CurrentIdx += EmitVBRValue(ChildSize, OS);
402 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
409 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(),
445 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS);
452 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS);
465 unsigned Bytes = 2+EmitVBRValue(Val, OS);
572 NumOperandBytes += EmitVBRValue(EN->getOperand(i), OS)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherEmitter.cpp 113 /// EmitVBRValue - Emit the specified value as a VBR, returning the number of
115 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) {
182 CurrentIdx += EmitVBRValue(ChildSize, OS);
325 CurrentIdx += EmitVBRValue(ChildSize, OS);
368 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
403 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS);
410 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS);
423 unsigned Bytes = 2+EmitVBRValue(Val, OS);
523 NumOperandBytes += EmitVBRValue(EN->getOperand(i), OS);
554 NumOperandBytes += EmitVBRValue(CFR->getNode(i), OS)
    [all...]

Completed in 327 milliseconds