Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp641 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local
643 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
658 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
663 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
674 Context.getIntTypeForBitwidth(OutSize, /*Signed*/ false).isNull()) { in ActOnGCCAsmStmt()
/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c1299 size_t OutSize; in getKernelCUDA() local
1331 Res = CuLinkCompleteFcnPtr(LState, &CuOut, &OutSize); in getKernelCUDA()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h943 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
948 getIntPtrConstant(OutSize, DL, true) };
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp459 TypeSize OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
460 if (WidenInSize.hasKnownScalarFactor(OutSize)) { in PromoteIntRes_BITCAST()
461 unsigned Scale = WidenInSize.getKnownScalarFactor(OutSize); in PromoteIntRes_BITCAST()