Home
last modified time | relevance | path

Searched refs:IsDef (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h86 bool IsDef : 1; variable
276 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;
/external/llvm/test/CodeGen/PowerPC/
Dsplit-index-tc.ll23 …%IsDef.i = getelementptr inbounds %"class.llvm::MachineOperand", %"class.llvm::MachineOperand"* %0…
24 %1 = bitcast [3 x i8]* %IsDef.i to i24*
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.h30 void addDSPCtrlRegOperands(bool IsDef, MachineInstr &MI,
DMipsDelaySlotFiller.cpp90 bool IsDef) const;
373 unsigned Reg, bool IsDef) const { in checkRegDefsUses()
374 if (IsDef) { in checkRegDefsUses()
DMipsSEISelDAGToDAG.cpp46 void MipsSEDAGToDAGISel::addDSPCtrlRegOperands(bool IsDef, MachineInstr &MI, in addDSPCtrlRegOperands() argument
50 unsigned Flag = IsDef ? RegState::ImplicitDefine : RegState::Implicit; in addDSPCtrlRegOperands()
/external/llvm/lib/CodeGen/
DLiveInterval.cpp904 bool IsDef = false; in constructMainRangeFromSubranges() local
924 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()
DBranchFolding.cpp1655 bool IsDef = false; in findHoistingInsertPosAndDeps() local
1656 for (unsigned i = 0, e = PI->getNumOperands(); !IsDef && i != e; ++i) { in findHoistingInsertPosAndDeps()
1667 IsDef = true; in findHoistingInsertPosAndDeps()
1669 if (!IsDef) in findHoistingInsertPosAndDeps()
DMachineInstr.cpp94 if (IsDef == Val) in setIsDef()
102 IsDef = Val; in setIsDef()
106 IsDef = Val; in setIsDef()
165 IsDef = isDef; in ChangeToRegister()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp270 bool IsDef = !Op.isUndef(); in makeDefined() local
271 if (Op.isImplicit() && IsDef != SetDef) in makeDefined()
/external/clang/tools/libclang/
DCIndex.cpp4407 const char *IsDef = clang_isCursorDefinition(Result)? " (Definition)" : ""; in clang_getCursor()
4423 clang_getCString(USR), IsDef); in clang_getCursor()