Searched refs:InSize (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCrossOver.cpp | 28 size_t InSize = Size1; in CrossOver() local 34 if (*InPos < InSize) { in CrossOver() 35 size_t InSizeLeft = InSize - *InPos; in CrossOver() 44 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 650 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local 651 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt() 666 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt() 671 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1081 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, 1085 getIntPtrConstant(InSize, DL, true),
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 5400 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() 5408 unsigned NewNumParts = WidenSize / InSize; in WidenVecRes_BITCAST() 5434 if (WidenSize % InSize == 0) { in WidenVecRes_BITCAST() 5396 unsigned InSize = InVT.getSizeInBits(); WidenVecRes_BITCAST() local
|
H A D | TargetLowering.cpp | 4718 unsigned InSize = N0.getOperand(0).getValueSizeInBits(); in SimplifySetCC() local 4723 C1.getBitWidth() - InSize))) { in SimplifySetCC() 4759 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24453 int InSize = InSVT.getSizeInBits() * NumElts; in LowerEXTEND_VECTOR_INREG() local 24454 In = extractSubVector(In, 0, DAG, dl, std::max(InSize, 128)); in LowerEXTEND_VECTOR_INREG()
|