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

1 2

  /external/llvm/runtime/libprofile/
CommonProfiling.c 113 int PTy = ArgumentInfo;
115 if (write(OutFile, &PTy, sizeof(int)) < 0 ||
140 int PTy;
144 PTy = PT;
145 if( write(outFile, &PTy, sizeof(int)) < 0 ||
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 734 const PointerType *Pty = gv->getType();
735 if (Pty->getAddressSpace() != llvm::ADDRESS_SPACE_SHARED)
1029 const PointerType *PTy = GVar->getType();
1030 Type *ETy = PTy->getElementType();
    [all...]
NVPTXISelLowering.cpp 398 const PointerType *PTy = dyn_cast<PointerType>(Ty);
399 assert(PTy &&
401 Type *ETy = PTy->getElementType();
510 const PointerType *PTy = dyn_cast<PointerType>(Args[i].Ty);
511 assert(PTy &&
513 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 611 PointerType *PTy = cast<PointerType>(Val->getType());
612 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
639 PointerType *PTy = cast<PointerType>(Val->getType());
640 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
    [all...]
InlineCost.cpp 806 PointerType *PTy = cast<PointerType>(CS.getArgument(I)->getType());
807 unsigned TypeSize = TD->getTypeSizeInBits(PTy->getElementType());
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 554 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) {
555 Assert1(!ByValI || PTy->getElementType()->isSized(),
    [all...]
ConstantFold.cpp 102 if (PointerType *PTy = dyn_cast<PointerType>(V->getType()))
104 if (PTy->getAddressSpace() == DPTy->getAddressSpace()
110 Type *ElTy = PTy->getElementType();
364 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
365 if (!PTy->getElementType()->isIntegerTy(1))
367 getFoldedSizeOf(PointerType::get(IntegerType::get(PTy->getContext(), 1),
368 PTy->getAddressSpace()),
429 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
430 if (!PTy->getElementType()->isIntegerTy(1))
432 getFoldedAlignOf(PointerType::get(IntegerType::get(PTy->getContext()
    [all...]
AsmWriter.cpp 244 PointerType *PTy = cast<PointerType>(Ty);
245 print(PTy->getElementType(), OS);
246 if (unsigned AddressSpace = PTy->getAddressSpace())
259 VectorType *PTy = cast<VectorType>(Ty);
260 OS << "<" << PTy->getNumElements() << " x ";
261 print(PTy->getElementType(), OS);
    [all...]
Instructions.cpp     [all...]
Type.cpp 747 if (PointerType *PTy = dyn_cast<PointerType>(ElemTy))
748 ElemTy = PTy->getElementType();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 212 PointerType *PTy, Type *Ty, Value *V);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 158 if (const PointerType *PTy = T->getAs<PointerType>())
159 T = PTy->getPointeeType();
180 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy)) {
181 DI->getOrCreateRecordType(PTy->getPointeeType(),
    [all...]
CodeGenModule.cpp     [all...]
CodeGenTypes.cpp 394 const PointerType *PTy = cast<PointerType>(Ty);
395 QualType ETy = PTy->getPointeeType();
TargetInfo.cpp     [all...]
CodeGenModule.h     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 749 PointerType *PTy = dyn_cast<PointerType>(Ty);
750 if (PTy == 0) {
778 if (FunctionType *FT = dyn_cast<FunctionType>(PTy->getElementType()))
781 FwdVal = new GlobalVariable(*M, PTy->getElementType(), false,
789 PointerType *PTy = dyn_cast<PointerType>(Ty);
790 if (PTy == 0) {
816 if (FunctionType *FT = dyn_cast<FunctionType>(PTy->getElementType()))
819 FwdVal = new GlobalVariable(*M, PTy->getElementType(), false,
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 277 PointerType *PTy = cast<PointerType>(T);
280 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
281 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 339 PointerType *PTy = cast<PointerType>(T);
342 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
343 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 278 PointerType *PTy = cast<PointerType>(T);
281 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
282 unsigned AddressSpace = PTy->getAddressSpace();
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 106 else if (const PointerType* PTy = BaseType->getAs<PointerType>())
107 BaseType = PTy->getPointeeType();
    [all...]

Completed in 791 milliseconds

1 2