Searched refs:IsSplit (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h36 unsigned IsSplit : 1; member in struct:llvm::ISD::ArgFlagsTy
59 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
116 bool isSplit() const { return IsSplit; }
117 void setSplit() { IsSplit = 1; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2304 bool IsSplit = false;
2351 IsSplit =
2353 LLVM_DEBUG(dbgs() << " rewriting " << (IsSplit ? "split " : ""));
2392 assert(IsSplit || BeginOffset == NewBeginOffset);
2501 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8)
2567 if (IsSplit) {
2767 assert(!IsSplit);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3604 bool IsSplit; member in struct:__anon1799::MBBPriorityInfo
3607 : MBB(mbb), Depth(depth), IsSplit(issplit) {}
3623 if (LHS->IsSplit != RHS->IsSplit)
3624 return LHS->IsSplit ? -1 : 1;

Completed in 76 milliseconds