Searched refs:isBlock (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 305 case DIEValue::isBlock: in hashAttribute() 311 if (Value.getType() == DIEValue::isBlock) { in hashAttribute()
|
| /openbsd-src/gnu/llvm/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkParser.cpp | 250 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 D | ScopeInfo.h | 702 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 D | MCPseudoProbe.h | 132 bool isBlock() const { in isBlock() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 723 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 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 | 3119 if (S.end.isBlock()) { in verifyLiveRangeSegment()
|
| H A D | RegisterCoalescer.cpp | 3145 if (!Def.isBlock()) { in pruneValues()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 231 bool isBlock() const { return getSlot() == Slot_Block; }
|
| H A D | LiveInterval.h | 78 bool isPHIDef() const { return def.isBlock(); } in isPHIDef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeExecMaskingPreRA.cpp | 232 SlotIndex End = I->end < AndIdx.getRegSlot() || I->end.isBlock() ? in optimizeVcndVcmpPair()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.cpp | 1154 if (!Probe->isBlock() || Count == 0) in populateBodySamplesWithProbes()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 2527 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local 2532 !isBlock && in EmitARCStoreStrong()
|