HomeSort by relevance Sort by last modified time
    Searched refs:PTy (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/runtime/libprofile/
CommonProfiling.c 135 int PTy = ArgumentInfo;
137 if (write(OutFile, &PTy, sizeof(int)) < 0 ||
162 int PTy;
166 PTy = PT;
167 if( write(outFile, &PTy, sizeof(int)) < 0 ||
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 94 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) {
95 Type *ETy = PTy->getElementType();
127 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType()))
128 if (PointerType *Pte = dyn_cast<PointerType>(PTy->getElementType()))
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 762 const PointerType *Pty = gv->getType();
763 if (Pty->getAddressSpace() != llvm::ADDRESS_SPACE_SHARED)
    [all...]
NVPTXISelLowering.cpp 367 const PointerType *PTy = dyn_cast<PointerType>(Ty);
368 assert(PTy &&
370 Type *ETy = PTy->getElementType();
479 const PointerType *PTy = dyn_cast<PointerType>(Args[i].Ty);
480 assert(PTy &&
482 ComputeValueVTs(*this, PTy->getElementType(), vtparts);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 398 PointerType *PTy,
401 Type *ElTy = PTy->getElementType();
519 Type::getInt8PtrTy(Ty->getContext(), PTy->getAddressSpace()));
605 if (V->getType() != PTy)
606 Casted = InsertNoopCastOfTo(Casted, PTy);
737 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) {
750 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum);
751 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) {
760 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
    [all...]
LazyValueInfo.cpp 615 PointerType *PTy = cast<PointerType>(Val->getType());
616 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
643 PointerType *PTy = cast<PointerType>(Val->getType());
644 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 703 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
705 PTy->getElementType()->isSized(),
    [all...]
ConstantFold.cpp 106 if (PointerType *PTy = dyn_cast<PointerType>(V->getType()))
108 if (PTy->getAddressSpace() == DPTy->getAddressSpace()
114 Type *ElTy = PTy->getElementType();
368 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
369 if (!PTy->getElementType()->isIntegerTy(1))
371 getFoldedSizeOf(PointerType::get(IntegerType::get(PTy->getContext(), 1),
372 PTy->getAddressSpace()),
433 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
434 if (!PTy->getElementType()->isIntegerTy(1))
436 getFoldedAlignOf(PointerType::get(IntegerType::get(PTy->getContext()
    [all...]
AsmWriter.cpp 263 PointerType *PTy = cast<PointerType>(Ty);
264 print(PTy->getElementType(), OS);
265 if (unsigned AddressSpace = PTy->getAddressSpace())
278 VectorType *PTy = cast<VectorType>(Ty);
279 OS << "<" << PTy->getNumElements() << " x ";
280 print(PTy->getElementType(), OS);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstCombineCasts.cpp 84 PointerType *PTy = cast<PointerType>(CI.getType());
91 Type *CastElTy = PTy->getElementType();
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 214 PointerType *PTy, Type *Ty, Value *V);
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 410 const PointerType *PTy = cast<PointerType>(Ty);
411 QualType ETy = PTy->getPointeeType();
TargetInfo.cpp     [all...]
CGExprCXX.cpp 160 if (const PointerType *PTy = T->getAs<PointerType>())
161 T = PTy->getPointeeType();
183 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy)) {
184 DI->getOrCreateRecordType(PTy->getPointeeType(),
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 319 PointerType *PTy = cast<PointerType>(T);
322 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
323 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 325 PointerType *PTy = cast<PointerType>(T);
328 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
329 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 265 PointerType *PTy = cast<PointerType>(T);
268 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
269 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 275 PointerType *PTy = cast<PointerType>(T);
278 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
279 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 109 else if (const PointerType* PTy = BaseType->getAs<PointerType>())
110 BaseType = PTy->getPointeeType();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 802 milliseconds

1 2