Searched refs:InSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp28 size_t InSize = Size1; local
34 if (*InPos < InSize) {
35 size_t InSizeLeft = InSize - *InPos;
44 InSize = CurrentlyUsingFirstData ? Size2 : Size1;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp612 uint64_t InSize = Context.getTypeSize(InTy); local
613 if (OutSize == InSize && InputDomain == OutputDomain &&
628 SmallerValueMentioned |= InSize < OutSize;
633 SmallerValueMentioned |= OutSize < InSize;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h881 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
883 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, argument
887 getIntPtrConstant(InSize, DL, true),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3512 unsigned InSize = InVT.getSizeInBits();
3514 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) {
3519 unsigned NewNumElts = WidenSize / InSize;
H A DTargetLowering.cpp3363 unsigned InSize = N0.getOperand(0).getValueSizeInBits(); local
3368 C1.getBitWidth() - InSize))) {
3404 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22468 int InSize = InSVT.getSizeInBits() * NumElts;
22469 In = extractSubVector(In, 0, DAG, dl, std::max(InSize, 128));
[all...]

Completed in 278 milliseconds