Searched refs:TIL (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp447 uint8_t *exportTypeId(StringRef TypeId, const TypeIdLowering &TIL);
458 Value *createBitSetTest(IRBuilder<> &B, const TypeIdLowering &TIL,
464 const TypeIdLowering &TIL);
667 /// lowered to TIL, which must be either an Inline or a ByteArray.
669 const TypeIdLowering &TIL,
671 if (TIL.TheKind == TypeTestResolution::Inline) {
674 return createMaskedBitTest(B, TIL.InlineBits, BitOffset);
676 Constant *ByteArray = TIL.TheByteArray;
690 B.CreateAnd(Byte, ConstantExpr::getPtrToInt(TIL.BitMask, Int8Ty));
737 const TypeIdLowering &TIL) {
668 createBitSetTest(IRBuilder< &B, const TypeIdLowering &TIL, Value *BitOffset) argument
736 lowerTypeTestCall(Metadata *TypeId, CallInst *CI, const TypeIdLowering &TIL) argument
911 exportTypeId(StringRef TypeId, const TypeIdLowering &TIL) argument
968 TypeIdLowering TIL; local
1138 TypeIdLowering TIL; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp163 if (Loop *TIL = LI->getLoopFor(TIBB)) {
166 // edge is if after the split there exists some edge from TIL to DestBB
167 // *and* the only edge into DestBB from outside of TIL is that of
172 // the predecessor must be directly in TIL, not in a subloop, or again
179 if (LI->getLoopFor(P) != TIL) {
284 if (Loop *TIL = LI->getLoopFor(TIBB)) {
288 if (TIL == DestLoop) {
291 } else if (TIL->contains(DestLoop)) {
293 TIL->addBasicBlockToLoop(NewBB, *LI);
294 } else if (DestLoop->contains(TIL)) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h63 TargetIndexLocation TIL; member in union:llvm::DbgValueLoc::__anon3431
84 : Expression(Expr), EntryKind(E_TargetIndexLocation), TIL(Loc) {}
97 TargetIndexLocation getTargetIndexLocation() const { return TIL; }
196 return A.TIL == B.TIL;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1105 if (MachineLoop *TIL = MLI->getLoopFor(this)) {
1109 if (TIL == DestLoop) {
1112 } else if (TIL->contains(DestLoop)) {
1114 TIL->addBasicBlockToLoop(NMBB, MLI->getBase());
1115 } else if (DestLoop->contains(TIL)) {

Completed in 119 milliseconds