Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLivePhysRegs.cpp30 SmallVectorImpl<std::pair<unsigned, const MachineOperand*>> *Clobbers) { in removeRegsInMask()
74 SmallVectorImpl<std::pair<unsigned, const MachineOperand*>> &Clobbers) { in stepForward()
DIfConversion.cpp1011 SmallVector<std::pair<unsigned, const MachineOperand*>, 4> Clobbers; in UpdatePredRedefs() local
/external/clang/lib/Parse/
DParseStmtAsm.cpp574 SmallVector<std::string, 4> Clobbers; in ParseMicrosoftAsmStatement() local
683 ExprVector Clobbers; in ParseAsmStatement() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp151 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt() local
724 ArrayRef<StringRef> Clobbers, in ActOnMSAsmStmt()
DTreeTransform.h1266 Expr *AsmString, MultiExprArg Clobbers, in RebuildGCCAsmStmt()
1282 ArrayRef<StringRef> Clobbers, in RebuildMSAsmStmt()
6422 SmallVector<Expr*, 8> Clobbers; in TransformGCCAsmStmt() local
/external/gemmlowp/meta/generators/
Dneon_emitter.py85 def Clobbers(self): member in NeonRegisters
/external/clang/lib/AST/
DStmt.cpp427 StringLiteral **Clobbers, in setOutputsAndInputsAndClobbers()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp329 SmallVector<StringLiteral*, 16> Clobbers; in VisitGCCAsmStmt() local
358 SmallVector<StringRef, 16> Clobbers; in VisitMSAsmStmt() local
/external/clang/include/clang/AST/
DStmt.h1549 StringLiteral **Clobbers; variable
1730 StringRef *Clobbers; variable
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4683 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm()