Home
last modified time | relevance | path

Searched refs:MemType (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Structs.h74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType; typedef
DSparseLUImpl.h36 …Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansion…
DSparseLU_Memory.h210 Index SparseLUImpl<Scalar,Index>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType me… in memXpand()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1088 bool needsCmpXchgNb(Type *MemType) const;
DX86ISelLowering.cpp19133 bool X86TargetLowering::needsCmpXchgNb(Type *MemType) const { in needsCmpXchgNb()
19134 unsigned OpWidth = MemType->getPrimitiveSizeInBits(); in needsCmpXchgNb()
19160 Type *MemType = AI->getType(); in shouldExpandAtomicRMWInIR() local
19164 if (MemType->getPrimitiveSizeInBits() > NativeWidth) { in shouldExpandAtomicRMWInIR()
19165 return needsCmpXchgNb(MemType) ? AtomicExpansionKind::CmpXChg in shouldExpandAtomicRMWInIR()
19206 Type *MemType = AI->getType(); in lowerIdempotentRMWIntoFencedLoad() local
19210 if (MemType->getPrimitiveSizeInBits() > NativeWidth) in lowerIdempotentRMWIntoFencedLoad()
/external/clang/lib/CodeGen/
DCGCall.cpp3266 llvm::Type *MemType = ConvertTypeForMem(I->Ty)->getPointerTo(AS); in EmitCall() local
3270 if (Addr.getType() != MemType) in EmitCall()
3271 Addr = Builder.CreateBitCast(Addr, MemType); in EmitCall()