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.cpp649 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local
651 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
666 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
671 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
682 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1227 uint16_t OutSize; in emitPPA1Name() local
1229 OutSize = static_cast<uint16_t>(NameSize); in emitPPA1Name()
1232 OutSize = UINT16_MAX; in emitPPA1Name()
1235 uint8_t ExtraZeros = 4 - ((2 + OutSize) % 4); in emitPPA1Name()
1242 OutStreamer->emitInt16(OutSize); in emitPPA1Name()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1081 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
1086 getIntPtrConstant(OutSize, DL, true) };
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp544 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
545 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()
546 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()