HomeSort by relevance Sort by last modified time
    Searched defs:Clobbers (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 170 /// Clobbers - Reg or an overlapping register is defined, or a regmask
171 /// clobbers Reg.
172 bool Clobbers;
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 81 Expr *asmString, MultiExprArg clobbers,
83 unsigned NumClobbers = clobbers.size();
87 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data());
190 // Check that the clobbers are valid.
192 StringLiteral *Literal = Clobbers[i];
207 AsmString, NumClobbers, Clobbers, RParenLoc);
479 ArrayRef<StringRef> Clobbers,
487 Clobbers, EndLoc);
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 329 SmallVector<StringLiteral*, 16> Clobbers;
331 Clobbers.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt()));
336 Clobbers.data(), NumClobbers);
356 // Read the clobbers.
358 SmallVector<StringRef, 16> Clobbers;
360 Clobbers.reserve(S->NumClobbers);
363 Clobbers.push_back(ClobbersData.back());
381 Constraints, Exprs, Clobbers);
    [all...]
  /art/compiler/dex/
mir_graph.h 339 bool Clobbers() const {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 186 milliseconds