Home
last modified time | relevance | path

Searched refs:ResultTruncRegTypes (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.h136 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
DCGStmt.cpp1829 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()
DTargetInfo.cpp998 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/
DTargetInfo.h144 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
DCGStmt.cpp2204 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()
DTargetInfo.cpp1226 std::vector<llvm::Type *> &ResultTruncRegTypes,
1301 std::vector<llvm::Type *> &ResultTruncRegTypes, in addReturnRegisterOutputs() argument
1321 ResultTruncRegTypes.push_back(CoerceTy); in addReturnRegisterOutputs()