Searched refs:InSize (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerCrossOver.cpp | 29 size_t InSize = Size1; in CrossOver() local 35 if (*InPos < InSize) { in CrossOver() 36 size_t InSizeLeft = InSize - *InPos; in CrossOver() 45 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 641 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local 642 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt() 657 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt() 662 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 919 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, 923 getIntPtrConstant(InSize, DL, true),
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 3824 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local 3826 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST() 3831 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()
|
H A D | TargetLowering.cpp | 3702 unsigned InSize = N0.getOperand(0).getValueSizeInBits(); in SimplifySetCC() local 3707 C1.getBitWidth() - InSize))) { in SimplifySetCC() 3743 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24009 int InSize = InSVT.getSizeInBits() * NumElts; in LowerEXTEND_VECTOR_INREG() local 24010 In = extractSubVector(In, 0, DAG, dl, std::max(InSize, 128)); in LowerEXTEND_VECTOR_INREG()
|