Searched refs:isBlock (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 146 bool isBlock = Abbrev.getTag() == 0; in print() local 148 if (!isBlock) { in print() 169 if (!isBlock) in print() 186 if (!isBlock) O << "\n"; in print()
|
D | DIEHash.cpp | 345 case DIEValue::isBlock: in hashAttribute()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 214 isBlock, enumerator 522 DIEBlock() : DIEValue(isBlock), Size(0) {} in DIEBlock() 549 static bool classof(const DIEValue *E) { return E->getType() == isBlock; } in classof()
|
D | SlotIndexes.h | 229 bool isBlock() const { return getSlot() == Slot_Block; }
|
D | LiveInterval.h | 74 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 284 if (S.isBlock()) { in makeUndead() 287 if (!I->start.isRegister() || !I->end.isBlock()) in makeUndead() 385 if (!EX.isBlock()) in terminateSegment() 393 if (!I->start.isBlock() || I->valno != OldVN) in terminateSegment() 455 EX = N->start.isBlock() ? N->start.getPrevIndex() : N->start; in addInstrToLiveness() 474 SlotIndex PE = P->end.isBlock() ? P->end.getPrevIndex() : P->end; in addInstrToLiveness() 562 SlotIndex PE = P->end.isBlock() ? P->end.getPrevIndex() : P->end; in removeInstrFromLiveness()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 496 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 499 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 677 if (RI->end.isBlock()) in addKillFlags() 779 if (Start.isBlock()) in intervalIsInOneMBB() 783 if (Stop.isBlock()) in intervalIsInOneMBB() 1333 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
|
D | LiveInterval.cpp | 413 if (Def.isBlock() || in overlaps() 827 assert(S.start.isBlock() && "valno should only be missing at block begin"); in determineMissingVNIs() 966 assert(Pos.isBlock()); in constructMainRangeFromSubranges()
|
D | TwoAddressInstructionPass.cpp | 421 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
|
D | MachineVerifier.cpp | 1527 if (S.end.isBlock()) { in verifyLiveRangeSegment()
|
D | RegisterCoalescer.cpp | 2290 if (!Def.isBlock()) { in pruneValues()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 2072 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local 2077 !isBlock && in EmitARCStoreStrong()
|