Searched refs:isBlock (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 305 case DIEValue::isBlock: in hashAttribute() 311 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkParser.cpp | 249 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function 274 return isBlock(Stream, META_BLOCK_ID); in isMetaBlock() 278 return isBlock(Stream, META_BLOCK_ID); in isRemarkBlock()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | VirtualInstruction.h | 130 bool isBlock() const { return Kind == Block; } in isBlock() function
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 698 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 701 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 125 bool isBlock() const { in isBlock() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 729 if (RI->end.isBlock()) in addKillFlags() 833 if (Start.isBlock()) in intervalIsInOneMBB() 837 if (Stop.isBlock()) in intervalIsInOneMBB() 1640 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
|
| H A D | LiveInterval.cpp | 454 if (Def.isBlock() || in overlaps()
|
| H A D | TwoAddressInstructionPass.cpp | 308 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
|
| H A D | MachineVerifier.cpp | 3025 if (S.end.isBlock()) { in verifyLiveRangeSegment()
|
| H A D | RegisterCoalescer.cpp | 3137 if (!Def.isBlock()) { in pruneValues()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 225 bool isBlock() const { return getSlot() == Slot_Block; }
|
| H A D | LiveInterval.h | 78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeExecMaskingPreRA.cpp | 232 SlotIndex End = I->end < AndIdx.getRegSlot() || I->end.isBlock() ? in optimizeVcndVcmpPair()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.cpp | 1140 if (!Probe->isBlock() || Count == 0) in populateBodySamplesWithProbes()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 2474 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local 2479 !isBlock && in EmitARCStoreStrong()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 3260 if (Probe->isBlock()) { in updatePseudoProbes() 3313 if (Probe.isBlock() && Probe.getAddress() != INT64_MAX) in updatePseudoProbes()
|