HomeSort by relevance Sort by last modified time
    Searched defs:Implicit (Results 1 - 3 of 3) 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,
218 /// Copy all the implicit operands from OtherMI onto this one.
392 return B ? RegState::Implicit : 0;
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 591 .addReg(getCRFromCRBit(DestReg), RegState::Implicit);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 578 milliseconds