HomeSort by: relevance | last modified time | path
    Searched refs:InSize (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCrossOver.cpp 29 size_t InSize = Size1;
35 if (*InPos < InSize) {
36 size_t InSizeLeft = InSize - *InPos;
45 InSize = CurrentlyUsingFirstData ? Size2 : Size1;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 641 uint64_t InSize = Context.getTypeSize(InTy);
642 if (OutSize == InSize && InputDomain == OutputDomain &&
657 SmallerValueMentioned |= InSize < OutSize;
662 SmallerValueMentioned |= OutSize < InSize;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 917 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
919 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
923 getIntPtrConstant(InSize, DL, true),
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 3824 unsigned InSize = InVT.getSizeInBits();
3826 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) {
3831 unsigned NewNumElts = WidenSize / InSize;
TargetLowering.cpp 3702 unsigned InSize = N0.getOperand(0).getValueSizeInBits();
3707 C1.getBitWidth() - InSize))) {
3743 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 24009 int InSize = InSVT.getSizeInBits() * NumElts;
24010 In = extractSubVector(In, 0, DAG, dl, std::max(InSize, 128));
    [all...]

Completed in 81 milliseconds