Searched refs:XLen (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_utility.cc | 277 size_t XLen = ByteReader<uint16_t>::ReadBigEndian(ptr); in Parse() local 279 XLen *= 4; // in bytes in Parse() 281 if (static_cast<size_t>(remain) < (4 + XLen)) { in Parse() 285 const uint8_t* ptrRTPDataExtensionEnd = ptr + XLen; in Parse() 291 header->headerLength += XLen; in Parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVSubtarget.h | 40 unsigned XLen = 32; variable 83 unsigned getXLen() const { return XLen; } in getXLen()
|
D | RISCVSubtarget.cpp | 39 XLen = 64; in initializeSubtargetDependencies()
|
D | RISCVISelLowering.cpp | 659 static bool CC_RISCVAssign2XLen(unsigned XLen, CCState &State, CCValAssign VA1, in CC_RISCVAssign2XLen() argument 663 unsigned XLenInBytes = XLen / 8; in CC_RISCVAssign2XLen() 699 unsigned XLen = DL.getLargestLegalIntTypeSizeInBits(); in CC_RISCV() local 700 assert(XLen == 32 || XLen == 64); in CC_RISCV() 701 MVT XLenVT = XLen == 32 ? MVT::i32 : MVT::i64; in CC_RISCV() 719 unsigned TwoXLenInBytes = (2 * XLen) / 8; in CC_RISCV() 736 if (XLen == 32 && ValVT == MVT::f64) { in CC_RISCV() 780 return CC_RISCVAssign2XLen(XLen, State, VA, AF, ValNo, ValVT, LocVT, in CC_RISCV() 786 unsigned StackOffset = Reg ? 0 : State.AllocateStack(XLen / 8, XLen / 8); in CC_RISCV()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 105 unsigned XLen = XCosts.getLength(), in applyR2() local 114 for (unsigned k = 1; k < XLen; ++k) { in applyR2()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 103 unsigned XLen = XCosts.getLength(), in applyR2() local 112 for (unsigned k = 1; k < XLen; ++k) { in applyR2()
|