Home | History | Annotate | Download | only in CodeGen

Lines Matching full:argi

1884     const ABIArgInfo &ArgI = info_it->info;
1892 switch (ArgI.getKind()) {
1895 auto FieldIndex = ArgI.getInAllocaFieldIndex();
1906 Address ParamAddr = Address(FnArgs[FirstIRArg], ArgI.getIndirectAlign());
1912 if (ArgI.getIndirectRealign()) {
1944 if (!isa<llvm::StructType>(ArgI.getCoerceToType()) &&
1945 ArgI.getCoerceToType() == ConvertType(Ty) &&
1946 ArgI.getDirectOffset() == 0) {
2019 if (V->getType() != ArgI.getCoerceToType())
2020 V = Builder.CreateBitCast(V, ArgI.getCoerceToType());
2048 Address Ptr = emitAddressAtOffset(*this, Alloca, ArgI);
2052 llvm::StructType *STy = dyn_cast<llvm::StructType>(ArgI.getCoerceToType());
2053 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy &&