Searched refs:InSize (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 648 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local 649 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt() 664 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt() 669 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1022 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, 1026 getIntPtrConstant(InSize, DL, true),
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4852 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local 4860 unsigned NewNumParts = WidenSize / InSize; in WidenVecRes_BITCAST() 4877 if (WidenSize % InSize == 0) { in WidenVecRes_BITCAST()
|
| H A D | TargetLowering.cpp | 4447 unsigned InSize = N0.getOperand(0).getValueSizeInBits(); in SimplifySetCC() local 4452 C1.getBitWidth() - InSize))) { in SimplifySetCC() 4488 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 25900 int InSize = InSVT.getSizeInBits() * NumElts; in LowerEXTEND_VECTOR_INREG() local 25901 In = extractSubVector(In, 0, DAG, dl, std::max(InSize, 128)); in LowerEXTEND_VECTOR_INREG()
|