/llvm-project/llvm/lib/CodeGen/ |
H A D | LivePhysRegs.cpp | 32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() argument 81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward() argument
|
H A D | IfConversion.cpp | 1486 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers; in UpdatePredRedefs() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 214 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 D | TreeTransform.h | 1522 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 D | ParseStmtAsm.cpp | 635 SmallVector<std::string, 4> Clobbers; in ParseMicrosoftAsmStatement() local 760 ExprVector Clobbers; in ParseAsmStatement() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 312 RegisterSet Defs, Clobbers; computeInitialLiveRanges() local
|
H A D | HexagonFrameLowering.cpp | 1892 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; expandStoreVec2() local
|
H A D | HexagonInstrInfo.cpp | 839 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; getLiveInRegsAt() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 731 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; expandVastartSaveXmmRegs() local
|
H A D | X86InstrInfo.cpp | 3721 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; replaceBranchWithTailCall() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 446 SmallVector<MachineInstr*, 8> Clobbers; hoistAndMergeSGPRInits() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 401 SmallVector<StringLiteral*, 16> Clobbers; VisitGCCAsmStmt() local 437 SmallVector<StringRef, 16> Clobbers; VisitMSAsmStmt() local
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 549 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 D | ASTImporter.cpp | 6756 SmallVector<StringLiteral *, 4> Clobbers; VisitGCCAsmStmt() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 860 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5984 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 D | MasmParser.cpp | 7346 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
|