Searched refs:AddrTy (Results 1 – 6 of 6) 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/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/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/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()
|