/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 | 417 const PointerType *PTy = cast<PointerType>(Ty); 418 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/Transforms/InstCombine/ |
InstCombineCalls.cpp | [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 329 PointerType *PTy = cast<PointerType>(T); 332 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); 333 unsigned AddressSpace = PTy->getAddressSpace(); [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 269 PointerType *PTy = cast<PointerType>(T); 272 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); 273 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 | 402 PointerType *PTy = cast<PointerType>(T); 405 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); 406 unsigned AddressSpace = PTy->getAddressSpace(); [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | 241 PointerType *PTy = cast<PointerType>(Ty); 242 print(PTy->getElementType(), OS); 243 if (unsigned AddressSpace = PTy->getAddressSpace()) 256 VectorType *PTy = cast<VectorType>(Ty); 257 OS << "<" << PTy->getNumElements() << " x "; 258 print(PTy->getElementType(), OS); [all...] |
Instructions.cpp | [all...] |
Verifier.cpp | 479 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); 480 Assert1(PTy, "wrong type for intrinsic global variable", &GV); 831 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) 833 PTy->getElementType()->isSized(), [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 727 const PointerType *Pty = gv->getType(); 728 if (Pty->getAddressSpace() != llvm::ADDRESS_SPACE_SHARED) [all...] |
NVPTXISelLowering.cpp | 454 const PointerType *PTy = dyn_cast<PointerType>(Ty); 455 assert(PTy && "Param with byval attribute should be a pointer type"); 456 Type *ETy = PTy->getElementType(); 766 const PointerType *PTy = dyn_cast<PointerType>(Args[i].Ty); 767 assert(PTy && "Type of a byval parameter should be pointer"); 768 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...] |