Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp640 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local
642 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
657 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
662 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h923 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
928 getIntPtrConstant(OutSize, DL, true) };
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp421 unsigned OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
422 if (WidenInSize % OutSize == 0) { in PromoteIntRes_BITCAST()
423 unsigned Scale = WidenInSize / OutSize; in PromoteIntRes_BITCAST()