Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp88 if (Segment.end.isBlock()) in runOnMachineFunction()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h714 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
717 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h138 bool isBlock() const { in isBlock() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp717 if (RI->end.isBlock()) in addKillFlags()
821 if (Start.isBlock()) in intervalIsInOneMBB()
825 if (Stop.isBlock()) in intervalIsInOneMBB()
1626 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
H A DLiveInterval.cpp454 if (Def.isBlock() || in overlaps()
H A DTwoAddressInstructionPass.cpp318 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
H A DMachineVerifier.cpp3244 if (S.end.isBlock()) { in verifyLiveRangeSegment()
H A DRegisterCoalescer.cpp3227 if (!Def.isBlock()) { in pruneValues()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h212 bool isBlock() const { return getSlot() == Slot_Block; }
H A DLiveInterval.h78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2505 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local
2510 !isBlock && in EmitARCStoreStrong()