HomeSort by relevance Sort by last modified time
    Searched refs:Ty (Results 301 - 325 of 380) sorted by null

<<111213141516

  /external/clang/lib/Sema/
SemaDecl.cpp 308 ParsedType Ty = getTypeName(*NewII, NameLoc, S, NewSSPtr,
312 if (Ty) {
319 return Ty;
497 const Type *Ty = SS->getScopeRep()->getAsType();
501 if (Context.hasSameUnqualifiedType(QualType(Ty, 1), Base.getType()))
    [all...]
SemaInit.cpp 133 static void updateStringLiteralType(Expr *E, QualType Ty) {
135 E->setType(Ty);
    [all...]
SemaOpenMP.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 154 bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);
336 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
337 EVT evt = TLI.getValueType(Ty, /*HandleUnknown=*/true);
671 if (PointerType *Ty = dyn_cast<PointerType>(V->getType()))
672 if (Ty->getAddressSpace() > 255)
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 122 Type *Ty = Types.pop_back_val();
123 switch (Ty->getTypeID()) {
128 SequentialType *STy = cast<SequentialType>(Ty);
133 StructType *STy = cast<StructType>(Ty);
479 Type *Ty = Init->getType();
489 if (StructType *STy = dyn_cast<StructType>(Ty)) {
511 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGObjCRuntime.cpp 354 CGM.getTypes().arrangeObjCMessageSendSignature(method, callArgs[0].Ty);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 284 MVT Ty = RoundingTypes[I];
285 setOperationAction(ISD::FFLOOR, Ty, Legal);
286 setOperationAction(ISD::FNEARBYINT, Ty, Legal);
287 setOperationAction(ISD::FCEIL, Ty, Legal);
288 setOperationAction(ISD::FRINT, Ty, Legal);
289 setOperationAction(ISD::FTRUNC, Ty, Legal);
290 setOperationAction(ISD::FROUND, Ty, Legal);
466 MVT Ty = RoundingVecTypes[I];
467 setOperationAction(ISD::FFLOOR, Ty, Legal);
468 setOperationAction(ISD::FNEARBYINT, Ty, Legal)
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp 669 Type *Ty = Cast->getType();
670 uint64_t Width = SE->getTypeSizeInBits(Ty);
675 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
685 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
    [all...]
Reassociate.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 851 Type *Ty = CFP->getType();
852 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
854 } else if (Ty->isX86_FP80Ty()) {
861 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 805 Type *Ty = CFP->getType();
806 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
808 } else if (Ty->isX86_FP80Ty()) {
815 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 578 if (IntegerType *Ty = dyn_cast<IntegerType>(CmpLHS->getType())) {
579 if (TrueVal->getType() == Ty) {
591 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1);
    [all...]
InstCombineCalls.cpp 31 static Type *getPromotedType(Type *Ty) {
32 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
34 return Type::getInt32Ty(Ty->getContext());
36 return Ty;
    [all...]
InstCombineMulDivRem.cpp 785 /// be truncated to Ty without losing bits.
786 static Value *dyn_castZExtVal(Value *V, Type *Ty) {
788 if (Z->getSrcTy() == Ty)
791 if (C->getValue().getActiveBits() <= cast<IntegerType>(Ty)->getBitWidth())
792 return ConstantExpr::getTrunc(C, Ty);
    [all...]
  /external/clang/lib/AST/
Expr.cpp 49 const RecordType *Ty = DerivedType->castAs<RecordType>();
50 Decl *D = Ty->getDecl();
795 StringKind Kind, bool Pascal, QualType Ty,
798 assert(C.getAsConstantArrayType(Ty) &&
806 StringLiteral *SL = new (Mem) StringLiteral(Ty);
    [all...]
TypePrinter.cpp 91 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
99 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
101 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
137 print(split.Ty, split.Quals, OS, PlaceHolder);
237 dyn_cast<SubstTemplateTypeParmType>(Split.Ty))
240 printBefore(Split.Ty, Quals, OS);
293 printAfter(split.Ty, split.Quals, OS);
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 99 uint64_t getTypeStoreSize(Type *Ty);
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 573 static MVT getVT(Type *Ty, bool HandleUnknown = false);
  /external/llvm/include/llvm/IR/
Module.h 383 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 735 Type *Ty = ST->getMemoryVT().getTypeForEVT(*DAG.getContext());
736 unsigned ABIAlignment= TLI.getDataLayout()->getABITypeAlignment(Ty);
    [all...]

Completed in 3513 milliseconds

<<111213141516