Home
last modified time | relevance | path

Searched refs:AddrTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DLoads.cpp97 PointerType *AddrTy = cast<PointerType>(V->getType()); in isSafeToLoadUnconditionally() local
98 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3573 PointerType *AddrTy = dyn_cast<PointerType>(Address->getType()); in isProfitableToFoldIntoAddressingMode() local
3574 if (!AddrTy) in isProfitableToFoldIntoAddressingMode()
3576 Type *AddressAccessTy = AddrTy->getElementType(); in isProfitableToFoldIntoAddressingMode()
3577 unsigned AS = AddrTy->getAddressSpace(); in isProfitableToFoldIntoAddressingMode()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1887 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local
1895 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()