Searched defs:PTy (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp412 const PointerType *PTy = cast<PointerType>(Ty); local
H A DTargetInfo.cpp987 llvm::Type *PTy = local
[all...]
H A DCGBuiltin.cpp1466 llvm::Type *PTy = FTy->getParamType(i); local
H A DCodeGenModule.cpp1359 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); local
1545 llvm::PointerType *PTy = local
2408 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); local
2415 llvm::Type *PTy = llvm::ArrayType::get(Ty, 0); local
H A DCGExpr.cpp2976 const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>(); local
H A DCGObjC.cpp1413 const ObjCObjectPointerType *PTy = cast<ObjCObjectPointerType>( local
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp968 PointerType *PTy = dyn_cast<PointerType>(Ty); local
1010 PointerType *PTy = dyn_cast<PointerType>(Ty); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp922 PointerType *PTy = cast<PointerType>(CS.getArgument(I)->getType()); local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp615 PointerType *PTy = cast<PointerType>(Val->getType()); local
643 PointerType *PTy = cast<PointerType>(Val->getType()); local
H A DScalarEvolutionExpander.cpp396 expandAddToGEP(const SCEV *const *op_begin, const SCEV *const *op_end, PointerType *PTy, Type *Ty, Value *V) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1170 Type *PTy = getPromotedType((*AI)->getType()); local
1255 PointerType *PTy = cast<PointerType>(Callee->getType()); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1347 PointerType *PTy = cast<PointerType>(CurTy); local
1371 PointerType *PTy = cast<PointerType>(CurTy); local
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp319 PointerType *PTy = cast<PointerType>(T); local
1303 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1436 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp265 PointerType *PTy = cast<PointerType>(Ty); local
280 VectorType *PTy = cast<VectorType>(Ty); local
1932 PointerType *PTy = cast<PointerType>(Operand->getType()); local
1965 PointerType *PTy = cast<PointerType>(Operand->getType()); local
[all...]
H A DVerifier.cpp458 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); local
1618 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); local
1692 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); local
1720 PointerType *PTy = AI.getType(); local
1736 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); local
1760 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType()); local
[all...]
H A DInstructions.cpp1360 PointerType *PTy = dyn_cast<PointerType>(Ptr->getScalarType()); local
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1095 const PointerType *PTy = GVar->getType(); local
1388 const PointerType *PTy local
1559 const PointerType *PTy = dyn_cast<PointerType>(Ty); local
1620 const PointerType *PTy = dyn_cast<PointerType>(Ty); local
[all...]
H A DNVPTXISelLowering.cpp394 const PointerType *PTy = dyn_cast<PointerType>(Ty); local
504 const PointerType *PTy = dyn_cast<PointerType>(Args[i].Ty); local
1029 const PointerType *PTy = dyn_cast<PointerType>(Ty); local
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1353 EVT PTy = getPointerTy(); local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1674 EVT PTy = TLI.getPointerTy(); local
2355 EVT PTy = TLI.getPointerTy(); local
3159 EVT PTy = TLI.getPointerTy(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3289 EVT PTy = getPointerTy(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp665 QualType PTy = Context.isPromotableBitField(E); local
[all...]
H A DSemaOverload.cpp6232 const ObjCObjectPointerType *PTy = Ty->castAs<ObjCObjectPointerType>(); local

Completed in 437 milliseconds