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

  /external/llvm/runtime/libprofile/
CommonProfiling.c 103 int PTy = ArgumentInfo;
105 if (write(OutFile, &PTy, sizeof(int)) < 0 ||
130 int PTy;
134 PTy = PT;
135 if( write(outFile, &PTy, sizeof(int)) < 0 ||
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 396 const PointerType *PTy = cast<PointerType>(Ty);
397 QualType ETy = PTy->getPointeeType();
TargetInfo.cpp 753 llvm::Type *PTy =
755 llvm::Value *AddrTyped = Builder.CreateBitCast(Addr, PTy);
    [all...]
CGBuiltin.cpp     [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 752 PointerType *PTy = dyn_cast<PointerType>(Ty);
753 if (PTy == 0) {
781 if (FunctionType *FT = dyn_cast<FunctionType>(PTy->getElementType()))
784 FwdVal = new GlobalVariable(*M, PTy->getElementType(), false,
792 PointerType *PTy = dyn_cast<PointerType>(Ty);
793 if (PTy == 0) {
819 if (FunctionType *FT = dyn_cast<FunctionType>(PTy->getElementType()))
822 FwdVal = new GlobalVariable(*M, PTy->getElementType(), false,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 80 VectorType *PTy = cast<VectorType>(V->getType());
81 unsigned Width = PTy->getNumElements();
83 return UndefValue::get(PTy->getElementType());
86 return UndefValue::get(PTy->getElementType());
88 return Constant::getNullValue(PTy->getElementType());
113 return UndefValue::get(PTy->getElementType());
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 633 PointerType *PTy = cast<PointerType>(Val->getType());
634 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
661 PointerType *PTy = cast<PointerType>(Val->getType());
662 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 486 VectorType *PTy = CP->getType();
487 for (unsigned I = 0, E = PTy->getNumElements(); I < E; ++I)
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 276 PointerType *PTy = cast<PointerType>(T);
279 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
280 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 238 PointerType *PTy = cast<PointerType>(Ty);
239 print(PTy->getElementType(), OS);
240 if (unsigned AddressSpace = PTy->getAddressSpace())
253 VectorType *PTy = cast<VectorType>(Ty);
254 OS << "<" << PTy->getNumElements() << " x ";
255 print(PTy->getElementType(), OS);
    [all...]
Instructions.cpp     [all...]
Verifier.cpp 559 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) {
560 Assert1(!ByValI || PTy->getElementType()->isSized(),
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 331 PointerType *PTy = cast<PointerType>(T);
334 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
335 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 528 PointerType *PTy = cast<PointerType>(Ty);
531 if (PTy->getElementType()->isArrayTy() ||
532 PTy->getElementType()->isVectorTy())
537 return printType(Out, PTy->getElementType(), false, ptrName, true, PAL);
538 return printType(Out, PTy->getElementType(), false, ptrName);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 463 QualType PTy = Context.isPromotableBitField(E);
464 if (!PTy.isNull()) {
465 E = ImpCastExprToType(E, PTy, CK_IntegralCast).take();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 2835 milliseconds