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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 32 Implicit = 0x4,
40 ImplicitDefine = Implicit | Define,
41 ImplicitKill = Implicit | Kill
70 flags & RegState::Implicit,
213 /// Copy all the implicit operands from OtherMI onto this one.
342 return B ? RegState::Implicit : 0;
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 903 bool Implicit = Record[Idx++] != 0;
904 if (Implicit) {
    [all...]

Completed in 52 milliseconds