Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp305 case DIEValue::isBlock: in hashAttribute()
311 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h702 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
705 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h132 bool isBlock() const { in isBlock() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp723 if (RI->end.isBlock()) in addKillFlags()
827 if (Start.isBlock()) in intervalIsInOneMBB()
831 if (Stop.isBlock()) in intervalIsInOneMBB()
1633 if (!isEndValid && !LII->end.isBlock()) in repairOldRegInRange()
H A DLiveInterval.cpp454 if (Def.isBlock() || in overlaps()
H A DTwoAddressInstructionPass.cpp308 return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx); in isPlainlyKilled()
H A DMachineVerifier.cpp3119 if (S.end.isBlock()) { in verifyLiveRangeSegment()
H A DRegisterCoalescer.cpp3145 if (!Def.isBlock()) { in pruneValues()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h231 bool isBlock() const { return getSlot() == Slot_Block; }
H A DLiveInterval.h78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp232 SlotIndex End = I->end < AndIdx.getRegSlot() || I->end.isBlock() ? in optimizeVcndVcmpPair()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1154 if (!Probe->isBlock() || Count == 0) in populateBodySamplesWithProbes()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp2527 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local
2532 !isBlock && in EmitARCStoreStrong()