Home
last modified time | relevance | path

Searched defs:Clobbers (Results 1 – 17 of 17) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() argument
81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward() argument
H A DIfConversion.cpp1486 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers; in UpdatePredRedefs() local
/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp214 getClobberConflictLocation(MultiExprArg Exprs,StringLiteral ** Constraints,StringLiteral ** Clobbers,int NumClobbers,unsigned NumLabels,const TargetInfo & Target,ASTContext & Cont) getClobberConflictLocation() argument
254 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); ActOnGCCAsmStmt() local
937 ActOnMSAsmStmt(SourceLocation AsmLoc,SourceLocation LBraceLoc,ArrayRef<Token> AsmToks,StringRef AsmString,unsigned NumOutputs,unsigned NumInputs,ArrayRef<StringRef> Constraints,ArrayRef<StringRef> Clobbers,ArrayRef<Expr * > Exprs,SourceLocation EndLoc) ActOnMSAsmStmt() argument
[all...]
H A DTreeTransform.h1522 RebuildGCCAsmStmt(SourceLocation AsmLoc,bool IsSimple,bool IsVolatile,unsigned NumOutputs,unsigned NumInputs,IdentifierInfo ** Names,MultiExprArg Constraints,MultiExprArg Exprs,Expr * AsmString,MultiExprArg Clobbers,unsigned NumLabels,SourceLocation RParenLoc) RebuildGCCAsmStmt() argument
1539 RebuildMSAsmStmt(SourceLocation AsmLoc,SourceLocation LBraceLoc,ArrayRef<Token> AsmToks,StringRef AsmString,unsigned NumOutputs,unsigned NumInputs,ArrayRef<StringRef> Constraints,ArrayRef<StringRef> Clobbers,ArrayRef<Expr * > Exprs,SourceLocation EndLoc) RebuildMSAsmStmt() argument
8282 SmallVector<Expr*, 8> Clobbers; TransformGCCAsmStmt() local
/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp635 SmallVector<std::string, 4> Clobbers; in ParseMicrosoftAsmStatement() local
760 ExprVector Clobbers; in ParseAsmStatement() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp312 RegisterSet Defs, Clobbers; computeInitialLiveRanges() local
H A DHexagonFrameLowering.cpp1892 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; expandStoreVec2() local
H A DHexagonInstrInfo.cpp839 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; getLiveInRegsAt() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp731 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; expandVastartSaveXmmRegs() local
H A DX86InstrInfo.cpp3721 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; replaceBranchWithTailCall() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp446 SmallVector<MachineInstr*, 8> Clobbers; hoistAndMergeSGPRInits() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp401 SmallVector<StringLiteral*, 16> Clobbers; VisitGCCAsmStmt() local
437 SmallVector<StringRef, 16> Clobbers; VisitMSAsmStmt() local
/llvm-project/clang/lib/AST/
H A DStmt.cpp549 setOutputsAndInputsAndClobbers(const ASTContext & C,IdentifierInfo ** Names,StringLiteral ** Constraints,Stmt ** Exprs,unsigned NumOutputs,unsigned NumInputs,unsigned NumLabels,StringLiteral ** Clobbers,unsigned NumClobbers) setOutputsAndInputsAndClobbers() argument
[all...]
H A DASTImporter.cpp6756 SmallVector<StringLiteral *, 4> Clobbers; VisitGCCAsmStmt() local
/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp860 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi() local
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5984 parseMSInlineAsm(std::string & AsmString,unsigned & NumOutputs,unsigned & NumInputs,SmallVectorImpl<std::pair<void *,bool>> & OpDecls,SmallVectorImpl<std::string> & Constraints,SmallVectorImpl<std::string> & Clobbers,const MCInstrInfo * MII,const MCInstPrinter * IP,MCAsmParserSemaCallback & SI) parseMSInlineAsm() argument
H A DMasmParser.cpp7346 parseMSInlineAsm(std::string & AsmString,unsigned & NumOutputs,unsigned & NumInputs,SmallVectorImpl<std::pair<void *,bool>> & OpDecls,SmallVectorImpl<std::string> & Constraints,SmallVectorImpl<std::string> & Clobbers,const MCInstrInfo * MII,const MCInstPrinter * IP,MCAsmParserSemaCallback & SI) parseMSInlineAsm() argument