Searched defs:ResultRegDests (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 183 addReturnRegisterOutputs(CodeGen::CodeGenFunction & CGF,CodeGen::LValue ReturnValue,std::string & Constraints,std::vector<llvm::Type * > & ResultRegTypes,std::vector<llvm::Type * > & ResultTruncRegTypes,std::vector<CodeGen::LValue> & ResultRegDests,std::string & AsmString,unsigned NumOutputs) addReturnRegisterOutputs() argument
|
H A D | CGStmt.cpp | 2353 EmitAsmStores(CodeGenFunction & CGF,const AsmStmt & S,const llvm::ArrayRef<llvm::Value * > RegResults,const llvm::ArrayRef<llvm::Type * > ResultRegTypes,const llvm::ArrayRef<llvm::Type * > ResultTruncRegTypes,const llvm::ArrayRef<LValue> ResultRegDests,const llvm::ArrayRef<QualType> ResultRegQualTys,const llvm::BitVector & ResultTypeRequiresCast,const llvm::BitVector & ResultRegIsFlagReg) EmitAsmStores() argument 2497 std::vector<LValue> ResultRegDests; EmitAsmStmt() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 308 std::vector<LValue> &ResultRegDests, std::string &AsmString, in addReturnRegisterOutputs() argument
|