Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Result

520   /// getIndirectResult - Give a source type \arg Ty, return a suitable result
835 llvm::Type *Result = llvm::StructType::get(LLVMContext, Elements);
836 return ABIArgInfo::getDirectInReg(Result);
1035 /// always be either NoClass or the result of a previous merge
1069 /// If a word is unused its result will be NoClass; if a type should
1087 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
1091 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
1276 // (c) If one of the classes is MEMORY, the result is the MEMORY
1279 // (d) If one of the classes is INTEGER, the result is the
1950 llvm::StructType *Result = llvm::StructType::get(Lo, Hi, NULL);
1954 assert(TD.getStructLayout(Result)->getElementOffset(1) == 8 &&
1956 return Result;
2080 // known to pass in the high eightbyte of the result. We do this by forming a
2206 // known to pass in the high eightbyte of the result. We do this by forming a
2361 // collect arguments from different places; often what should result in a
2442 // Return the appropriate result.