Searched defs:ResultRegTypes (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 187 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 | 2457 UpdateAsmCallInst(llvm::CallBase & Result,bool HasSideEffect,bool HasUnwindClobber,bool ReadOnly,bool ReadNone,bool NoMerge,const AsmStmt & S,const std::vector<llvm::Type * > & ResultRegTypes,const std::vector<llvm::Type * > & ArgElemTypes,CodeGenFunction & CGF,std::vector<llvm::Value * > & RegResults) UpdateAsmCallInst() argument 2517 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 2665 std::vector<llvm::Type *> ResultRegTypes; EmitAsmStmt() local [all...] |
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 306 addReturnRegisterOutputs(CodeGenFunction & CGF,LValue ReturnSlot,std::string & Constraints,std::vector<llvm::Type * > & ResultRegTypes,std::vector<llvm::Type * > & ResultTruncRegTypes,std::vector<LValue> & ResultRegDests,std::string & AsmString,unsigned NumOutputs) const addReturnRegisterOutputs() argument
|