HomeSort by relevance Sort by last modified time
    Searched defs:PtrTy (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/Target/R600/
SITypeRewriter.cpp 83 Type *PtrTy = Ptr->getType();
84 Type *ElemTy = PtrTy->getPointerElementType();
88 PointerType::get(v4i32,PtrTy->getPointerAddressSpace()));
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp 292 PointerType *PtrTy = PointerType::get(VT.getTypeForEVT(*DAG.getContext()),
299 MachinePointerInfo(UndefValue::get(PtrTy)), MemVT,
    [all...]
AMDGPUISelLowering.cpp 604 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS);
606 MachinePointerInfo(UndefValue::get(PtrTy)), false, false,
612 PointerType *PtrTy = PointerType::get(CFP->getType(), 0);
614 MachinePointerInfo(UndefValue::get(PtrTy)), false, false,
661 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS);
663 MachinePointerInfo(UndefValue::get(PtrTy)), false, false,
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 340 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext());
347 OffsetVal, PointerType::get(PtrTy, AddressSpace));
349 StackGuardVar = M->getOrInsertGlobal("__guard_local", PtrTy);
354 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
358 AI = B.CreateAlloca(PtrTy, nullptr, "StackGuardSlot");
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 154 Type *PtrTy = Ty->getPointerTo();
158 AtomicLoadName, Ty, PtrTy, OrdTy, NULL));
163 AtomicStoreName, IRB.getVoidTy(), PtrTy, Ty, OrdTy,
188 RMWName, Ty, PtrTy, Ty, OrdTy, NULL));
194 AtomicCASName, Ty, PtrTy, Ty, Ty, OrdTy, OrdTy, NULL));
481 Type *PtrTy = Ty->getPointerTo();
482 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
496 Type *PtrTy = Ty->getPointerTo();
497 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
514 Type *PtrTy = Ty->getPointerTo()
    [all...]
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 65 PointerType *PtrTy;
185 PtrTy = dyn_cast<PointerType>(Ty);
186 if (PtrTy)
187 Ty = PtrTy->getElementType();
204 if (PtrTy) {
207 PointerType::get(PtrTy->getElementType()->getVectorElementType(),
208 PtrTy->getAddressSpace());
ScalarReplAggregates.cpp 507 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType());
508 if (!PtrTy)
515 if (!isa<VectorType>(PtrTy->getElementType()))
525 uint64_t GEPOffset = DL.getIndexedOffset(PtrTy,
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 586 QualType PtrTy = CGF.getContext().getPointerType(Ty);
588 CGF.ConvertType(PtrTy));
    [all...]
CGException.cpp     [all...]
CGBuiltin.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCGNU.cpp 145 llvm::PointerType *PtrTy;
    [all...]
TargetInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 353 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
379 SVal BufStart = svalBuilder.evalCast(BufVal, PtrTy, FirstBuf->getType());
384 LastOffset, PtrTy);
399 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType());
404 LastOffset, PtrTy);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 872 milliseconds

1 2