Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoads.cpp117 PointerType *AddrTy = cast<PointerType>(V->getType()); in isSafeToLoadUnconditionally() local
118 uint64_t LoadSize = TD->getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally()
/external/llvm/lib/Analysis/
DLoads.cpp222 PointerType *AddrTy = cast<PointerType>(V->getType()); in isSafeToLoadUnconditionally() local
223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h907 void emitRex(const Type AddrTy, const Address &Addr, const Type TyReg, in emitRex() argument
909 assembleAndEmitRex(TyReg, Reg, AddrTy, RexRegIrrelevant, &Addr); in emitRex()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3643 PointerType *AddrTy = dyn_cast<PointerType>(Address->getType()); in isProfitableToFoldIntoAddressingMode() local
3644 if (!AddrTy) in isProfitableToFoldIntoAddressingMode()
3646 Type *AddressAccessTy = AddrTy->getElementType(); in isProfitableToFoldIntoAddressingMode()
3647 unsigned AS = AddrTy->getAddressSpace(); in isProfitableToFoldIntoAddressingMode()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelDAGToDAG.cpp1625 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local
1633 ResTy, AddrTy, MVT::Other, OpsA, 7); in SelectVLD()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1891 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local
1899 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()