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

  /external/llvm/lib/Analysis/
Loads.cpp 222 PointerType *AddrTy = cast<PointerType>(V->getType());
223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
Loads.cpp 238 PointerType *AddrTy = cast<PointerType>(V->getType());
239 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp 678 LLT AddrTy = getMRI()->getType(Addr);
683 assert(AddrTy.isPointer() && "invalid operand type");
705 LLT AddrTy = getMRI()->getType(Addr);
709 assert(AddrTy.isPointer() && "invalid operand type");
730 LLT AddrTy = getMRI()->getType(Addr);
733 assert(AddrTy.isPointer() && "invalid operand type");
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 1685 milliseconds