Home
last modified time | relevance | path

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

1234567

/external/icu/icu4c/source/test/intltest/
Dtscoll.h28 struct Order struct
53 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength); argument
/external/libopus/silk/float/
DcorrMatrix_FLP.c43const opus_int Order, /* I Max lag for correlatio… in silk_corrVector_FLP()
62const opus_int Order, /* I Max lag for correlatio… in silk_corrMatrix_FLP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h51 unsigned Order; variable
76 bool IsIndirect, DebugLoc DL, unsigned Order, in SDDbgValue()
134 unsigned Order; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h51 Order ///< Any other ordering dependency. enumerator
80 } Order; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp760 AllocationOrder &Order, in tryAssign()
806 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); in canReassign() local
1010 unsigned RAGreedy::getCheapestEvicteeWeight(const AllocationOrder &Order, in getCheapestEvicteeWeight()
1095 AllocationOrder &Order, in tryEvict()
1449 const AllocationOrder &Order) { in splitCanCauseEvictionChain()
1509 const AllocationOrder &Order) { in splitCanCauseLocalSpill()
1547 const AllocationOrder &Order, in calcGlobalSplitCost()
1792 unsigned RAGreedy::tryRegionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryRegionSplit()
1836 AllocationOrder &Order, in calculateRegionSplitCost()
1979 unsigned RAGreedy::tryBlockSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryBlockSplit()
[all …]
DAllocationOrder.h32 ArrayRef<MCPhysReg> Order; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAllocationOrder.cpp44 ArrayRef<unsigned> Order = in AllocationOrder() local
DRegAllocGreedy.cpp445 AllocationOrder &Order, in tryAssign()
614 AllocationOrder &Order, in tryEvict()
1085 unsigned RAGreedy::tryRegionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryRegionSplit()
1218 unsigned RAGreedy::tryBlockSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryBlockSplit()
1320 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryLocalSplit()
1508 unsigned RAGreedy::trySplit(LiveInterval &VirtReg, AllocationOrder &Order, in trySplit()
1557 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo); in selectOrSplit() local
/external/llvm/lib/CodeGen/
DAllocationOrder.h31 ArrayRef<MCPhysReg> Order; variable
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 …]
/external/lzma/CPP/7zip/Compress/
DPpmdEncoder.h21 int Order; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDynamicLibrary.cpp77 void *LibLookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in LibLookup()
92 void *Lookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in Lookup()
/external/python/cpython2/Doc/library/
Dstruct.rst153 .. _format-characters:
/external/python/cpython3/Doc/library/
Dstruct.rst181 .. _format-characters:
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.cpp261 bool isMemoryOrderValidPNaCl(uint64_t Order) { in isMemoryOrderValidPNaCl()
275 bool Intrinsics::isMemoryOrderValid(IntrinsicID ID, uint64_t Order, in isMemoryOrderValid()
/external/webrtc/webrtc/base/
Dbytebuffer.h46 ByteOrder Order() const { return byte_order_; } in Order() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1387 X86StoreSDNode(unsigned Opcode, unsigned Order, const DebugLoc &dl, in X86StoreSDNode()
1405 X86MaskedStoreSDNode(unsigned Opcode, unsigned Order, in X86MaskedStoreSDNode()
1423 TruncSStoreSDNode(unsigned Order, const DebugLoc &dl, in TruncSStoreSDNode()
1435 TruncUSStoreSDNode(unsigned Order, const DebugLoc &dl, in TruncUSStoreSDNode()
1447 MaskedTruncSStoreSDNode(unsigned Order, in MaskedTruncSStoreSDNode()
1460 MaskedTruncUSStoreSDNode(unsigned Order, in MaskedTruncUSStoreSDNode()
1475 X86MaskedGatherScatterSDNode(unsigned Opc, unsigned Order, in X86MaskedGatherScatterSDNode()
1494 X86MaskedGatherSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs, in X86MaskedGatherSDNode()
1506 X86MaskedScatterSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs, in X86MaskedScatterSDNode()
/external/cblas/src/
Dcblas_dsyrk.c12 void cblas_dsyrk(const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, in cblas_dsyrk()
Dcblas_zsyrk.c12 void cblas_zsyrk(const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, in cblas_zsyrk()
Dcblas_csyrk.c12 void cblas_csyrk(const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, in cblas_csyrk()
Dcblas_ssyrk.c12 void cblas_ssyrk(const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, in cblas_ssyrk()
Dcblas_zherk.c12 void cblas_zherk(const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, in cblas_zherk()
Dcblas_cherk.c12 void cblas_cherk(const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, in cblas_cherk()
Dcblas_dsyr2k.c12 void cblas_dsyr2k(const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, in cblas_dsyr2k()
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h299 enum { Order = SplineTraits<Spline>::OrderAtCompileTime }; in operator() enumerator
316 enum { Order = SplineTraits<SplineType>::OrderAtCompileTime }; in derivativesImpl() enumerator
381 enum { Order = SplineTraits<SplineType>::OrderAtCompileTime }; in BasisFunctionDerivativesImpl() enumerator

1234567