Home
last modified time | relevance | path

Searched refs:isBlock (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp305 case DIEValue::isBlock: in hashAttribute()
311 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp250 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function
275 return isBlock(Stream, META_BLOCK_ID); in isMetaBlock()
279 return isBlock(Stream, META_BLOCK_ID); in isRemarkBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp110 if (Segment.end.isBlock()) in run()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h737 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
740 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp763 if (RI->end.isBlock()) in addKillFlags()
871 if (Start.isBlock()) in intervalIsInOneMBB()
875 if (Stop.isBlock()) in intervalIsInOneMBB()
1686 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
H A DLiveInterval.cpp454 if (Def.isBlock() || in overlaps()
H A DTwoAddressInstructionPass.cpp391 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
H A DRegisterCoalescer.cpp3288 if (!Def.isBlock()) { in pruneValues()
H A DMachineVerifier.cpp3706 if (S.end.isBlock()) { in verifyLiveRangeSegment()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h145 bool isBlock() const { in isBlock() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h210 bool isBlock() const { return getSlot() == Slot_Block; } in isBlock() function
H A DLiveInterval.h79 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2549 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local
2554 !isBlock && in EmitARCStoreStrong()