HomeSort by relevance Sort by last modified time
    Searched defs:PTy (Results 1 - 25 of 26) 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/clang/lib/CodeGen/
CodeGenTypes.cpp 394 const PointerType *PTy = cast<PointerType>(Ty);
395 QualType ETy = PTy->getPointeeType();
TargetInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
CodeGenModule.cpp     [all...]
CGObjC.cpp     [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/Analysis/
InlineCost.cpp 806 PointerType *PTy = cast<PointerType>(CS.getArgument(I)->getType());
807 unsigned TypeSize = TD->getTypeSizeInBits(PTy->getElementType());
    [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...]
  /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...]
  /external/llvm/lib/Target/NVPTX/
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...]
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...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/VMCore/
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...]
Verifier.cpp 554 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) {
555 Assert1(!ByValI || PTy->getElementType()->isSized(),
    [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/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp 553 QualType PTy = Context.isPromotableBitField(E);
554 if (!PTy.isNull()) {
555 E = ImpCastExprToType(E, PTy, CK_IntegralCast).take();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 573 milliseconds

1 2