Searched refs:AddrTy (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Loads.cpp | 117 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/ |
D | MachineIRBuilder.cpp | 678 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/ |
D | Loads.cpp | 222 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/ |
D | Loads.cpp | 238 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/ |
D | IceAssemblerX86Base.h | 907 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/ |
D | CodeGenPrepare.cpp | 3643 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/ |
D | CodeGenPrepare.cpp | 4292 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/ |
D | ARMISelDAGToDAG.cpp | 1625 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local 1633 ResTy, AddrTy, MVT::Other, OpsA, 7); in SelectVLD()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1891 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/ |
D | ARMISelDAGToDAG.cpp | 1828 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local 1836 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()
|