Home
last modified time | relevance | path

Searched defs:Order (Results 1 – 25 of 96) sorted by relevance

1234

/llvm-project/llvm/unittests/CodeGen/
H A DAllocationOrderTest.cpp29 SmallVector<MCPhysReg, 16> Order = {4, 5, 6, 7}; in TEST() local
36 SmallVector<MCPhysReg, 16> Order = {4, 1, 5, 6}; in TEST() local
43 SmallVector<MCPhysReg, 16> Order = {4, 5, 6, 7}; in TEST() local
50 SmallVector<MCPhysReg, 16> Order = {4, 5, 6, 7}; in TEST() local
59 SmallVector<MCPhysReg, 16> Order = {4, 1, 5, 6}; in TEST() local
69 SmallVector<MCPhysReg, 16> Order = {4, 1, 5, 6}; in TEST() local
76 SmallVector<MCPhysReg, 16> Order = {1, 4, 5, 6}; in TEST() local
83 SmallVector<MCPhysReg, 16> Order = {1, 4, 5, 6}; in TEST() local
92 SmallVector<MCPhysReg, 16> Order = {1, 2, 3, 4}; in TEST() local
101 SmallVector<MCPhysReg, 16> Order = {4, 1, 5, 6}; in TEST() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCodeLayoutTest.cpp18 auto Order = computeCacheDirectedLayout(Sizes, Counts, Edges, CallOffsets); in TEST() local
28 auto Order = computeCacheDirectedLayout(Sizes, Counts, Edges, CallOffsets); in TEST() local
41 auto Order = computeCacheDirectedLayout(Sizes, Counts, Edges, CallOffsets); in TEST() local
62 auto Order = computeCacheDirectedLayout(Sizes, Counts, Edges, CallOffsets); in TEST() local
/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.cpp26 StringRef setOrderIndicator(InterfaceInputOrder Order) { in setOrderIndicator()
128 InterfaceInputOrder Order) { in addDiffForTargSlice()
147 std::string Name, InterfaceInputOrder Order) { in getSingleAttrDiff()
160 std::string Name, InterfaceInputOrder Order) { in getSingleAttrDiff()
171 std::string Name, InterfaceInputOrder Order) { in getSingleAttrDiff()
196 const T &Val, InterfaceInputOrder Order) { in diffAttribute()
201 InterfaceInputOrder Order) { in getSingleIF()
239 DiffOutput &Result, InterfaceInputOrder Order) { in findAndAddDiff()
257 DiffOutput &Result, InterfaceInputOrder Order) { in findAndAddDiff()
270 DiffOutput &Result, InterfaceInputOrder Order) { in findAndAddDiff()
H A DDiffEngine.h64 DiffScalarVal(InterfaceInputOrder Order, T Val) in DiffScalarVal()
83 SymScalar(InterfaceInputOrder Order, const MachO::Symbol *Sym) in SymScalar()
/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h32 ArrayRef<MCPhysReg> Order; variable
90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
H A DAllocationOrder.cpp34 auto Order = RegClassInfo.getOrder(MF.getRegInfo().getRegClass(VirtReg)); in create() local
H A DRegAllocGreedy.cpp400 tryAssign(const LiveInterval & VirtReg,AllocationOrder & Order,SmallVectorImpl<Register> & NewVRegs,const SmallVirtRegSet & FixedRegisters) tryAssign() argument
534 getOrderLimit(const LiveInterval & VirtReg,const AllocationOrder & Order,unsigned CostPerUseLimit) const getOrderLimit() argument
580 tryEvict(const LiveInterval & VirtReg,AllocationOrder & Order,SmallVectorImpl<Register> & NewVRegs,uint8_t CostPerUseLimit,const SmallVirtRegSet & FixedRegisters) tryEvict() argument
871 calcGlobalSplitCost(GlobalSplitCandidate & Cand,const AllocationOrder & Order) calcGlobalSplitCost() argument
1063 tryRegionSplit(const LiveInterval & VirtReg,AllocationOrder & Order,SmallVectorImpl<Register> & NewVRegs) tryRegionSplit() argument
1097 calculateRegionSplitCostAroundReg(MCPhysReg PhysReg,AllocationOrder & Order,BlockFrequency & BestCost,unsigned & NumCands,unsigned & BestCand) calculateRegionSplitCostAroundReg() argument
1174 calculateRegionSplitCost(const LiveInterval & VirtReg,AllocationOrder & Order,BlockFrequency & BestCost,unsigned & NumCands,bool IgnoreCSR) calculateRegionSplitCost() argument
1236 trySplitAroundHintReg(MCPhysReg Hint,const LiveInterval & VirtReg,SmallVectorImpl<Register> & NewVRegs,AllocationOrder & Order) trySplitAroundHintReg() argument
1296 tryBlockSplit(const LiveInterval & VirtReg,AllocationOrder & Order,SmallVectorImpl<Register> & NewVRegs) tryBlockSplit() argument
1417 tryInstructionSplit(const LiveInterval & VirtReg,AllocationOrder & Order,SmallVectorImpl<Register> & NewVRegs) tryInstructionSplit() argument
1570 tryLocalSplit(const LiveInterval & VirtReg,AllocationOrder & Order,SmallVectorImpl<Register> & NewVRegs) tryLocalSplit() argument
1800 trySplit(const LiveInterval & VirtReg,AllocationOrder & Order,SmallVectorImpl<Register> & NewVRegs,const SmallVirtRegSet & FixedRegisters) trySplit() argument
1957 tryLastChanceRecoloring(const LiveInterval & VirtReg,AllocationOrder & Order,SmallVectorImpl<Register> & NewVRegs,SmallVirtRegSet & FixedRegisters,RecoloringStack & RecolorStack,unsigned Depth) tryLastChanceRecoloring() argument
2177 tryAssignCSRFirstTime(const LiveInterval & VirtReg,AllocationOrder & Order,MCRegister PhysReg,uint8_t & CostPerUseLimit,SmallVectorImpl<Register> & NewVRegs) tryAssignCSRFirstTime() argument
2417 auto Order = selectOrSplitImpl() local
[all...]
H A DLocalStackSlotAllocation.cpp59 unsigned Order; member in __anon84125d900111::FrameRef
323 unsigned Order = 0; in insertFrameReferenceRegisters() local
H A DRegAllocBasic.cpp263 auto Order = selectOrSplit() local
H A DBreakFalseDeps.cpp156 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(OpRC); in pickBestRegisterForUndef() local
H A DRegAllocEvictionAdvisor.cpp277 const LiveInterval &VirtReg, const AllocationOrder &Order, in tryFindEvictionCandidate() argument
H A DTargetRegisterInfo.cpp248 ArrayRef<MCPhysReg> Order = RC->getRawAllocationOrder(MF); getAllocatableSetForRC() local
420 getRegAllocationHints(Register VirtReg,ArrayRef<MCPhysReg> Order,SmallVectorImpl<MCPhysReg> & Hints,const MachineFunction & MF,const VirtRegMap * VRM,const LiveRegMatrix * Matrix) const getRegAllocationHints() argument
/llvm-project/bolt/lib/Passes/
H A DReorderData.cpp163 DataOrder Order; in baseOrder() local
273 DataOrder Order = baseOrder(BC, Section); in sortedByFunc() local
305 DataOrder Order = baseOrder(BC, Section); in sortedByCount() local
483 DataOrder Order; in runOnFunctions() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DThreadCrashReporterTests.cpp59 std::string Order = ""; in TEST() local
/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp81 void *LibLookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in LibLookup()
96 void *Lookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in Lookup()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h149 unsigned Order; variable
245 unsigned Order; variable
H A DScheduleDAGSDNodes.cpp740 InstrEmitter::VRBaseMapType &VRBaseMap, unsigned Order) { in ProcessSDDbgValues() argument
788 unsigned Order = N->getIROrder(); in ProcessSourceNode() local
992 unsigned Order = Orders[i].first; EmitSchedule() local
1038 unsigned Order = InstrOrder.first; EmitSchedule() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h36 std::unique_ptr<MCPhysReg[]> Order; member
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp57 static void addHints(ArrayRef<MCPhysReg> Order, in addHints() argument
75 Register VirtReg, ArrayRef<MCPhysReg> Order, in getRegAllocationHints() argument
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h569 unsigned Order = 0; // Cache the sort key. global() member
803 getRegSetIDAt(unsigned Order) getRegSetIDAt() argument
807 getRegSetAt(unsigned Order) getRegSetAt() argument
/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp78 std::vector<FunctionId> Order; in buildTopDownOrder() local
/llvm-project/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp73 BinaryFunction::BasicBlockOrderType Order; convert() local
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h246 OffloadEntryInfo(OffloadingEntryInfoKinds Kind,unsigned Order,uint32_t Flags) OffloadEntryInfo() argument
272 unsigned Order = ~0u; global() variable
302 OffloadEntryInfoTargetRegion(unsigned Order,Constant * Addr,Constant * ID,OMPTargetRegionEntryKind Flags) OffloadEntryInfoTargetRegion() argument
390 OffloadEntryInfoDeviceGlobalVar(unsigned Order,OMPTargetGlobalVarEntryKind Flags) OffloadEntryInfoDeviceGlobalVar() argument
393 OffloadEntryInfoDeviceGlobalVar(unsigned Order,Constant * Addr,int64_t VarSize,OMPTargetGlobalVarEntryKind Flags,GlobalValue::LinkageTypes Linkage,const std::string & VarName) OffloadEntryInfoDeviceGlobalVar() argument
[all...]
/llvm-project/bolt/lib/Core/
H A DBinarySection.cpp242 reorderContents(const std::vector<BinaryData * > & Order,bool Inplace) reorderContents() argument
/llvm-project/libcxx/benchmarks/algorithms/
H A Dcommon.h

1234