Searched refs:IsDef (Results 1 – 10 of 10) 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", %"class.llvm::MachineOperand"* %0…24 %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()
904 bool IsDef = false; in constructMainRangeFromSubranges() local924 IsDef |= I->valno->def == I->start; in constructMainRangeFromSubranges()929 IsDef = I->valno->def == I->start; in constructMainRangeFromSubranges()948 if (ConstructingSegment && IsDef) { in constructMainRangeFromSubranges()959 if (IsDef) { in constructMainRangeFromSubranges()
1655 bool IsDef = false; in findHoistingInsertPosAndDeps() local1656 for (unsigned i = 0, e = PI->getNumOperands(); !IsDef && i != e; ++i) { in findHoistingInsertPosAndDeps()1667 IsDef = true; in findHoistingInsertPosAndDeps()1669 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()
270 bool IsDef = !Op.isUndef(); in makeDefined() local271 if (Op.isImplicit() && IsDef != SetDef) in makeDefined()
4407 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : ""; in clang_getCursor()4423 clang_getCString(USR), IsDef); in clang_getCursor()