Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp29 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp599 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local
600 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
615 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
620 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h824 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
828 getIntPtrConstant(InSize, DL, true),
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3086 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local
3088 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST()
3093 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()
H A DTargetLowering.cpp2432 unsigned InSize = N0.getOperand(0).getValueSizeInBits(); in SimplifySetCC() local
2437 C1.getBitWidth() - InSize))) { in SimplifySetCC()
2474 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20322 int InSize = InSVT.getSizeInBits() * NumElts; in LowerEXTEND_VECTOR_INREG() local
20323 In = extractSubVector(In, 0, DAG, dl, std::max(InSize, 128)); in LowerEXTEND_VECTOR_INREG()