Searched refs:grow (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h92 if (auto Err = grow())
95 assert(!AvailableTrampolines.empty() && "Failed to grow trampoline pool");
143 Error grow() { function in class:llvm::orc::LocalTrampolinePool
H A DOrcRemoteTargetClient.h459 if (auto Err = grow())
462 assert(!AvailableTrampolines.empty() && "Failed to grow trampoline pool");
469 Error grow() { function in class:llvm::orc::remote::OrcRemoteTargetClient::RemoteTrampolinePool
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp72 grow();
76 void VirtRegMap::grow() { function in class:VirtRegMap
H A DLiveRangeEdit.cpp456 VRM->grow();
H A DRenameIndependentSubregs.cpp177 Classes.grow(NumComponents);
H A DLiveVariables.cpp88 VirtRegInfo.grow(RegIdx);
H A DRegAllocGreedy.cpp671 ExtraRegInfo.grow(New);
692 ExtraRegInfo.grow(Reg);
3262 GlobalCand.resize(32); // This will grow as needed.
H A DLiveInterval.cpp248 // If S is a complete superset of a segment, we may need to grow its
1321 EqClass.grow(LR.getNumValNums());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp260 void grow() { function in class:__anon4707::BumpPointerAllocator
285 grow();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h133 VirtRegIntervals.grow(Reg.id());
H A DMachineRegisterInfo.h437 VReg2Name.grow(Reg);
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp153 OperandMap.grow(NumMIOperands);
H A DRISCVCompressInstEmitter.cpp446 SourceOperandMap.grow(SourceInst.Operands.size());
452 DestOperandMap.grow(DestInst.Operands.size());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h374 grow(N);
393 grow(N);
884 void grow(unsigned NewSize) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp437 LiveOutRegInfo.grow(DestReg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp60 RegSpillOffsets.grow(SystemZ::NUM_TARGET_REGS);

Completed in 303 milliseconds

12