Searched defs:Order (Results 1 - 25 of 63) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DAllocationOrder.h32 ArrayRef<MCPhysReg> Order; member in class:llvm::AllocationOrder
[all...]
H A DAllocationOrder.cpp34 auto Order = RegClassInfo.getOrder(MF.getRegInfo().getRegClass(VirtReg)); local
H A DBreakFalseDeps.cpp156 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(OpRC); local
H A DRegAllocBasic.cpp265 auto Order = local
H A DRegAllocEvictionAdvisor.cpp275 tryFindEvictionCandidate( const LiveInterval &VirtReg, const AllocationOrder &Order, uint8_t CostPerUseLimit, const SmallVirtRegSet &FixedRegisters) const argument
H A DCriticalAntiDepBreaker.cpp406 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(RC); local
H A DLocalStackSlotAllocation.cpp58 unsigned Order; member in class:__anon2107::FrameRef
304 unsigned Order = 0; local
H A DRegAllocGreedy.cpp449 auto Order = local
394 tryAssign(const LiveInterval &VirtReg, AllocationOrder &Order, SmallVectorImpl<Register> &NewVRegs, const SmallVirtRegSet &FixedRegisters) argument
527 getOrderLimit(const LiveInterval &VirtReg, const AllocationOrder &Order, unsigned CostPerUseLimit) const argument
573 tryEvict(const LiveInterval &VirtReg, AllocationOrder &Order, SmallVectorImpl<Register> &NewVRegs, uint8_t CostPerUseLimit, const SmallVirtRegSet &FixedRegisters) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp24 StringRef setOrderIndicator(InterfaceInputOrder Order) { argument
[all...]
H A DDiffEngine.h64 DiffScalarVal(InterfaceInputOrder Order, T Val) argument
76 InterfaceInputOrder Order; member in class:llvm::DiffScalarVal
83 SymScalar(InterfaceInputOrder Order, const MachO::Symbol *Sym) argument
99 InterfaceInputOrder Order; member in class:llvm::SymScalar
[all...]
/openbsd-current/games/mille/
H A Dextern.c43 Order, /* set if hand should be sorted */ variable
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h36 std::unique_ptr<MCPhysReg[]> Order; member in struct:llvm::RegisterClassInfo::RCInfo
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dmap.bench.cpp45 enum class Order { Sorted, Random }; class in namespace:__anon1319
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DDynamicLibrary.cpp81 void *LibLookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { argument
96 void *Lookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp241 SmallVector<const_iterator, 8> Order; local
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp470 PrepareLeftRightOrdering( const std::vector<std::string> &Order, std::vector<std::string> &LeftOrder, std::vector<std::string> &RightOrder, std::vector<tok::TokenKind> &Qualifiers) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp132 ArrayRef<Node> Order; member in struct:__anon2859::Coloring
379 std::vector<ElemType> Order; member in namespace:__anon2860
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp76 std::vector<StringRef> Order; local
/openbsd-current/gnu/llvm/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp404 SmallDenseMap<const Use *, short, 16> Order; local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h149 unsigned Order; member in class:llvm::SDDbgValue
245 unsigned Order; member in class:llvm::SDDbgLabel
/openbsd-current/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dcommon.h32 enum class Order { class
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp57 static void addHints(ArrayRef<MCPhysReg> Order, argument
74 getRegAllocationHints( Register VirtReg, ArrayRef<MCPhysReg> Order, SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const argument
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp336 getRegAllocationHints( Register VirtReg, ArrayRef<MCPhysReg> Order, SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const argument
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp691 getRegAllocationHints( Register VirtReg, ArrayRef<MCPhysReg> Order, SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const argument
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h48 mutable unsigned Order = 0; member in class:llvm::Instruction

Completed in 214 milliseconds

123