Searched refs:IsDef (Results 1 – 9 of 9) sorted by relevance
86 bool IsDef : 1; variable276 return !IsDef; in isUse()281 return IsDef; in isDef()373 assert(isReg() && !IsDef && "Wrong MachineOperand accessor");379 assert(isReg() && IsDef && "Wrong MachineOperand accessor");394 assert(isReg() && IsDef && "Wrong MachineOperand accessor");399 assert(isReg() && !IsDef && "Wrong MachineOperand accessor");596 Op.IsDef = isDef;
23 %IsDef.i = getelementptr inbounds %"class.llvm::MachineOperand"* %0, i64 undef, i32 124 %1 = bitcast [3 x i8]* %IsDef.i to i24*
30 void addDSPCtrlRegOperands(bool IsDef, MachineInstr &MI,
90 bool IsDef) const;373 unsigned Reg, bool IsDef) const { in checkRegDefsUses()374 if (IsDef) { in checkRegDefsUses()
46 void MipsSEDAGToDAGISel::addDSPCtrlRegOperands(bool IsDef, MachineInstr &MI, in addDSPCtrlRegOperands() argument50 unsigned Flag = IsDef ? RegState::ImplicitDefine : RegState::Implicit; in addDSPCtrlRegOperands()
716 bool IsDef = false; in constructMainRangeFromSubranges() local736 IsDef |= I->valno->def == I->start; in constructMainRangeFromSubranges()741 IsDef = I->valno->def == I->start; in constructMainRangeFromSubranges()760 if (ConstructingSegment && IsDef) { in constructMainRangeFromSubranges()771 if (IsDef) { in constructMainRangeFromSubranges()
1597 bool IsDef = false; in findHoistingInsertPosAndDeps() local1598 for (unsigned i = 0, e = PI->getNumOperands(); !IsDef && i != e; ++i) { in findHoistingInsertPosAndDeps()1609 IsDef = true; in findHoistingInsertPosAndDeps()1611 if (!IsDef) in findHoistingInsertPosAndDeps()
94 if (IsDef == Val) in setIsDef()102 IsDef = Val; in setIsDef()106 IsDef = Val; in setIsDef()165 IsDef = isDef; in ChangeToRegister()
4344 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : ""; in clang_getCursor()4360 clang_getCString(USR), IsDef); in clang_getCursor()