Searched defs:Clobbers (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp31 removeRegsInMask(const MachineOperand &MO, SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) argument
80 stepForward(const MachineInstr &MI, SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) argument
H A DIfConversion.cpp1492 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp313 RegisterSet Defs, Clobbers; local
H A DHexagonFrameLowering.cpp1923 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; local
H A DHexagonInstrInfo.cpp794 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp252 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); local
211 getClobberConflictLocation(MultiExprArg Exprs, StringLiteral **Constraints, StringLiteral **Clobbers, int NumClobbers, unsigned NumLabels, const TargetInfo &Target, ASTContext &Cont) argument
[all...]
H A DTreeTransform.h7500 SmallVector<Expr*, 8> Clobbers; local
1420 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) argument
1436 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) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp472 setOutputsAndInputsAndClobbers(const ASTContext &C, IdentifierInfo **Names, StringLiteral **Constraints, Stmt **Exprs, unsigned NumOutputs, unsigned NumInputs, unsigned NumLabels, StringLiteral **Clobbers, unsigned NumClobbers) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp862 SmallVector<TerminatedPath, 4> Clobbers; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp387 SmallVector<StringLiteral*, 16> Clobbers; local
421 SmallVector<StringRef, 16> Clobbers; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2945 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2927 StringLiteral **Clobbers = nullptr; member in class:clang::GCCAsmStmt
3152 StringRef *Clobbers = nullptr; member in class:clang::MSAsmStmt
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5783 parseMSInlineAsm( void *AsmLoc, 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) argument
H A DMasmParser.cpp6604 parseMSInlineAsm( void *AsmLoc, 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) argument

Completed in 430 milliseconds