HomeSort by relevance Sort by last modified time
    Searched refs:MemType (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
SparseLUImpl.h 36 Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions);
SparseLU_Memory.h 204 * \param memtype Type of the element to expand
210 Index SparseLUImpl<Scalar,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions)
213 if (memtype == USUB)
  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 41 bool needsCmpXchgNb(Type *MemType);
105 bool X86AtomicExpandPass::needsCmpXchgNb(llvm::Type *MemType) {
112 unsigned OpWidth = MemType->getPrimitiveSizeInBits();
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 365 static bool OffsetFitsS11(EVT MemType, int64_t Offset) {
366 if (MemType == MVT::i64 && isShiftedInt<11,3>(Offset)) {
369 if (MemType == MVT::i32 && isShiftedInt<11,2>(Offset)) {
372 if (MemType == MVT::i16 && isShiftedInt<11,1>(Offset)) {
375 if (MemType == MVT::i8 && isInt<11>(Offset)) {
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 228 milliseconds