Searched defs:IsDef (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp45 void MipsSEDAGToDAGISel::addDSPCtrlRegOperands(bool IsDef, MachineInstr &MI, argument
49 unsigned Flag = IsDef ? RegState::ImplicitDefine : RegState::Implicit;
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1533 bool IsDef = false; local
1534 for (unsigned i = 0, e = PI->getNumOperands(); !IsDef && i != e; ++i) {
1545 IsDef = true;
1547 if (!IsDef)
/external/clang/tools/libclang/
H A DCIndex.cpp4147 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : ""; local
4163 clang_getCString(USR), IsDef);

Completed in 153 milliseconds