Home
last modified time | relevance | path

Searched refs:RetWidth (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2429 unsigned RetWidth = RetType->getNumElements(); in visitCallInst() local
2430 assert(RetWidth <= ArgWidth && "Unexpected input/return vector widths"); in visitCallInst()
2443 if (RetWidth < ArgWidth) { in visitCallInst()
2445 for (unsigned i = 0; i != RetWidth; ++i) in visitCallInst()
2452 VectorType::get(Type::getHalfTy(II->getContext()), RetWidth); in visitCallInst()
2460 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, ArgWidth, RetWidth)) { in visitCallInst()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1202 uint64_t RetWidth = CGF.getContext().getTypeSize(ReturnSlot.getType()); in addReturnRegisterOutputs() local
1208 if (RetWidth <= 32) { in addReturnRegisterOutputs()
1218 llvm::Type *CoerceTy = llvm::IntegerType::get(CGF.getLLVMContext(), RetWidth); in addReturnRegisterOutputs()