HomeSort by relevance Sort by last modified time
    Searched defs:PTy (Results 1 - 25 of 28) 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/clang/lib/CodeGen/
CodeGenTypes.cpp 410 const PointerType *PTy = cast<PointerType>(Ty);
411 QualType ETy = PTy->getPointeeType();
TargetInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Analysis/
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/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/IR/
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...]
Instructions.cpp     [all...]
Verifier.cpp 703 if (PointerType *PTy = dyn_cast<PointerType>(Ty))
705 PTy->getElementType()->isSized(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [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/Bitcode/Reader/
BitcodeReader.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...]
  /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...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2266 milliseconds

1 2