Home
last modified time | relevance | path

Searched refs:OutSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp685 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local
687 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
702 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
707 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
723 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1362 uint16_t OutSize; in emitPPA1Name() local
1364 OutSize = static_cast<uint16_t>(NameSize); in emitPPA1Name()
1367 OutSize = UINT16_MAX; in emitPPA1Name()
1370 uint8_t ExtraZeros = 4 - ((2 + OutSize) % 4); in emitPPA1Name()
1377 OutStreamer->emitInt16(OutSize); in emitPPA1Name()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1144 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
1149 getIntPtrConstant(OutSize, DL, true) };
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp561 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
562 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()
563 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()
583 TypeSize OutSize = NOutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
585 if (OutSize.hasKnownScalarFactor(EltSize)) { in PromoteIntRes_BITCAST()
586 unsigned NumEltsWithPadding = OutSize.getKnownScalarFactor(EltSize); in PromoteIntRes_BITCAST()