HomeSort by relevance Sort by last modified time
    Searched defs:AccessTy (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp 172 Type *AccessTy = cast<PointerType>(Ptr->getType())->getElementType();
173 AccessSize = AA->getTypeStoreSize(AccessTy);
BasicAliasAnalysis.cpp 104 Type *AccessTy;
108 AccessTy = GV->getType()->getElementType();
111 AccessTy = AI->getType()->getElementType();
122 AccessTy = cast<PointerType>(A->getType())->getElementType();
129 if (AccessTy->isSized())
130 return TD.getTypeAllocSize(AccessTy);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h 12 // specified by TLI for an access to "V" with an access type of AccessTy. This
59 /// AccessTy/MemoryInst - This is the type for the access (e.g. double) and
61 Type *AccessTy;
76 : AddrModeInsts(AMI), TLI(T), AccessTy(AT), MemoryInst(MI), AddrMode(AM) {
82 /// give an access type of AccessTy. This returns a list of involved
84 static ExtAddrMode Match(Value *V, Type *AccessTy,
91 AddressingModeMatcher(AddrModeInsts, TLI, AccessTy,