Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp763 AllocationOrder &Order, in tryAssign()
810 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); in canReassign() local
1022 unsigned RAGreedy::getCheapestEvicteeWeight(const AllocationOrder &Order, in getCheapestEvicteeWeight()
1107 AllocationOrder &Order, in tryEvict()
1486 const AllocationOrder &Order) { in splitCanCauseEvictionChain()
1546 const AllocationOrder &Order) { in splitCanCauseLocalSpill()
1584 const AllocationOrder &Order, in calcGlobalSplitCost()
1829 unsigned RAGreedy::tryRegionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryRegionSplit()
1873 AllocationOrder &Order, in calculateRegionSplitCost()
2019 unsigned RAGreedy::tryBlockSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryBlockSplit()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp395 AllocationOrder &Order, in tryAssign()
449 auto Order = in canReassign() local
528 const AllocationOrder &Order, in getOrderLimit()
574 AllocationOrder &Order, in tryEvict()
847 const AllocationOrder &Order) { in calcGlobalSplitCost()
1039 AllocationOrder &Order, in tryRegionSplit()
1072 AllocationOrder &Order, in calculateRegionSplitCost()
1204 AllocationOrder &Order, in tryBlockSplit()
1317 AllocationOrder &Order, in tryInstructionSplit()
1470 AllocationOrder &Order, in tryLocalSplit()
[all …]
H A DAllocationOrder.h32 ArrayRef<MCPhysReg> Order; variable
90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp619 AllocationOrder &Order, in tryAssign()
663 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); in canReassign() local
859 AllocationOrder &Order, in tryEvict()
1353 unsigned RAGreedy::tryRegionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryRegionSplit()
1384 AllocationOrder &Order, in calculateRegionSplitCost()
1513 unsigned RAGreedy::tryBlockSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryBlockSplit()
1581 RAGreedy::tryInstructionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryInstructionSplit()
1725 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryLocalSplit()
1952 unsigned RAGreedy::trySplit(LiveInterval &VirtReg, AllocationOrder &Order, in trySplit()
2080 AllocationOrder &Order, in tryLastChanceRecoloring()
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtscoll.h28 struct Order struct
53 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength); argument
H A Dssearch.cpp334 struct Order struct
350 const Order *get(int32_t index) const; argument
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtscoll.h28 struct Order struct
53 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength); argument
H A Dssearch.cpp334 struct Order struct
350 const Order *get(int32_t index) const; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h1543 X86StoreSDNode(unsigned Opcode, unsigned Order, const DebugLoc &dl, in X86StoreSDNode()
1561 X86MaskedStoreSDNode(unsigned Opcode, unsigned Order, in X86MaskedStoreSDNode()
1579 TruncSStoreSDNode(unsigned Order, const DebugLoc &dl, in TruncSStoreSDNode()
1591 TruncUSStoreSDNode(unsigned Order, const DebugLoc &dl, in TruncUSStoreSDNode()
1603 MaskedTruncSStoreSDNode(unsigned Order, in MaskedTruncSStoreSDNode()
1616 MaskedTruncUSStoreSDNode(unsigned Order, in MaskedTruncUSStoreSDNode()
1631 X86MaskedGatherScatterSDNode(unsigned Opc, unsigned Order, in X86MaskedGatherScatterSDNode()
1649 X86MaskedGatherSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs, in X86MaskedGatherSDNode()
1663 X86MaskedScatterSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs, in X86MaskedScatterSDNode()
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/lzw/
Dreader.go29 type Order int type
254 func NewReader(r io.Reader, order Order, litWidth int) io.ReadCloser {
258 func newReader(src io.Reader, order Order, litWidth int) *Reader {
Dwriter.go257 func NewWriter(w io.Writer, order Order, litWidth int) io.WriteCloser {
261 func newWriter(dst io.Writer, order Order, litWidth int) *Writer {
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/opencl/
Dprod.hpp54 …clblasOrder Order = std::is_same<L1, ublas::basic_row_major<> >::value ? clblasRowMajor : clblasCo… in prod() local
129 …clblasOrder Order = std::is_same<L, ublas::basic_row_major<> >::value ? clblasRowMajor : clblasCol… in prod() local
203 …clblasOrder Order = std::is_same<L, ublas::basic_row_major<> >::value ? clblasRowMajor : clblasCol… in prod() local
298 …clblasOrder Order = std::is_same<L, ublas::basic_row_major<> >::value ? clblasRowMajor : clblasCol… in outer_prod() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h51 unsigned Order; variable
77 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue()
147 unsigned Order; variable
H A DScheduleDAGSDNodes.cpp734 DenseMap<SDValue, unsigned> &VRBaseMap, unsigned Order) { in ProcessSDDbgValues()
764 unsigned Order = N->getIROrder(); in ProcessSourceNode() local
951 unsigned Order = Orders[i].first; in EmitSchedule() local
997 unsigned Order = InstrOrder.first; in EmitSchedule() local
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Dtypes.h96 struct Order { struct
105 // Order should only be used for sorting. argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1954 explicit OffloadEntryInfo(OffloadingEntryInfoKinds Kind, unsigned Order, in OffloadEntryInfo()
1980 unsigned Order = ~0u; variable
2014 explicit OffloadEntryInfoTargetRegion(unsigned Order, Constant *Addr, in OffloadEntryInfoTargetRegion()
2077 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, in OffloadEntryInfoDeviceGlobalVar()
2080 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, Constant *Addr, in OffloadEntryInfoDeviceGlobalVar()
/aosp_15_r20/libcore/ojluni/src/test/java/util/function/BiFunction/
H A DBiFunctionTest.java49 static class Order { class in BiFunctionTest
52 Order(int quantity) { in Order() method in BiFunctionTest.Order
/aosp_15_r20/external/libopus/silk/float/
H A DcorrMatrix_FLP.c43const opus_int Order, /* I Max lag for correlatio… in silk_corrVector_FLP()
63const opus_int Order, /* I Max lag for correlatio… in silk_corrMatrix_FLP()
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Splines/
H A DSpline.h297 enum { Order = SplineTraits<Spline>::OrderAtCompileTime }; in operator() enumerator
314 enum { Order = SplineTraits<SplineType>::OrderAtCompileTime }; in derivativesImpl() enumerator
379 enum { Order = SplineTraits<SplineType>::OrderAtCompileTime }; in BasisFunctionDerivativesImpl() enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp738 DenseMap<SDValue, Register> &VRBaseMap, unsigned Order) { in ProcessSDDbgValues()
786 unsigned Order = N->getIROrder(); in ProcessSourceNode() local
981 unsigned Order = Orders[i].first; in EmitSchedule() local
1027 unsigned Order = InstrOrder.first; in EmitSchedule() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h231 explicit OffloadEntryInfo(OffloadingEntryInfoKinds Kind, unsigned Order, in OffloadEntryInfo()
257 unsigned Order = ~0u; variable
287 explicit OffloadEntryInfoTargetRegion(unsigned Order, Constant *Addr, in OffloadEntryInfoTargetRegion()
375 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, in OffloadEntryInfoDeviceGlobalVar()
378 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, Constant *Addr, in OffloadEntryInfoDeviceGlobalVar()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h222 explicit OffloadEntryInfo(OffloadingEntryInfoKinds Kind, unsigned Order, in OffloadEntryInfo()
248 unsigned Order = ~0u; variable
278 explicit OffloadEntryInfoTargetRegion(unsigned Order, Constant *Addr, in OffloadEntryInfoTargetRegion()
364 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, in OffloadEntryInfoDeviceGlobalVar()
367 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, Constant *Addr, in OffloadEntryInfoDeviceGlobalVar()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h231 explicit OffloadEntryInfo(OffloadingEntryInfoKinds Kind, unsigned Order, in OffloadEntryInfo()
257 unsigned Order = ~0u; variable
287 explicit OffloadEntryInfoTargetRegion(unsigned Order, Constant *Addr, in OffloadEntryInfoTargetRegion()
375 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, in OffloadEntryInfoDeviceGlobalVar()
378 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, Constant *Addr, in OffloadEntryInfoDeviceGlobalVar()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h231 explicit OffloadEntryInfo(OffloadingEntryInfoKinds Kind, unsigned Order, in OffloadEntryInfo()
257 unsigned Order = ~0u; variable
287 explicit OffloadEntryInfoTargetRegion(unsigned Order, Constant *Addr, in OffloadEntryInfoTargetRegion()
375 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, in OffloadEntryInfoDeviceGlobalVar()
378 explicit OffloadEntryInfoDeviceGlobalVar(unsigned Order, Constant *Addr, in OffloadEntryInfoDeviceGlobalVar()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDynamicLibrary.cpp76 void *LibLookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in LibLookup()
91 void *Lookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in Lookup()

12345678910>>...18