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 | 686 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local 687 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt() 702 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt() 707 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1144 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, 1148 getIntPtrConstant(InSize, DL, true),
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5816 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local 5824 unsigned NewNumParts = WidenSize / InSize; in WidenVecRes_BITCAST() 5850 if (WidenSize % InSize == 0) { in WidenVecRes_BITCAST()
|
| H A D | TargetLowering.cpp | 4932 unsigned InSize = N0.getOperand(0).getValueSizeInBits(); in SimplifySetCC() local 4937 C1.getBitWidth() - InSize))) { in SimplifySetCC() 4975 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 25307 int InSize = InSVT.getSizeInBits() * NumElts; in LowerEXTEND_VECTOR_INREG() local 25308 In = extractSubVector(In, 0, DAG, dl, std::max(InSize, 128)); in LowerEXTEND_VECTOR_INREG()
|