Home
last modified time | relevance | path

Searched refs:AddrTy (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp678 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchgWithSuccess() local
683 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchgWithSuccess()
705 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicCmpXchg() local
709 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicCmpXchg()
730 LLT AddrTy = getMRI()->getType(Addr); in buildAtomicRMW() local
733 assert(AddrTy.isPointer() && "invalid operand type"); in buildAtomicRMW()
/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/llvm-7.0/llvm/lib/Analysis/
DLoads.cpp238 PointerType *AddrTy = cast<PointerType>(V->getType()); in isSafeToLoadUnconditionally() local
239 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-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4292 PointerType *AddrTy = dyn_cast<PointerType>(Address->getType()); in isProfitableToFoldIntoAddressingMode() local
4293 if (!AddrTy) in isProfitableToFoldIntoAddressingMode()
4295 Type *AddressAccessTy = AddrTy->getElementType(); in isProfitableToFoldIntoAddressingMode()
4296 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1828 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local
1836 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()