Searched refs:ResultTruncRegTypes (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.h | 136 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
|
D | CGStmt.cpp | 1829 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local 1872 ResultTruncRegTypes.push_back(ResultRegTypes.back()); in EmitAsmStmt() 1943 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt() 2115 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt() 2122 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt() 2123 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()
|
D | TargetInfo.cpp | 998 std::vector<llvm::Type *> &ResultTruncRegTypes, 1069 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument 1089 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.h | 144 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
|
D | CGStmt.cpp | 2204 std::vector<llvm::Type *> ResultTruncRegTypes; in EmitAsmStmt() local 2262 ResultTruncRegTypes.push_back(ConvertTypeForMem(OutExpr->getType())); in EmitAsmStmt() 2270 ResultRegTypes.push_back(ResultTruncRegTypes.back()); in EmitAsmStmt() 2366 *this, ReturnSlot, Constraints, ResultRegTypes, ResultTruncRegTypes, in EmitAsmStmt() 2536 assert(RegResults.size() == ResultTruncRegTypes.size()); in EmitAsmStmt() 2546 if (ResultRegTypes[i] != ResultTruncRegTypes[i]) { in EmitAsmStmt() 2547 llvm::Type *TruncTy = ResultTruncRegTypes[i]; in EmitAsmStmt()
|
D | TargetInfo.cpp | 1226 std::vector<llvm::Type *> &ResultTruncRegTypes, 1301 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument 1321 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()
|