/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_utility.cc | 268 size_t XLen = ByteReader<uint16_t>::ReadBigEndian(ptr); in Parse() local 270 XLen *= 4; // in bytes in Parse() 272 if (static_cast<size_t>(remain) < (4 + XLen)) { in Parse() 277 const uint8_t* ptrRTPDataExtensionEnd = ptr + XLen; in Parse() 281 header->headerLength += XLen; in Parse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVSubtarget.h | 46 unsigned XLen = 32; variable 95 unsigned getXLen() const { return XLen; } in getXLen()
|
D | RISCVISelLowering.cpp | 1422 static bool CC_RISCVAssign2XLen(unsigned XLen, CCState &State, CCValAssign VA1, in CC_RISCVAssign2XLen() argument 1426 unsigned XLenInBytes = XLen / 8; in CC_RISCVAssign2XLen() 1463 unsigned XLen = DL.getLargestLegalIntTypeSizeInBits(); in CC_RISCV() local 1464 assert(XLen == 32 || XLen == 64); in CC_RISCV() 1465 MVT XLenVT = XLen == 32 ? MVT::i32 : MVT::i64; in CC_RISCV() 1507 } else if (UseGPRForF64 && XLen == 64 && ValVT == MVT::f64) { in CC_RISCV() 1519 unsigned TwoXLenInBytes = (2 * XLen) / 8; in CC_RISCV() 1537 if (UseGPRForF64 && XLen == 32 && ValVT == MVT::f64) { in CC_RISCV() 1581 return CC_RISCVAssign2XLen(XLen, State, VA, AF, ValNo, ValVT, LocVT, in CC_RISCV() 1593 unsigned StackOffset = Reg ? 0 : State.AllocateStack(XLen / 8, XLen / 8); in CC_RISCV() [all …]
|
D | RISCVSubtarget.cpp | 42 XLen = 64; in initializeSubtargetDependencies()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVSubtarget.h | 62 unsigned XLen = 32; variable 129 unsigned getXLen() const { return XLen; } in getXLen()
|
D | RISCVISelLowering.cpp | 2044 static bool CC_RISCVAssign2XLen(unsigned XLen, CCState &State, CCValAssign VA1, in CC_RISCVAssign2XLen() argument 2048 unsigned XLenInBytes = XLen / 8; in CC_RISCVAssign2XLen() 2086 unsigned XLen = DL.getLargestLegalIntTypeSizeInBits(); in CC_RISCV() local 2087 assert(XLen == 32 || XLen == 64); in CC_RISCV() 2088 MVT XLenVT = XLen == 32 ? MVT::i32 : MVT::i64; in CC_RISCV() 2132 } else if (UseGPRForF64 && XLen == 64 && ValVT == MVT::f64) { in CC_RISCV() 2144 unsigned TwoXLenInBytes = (2 * XLen) / 8; in CC_RISCV() 2162 if (UseGPRForF64 && XLen == 32 && ValVT == MVT::f64) { in CC_RISCV() 2206 return CC_RISCVAssign2XLen(XLen, State, VA, AF, ValNo, ValVT, LocVT, in CC_RISCV() 2221 Reg ? 0 : State.AllocateStack(XLen / 8, Align(XLen / 8)); in CC_RISCV() [all …]
|
D | RISCVSubtarget.cpp | 45 XLen = 64; in initializeSubtargetDependencies()
|
D | RISCVInstrInfo.cpp | 450 unsigned XLen = STI.getXLen(); in isBranchOffsetInRange() local 468 return isIntN(32, SignExtend64(BrOffset + 0x800, XLen)); in isBranchOffsetInRange()
|
D | RISCVInstrInfoB.td | 49 // Convert rotl immediate to a rotr immediate for XLen instructions. 51 uint64_t XLen = Subtarget->getXLen(); 52 return CurDAG->getTargetConstant(XLen - N->getZExtValue(), SDLoc(N), 813 // XLen and swap the operands.
|
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 104 unsigned XLen = XCosts.getLength(), in applyR2() local 113 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 104 unsigned XLen = XCosts.getLength(), in applyR2() local 113 for (unsigned k = 1; k < XLen; ++k) { in applyR2()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 10301 unsigned XLen; member in __anon57a50d411c11::RISCVABIInfo 10315 RISCVABIInfo(CodeGen::CodeGenTypes &CGT, unsigned XLen, unsigned FLen) in RISCVABIInfo() argument 10316 : DefaultABIInfo(CGT), XLen(XLen), FLen(FLen) {} in RISCVABIInfo() 10354 getContext().getTypeSize(RetTy) > (2 * XLen)) { in computeInfo() 10396 if (IsInt && Size > XLen) in detectFPCCEligibleStructHelper() 10467 if (getContext().getTypeSize(QTy) > XLen && BitWidth <= XLen) in detectFPCCEligibleStructHelper() 10468 QTy = getContext().getIntTypeForBitwidth(XLen, false); in detectFPCCEligibleStructHelper() 10638 if (!IsFixed && NeededAlign == 2 * XLen) in classifyArgumentType() 10640 else if (Size > XLen && Size <= 2 * XLen) in classifyArgumentType() 10657 if (Size < XLen && Ty->isIntegralOrEnumerationType() && !MustUseStack) { in classifyArgumentType() [all …]
|