| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 156 assert(!isSplit() && "Wrong pre-condition"); in getPoint() 175 assert(!isSplit() && "Wrong pre-condition"); in getInsertMBB() 188 virtual bool isSplit() const { return false; } in isSplit() function 229 bool isSplit() const override; 267 bool isSplit() const override { return false; } in isSplit() function 304 bool isSplit() const override { in isSplit() function
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | BinaryFunctionCallGraph.cpp | 94 return UseFunctionHotSize && Function->isSplit() in buildCallGraph() 226 if (UseFunctionHotSize && Function->isSplit()) { in buildCallGraph()
|
| H A D | LongJmp.cpp | 54 if (!Func.isSplit() || Func.empty()) in getBBAtHotColdSplitPoint() 294 if (!Func->isSplit()) in tentativeLayoutRelocColdPart() 363 if (!Func->isSplit()) in tentativeLayoutRelocMode() 388 if (Func->isSplit()) in tentativeLayout()
|
| H A D | SplitFunctions.cpp | 289 if (!BC.HasFixedLoadAddress && BF.hasEHRanges() && BF.isSplit()) in splitFunction() 293 if (BC.isX86() && BF.isSplit()) { in splitFunction()
|
| H A D | IndirectCallPromotion.cpp | 1168 if (HasLayout && Function.isSplit() && BB.isCold()) in runOnFunctions() 1235 if (!HasLayout || !Function.isSplit() || !BB.isCold()) in runOnFunctions()
|
| H A D | ShrinkWrapping.cpp | 1600 if (!PrevBB || (BF.isSplit() && BB->isCold() != PrevBB->isCold())) { in insertUpdatedCFI() 1645 if (BF.isSplit() && PrevBB && BB->isCold() != PrevBB->isCold()) in rebuildCFIForSP()
|
| H A D | BinaryPasses.cpp | 1223 if (Function.isSplit()) in runOnFunctions()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 546 if (!InsertPt->isSplit()) in computeMapping() 854 HasSplit |= Point.isSplit(); in addInsertPoint() 870 if (isSplit()) { in materialize() 891 bool RegBankSelect::InstrInsertPoint::isSplit() const { in isSplit() function in RegBankSelect::InstrInsertPoint
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | FunctionLayout.h | 185 bool isSplit() const;
|
| H A D | BinaryFunction.h | 1375 bool isSplit() const { return isSimple() && getLayout().isSplit(); } in isSplit() function 2235 if (UseSplitSize && isSplit()) { 2248 if (!isSplit()) in estimateColdSize()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | FunctionLayout.cpp | 149 bool FunctionLayout::isSplit() const { in isSplit() function in FunctionLayout
|
| H A D | Exceptions.cpp | 472 assert((!isSplit() || Sites == &ColdCallSites) && "sites mismatch"); in updateEHRanges()
|
| H A D | BinaryFunction.cpp | 429 << "\n IsSplit : " << isSplit() in print() 4048 isSplit() ? ColdSection->getOutputAddress() : 0; in updateOutputValues() 4059 if (isSplit()) { in updateOutputValues() 4136 if (isSplit()) { in getOutputAddressRanges()
|
| H A D | BinaryEmitter.cpp | 238 if (Function->isSplit()) { in emitFunctions()
|
| H A D | BinaryContext.cpp | 2205 if (BF.isSplit()) { in calculateEmittedSize() 2232 const uint64_t ColdSize = BF.isSplit() in calculateEmittedSize()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 132 bool isSplit() const { return IsSplit; } in isSplit() function
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 103 if (!ArgFlags.isSplit() && PendingMembers.empty()) in CC_SystemZ_I128Indirect()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.cpp | 251 if (ArgFlags.isSplit() || !PendingMembers.empty()) { in CC_X86_32_MCUInReg()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | BoltAddressTranslation.cpp | 72 const bool IsSplit = Function.isSplit(); in write()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 88 class CCIfSplit<CCAction A> : CCIf<"ArgFlags.isSplit()", A> {}
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 3186 if (Function->isSplit()) { in emitAndLink() 3723 if (!Function.isSplit()) in mapCodeSections() 4514 if (Function.isSplit() && Function.cold().getAddress()) { in updateELFSymbolTable() 4543 if (Function.hasConstantIsland() && Function.isSplit()) { in updateELFSymbolTable() 4746 if (Function->isSplit()) { in updateELFSymbolTable() 5279 if (Function->isSplit() && (Function->cold().getImageAddress() == 0 || in rewriteFile() 5301 if (!Function->isSplit()) { in rewriteFile()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 2923 if (ArgFlags.isSplit()) { in CC_MipsO32()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 10427 assert(!ArgFlags.isSplit() && PendingLocs.empty() && in CC_RISCV() 10455 if (ValVT.isScalarInteger() && (ArgFlags.isSplit() || !PendingLocs.empty())) { in CC_RISCV()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 1847 if (Arg->Flags.isSplit()) { in processPSInputArgs()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3922 if (Flags.isSplit() && OrigVT != MVT::ppcf128) in CalculateStackSlotAlignment()
|