HomeSort by relevance Sort by last modified time
    Searched refs:Ty (Results 201 - 225 of 272) sorted by null

1 2 3 4 5 6 7 891011

  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 53 static Constant *getFalse(Type *Ty) {
54 assert((Ty->isIntegerTy(1) ||
55 (Ty->isVectorTy() &&
56 cast<VectorType>(Ty)->getElementType()->isIntegerTy(1))) &&
58 return Constant::getNullValue(Ty);
63 static Constant *getTrue(Type *Ty) {
64 assert((Ty->isIntegerTy(1) ||
65 (Ty->isVectorTy() &&
66 cast<VectorType>(Ty)->getElementType()->isIntegerTy(1))) &&
68 return Constant::getAllOnesValue(Ty);
    [all...]
ValueTracking.cpp 37 static unsigned getBitWidth(Type *Ty, const TargetData *TD) {
38 if (unsigned BitWidth = Ty->getScalarSizeInBits())
40 assert(isa<PointerType>(Ty) && "Expected a pointer type!");
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 524 virtual unsigned getByValTypeAlignment(Type *Ty) const;
636 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
    [all...]
X86SelectionDAGInfo.cpp 61 Entry.Ty = IntPtrTy;
X86FastISel.cpp 138 bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);
148 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
149 EVT evt = TLI.getValueType(Ty, /*HandleUnknown=*/true);
354 if (PointerType *Ty = dyn_cast<PointerType>(V->getType()))
355 if (Ty->getAddressSpace() > 255)
    [all...]
  /external/quake/
NOTICE 354 <signature of Ty Coon>, 1 April 1989
355 Ty Coon, President of Vice
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 355 <signature of Ty Coon>, 1 April 1989
356 Ty Coon, President of Vice
  /external/bluetooth/bluez/input/
NOTICE 355 <signature of Ty Coon>, 1 April 1989
356 Ty Coon, President of Vice
  /external/bluetooth/bluez/plugins/
NOTICE 355 <signature of Ty Coon>, 1 April 1989
356 Ty Coon, President of Vice
  /external/bluetooth/bluez/src/
NOTICE 357 <signature of Ty Coon>, 1 April 1989
358 Ty Coon, President of Vice
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 91 uint64_t getTypeStoreSize(Type *Ty);
  /external/clang/lib/Analysis/
CFG.cpp 669 QualType Ty = (*I)->getType().getNonReferenceType();
670 if (const ArrayType *AT = Context->getAsArrayType(Ty))
671 Ty = AT->getElementType();
672 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor();
2990 QualType ty = var->getType(); local
3018 QualType ty = cdecl->getType(); local
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 459 QualType Ty = V->getType();
460 if (!Ty->isBlockPointerType())
566 QualType Ty;
575 Ty = Context.getPointerType(ValType.getUnqualifiedType());
578 Ty = Context.getPointerDiffType();
580 Ty = ValType;
583 Ty = Context.IntTy;
586 InitializedEntity::InitializeParameter(Context, Ty, false);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 452 if (IntegerType *Ty = dyn_cast<IntegerType>(CmpLHS->getType())) {
453 if (TrueVal->getType() == Ty) {
465 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 199 llvm::GlobalVariable *MakeGlobal(llvm::StructType *Ty,
204 llvm::Constant *C = llvm::ConstantStruct::get(Ty, V);
205 return new llvm::GlobalVariable(TheModule, Ty, false,
211 llvm::GlobalVariable *MakeGlobal(llvm::ArrayType *Ty,
216 llvm::Constant *C = llvm::ConstantArray::get(Ty, V);
217 return new llvm::GlobalVariable(TheModule, Ty, false,
222 llvm::GlobalVariable *MakeGlobalArray(llvm::Type *Ty,
227 llvm::ArrayType *ArrayTy = llvm::ArrayType::get(Ty, V.size());
233 llvm::Value* EnforceType(CGBuilderTy B, llvm::Value *V, llvm::Type *Ty){
234 if (V->getType() == Ty) return V
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 844 ParsedType Ty;
857 Ty = type.get();
870 Ty = Actions.ActOnObjCInstanceType(Tok.getLocation());
886 return Ty;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 421 EVT Ty = N->getValueType(0);
422 unsigned LO = (Ty == MVT::i32) ? Mips::LO : Mips::LO64;
423 unsigned HI = (Ty == MVT::i32) ? Mips::HI : Mips::HI64;
435 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, dl, LO, Ty,
445 HI, Ty, InGlue);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 821 Type *Ty = CFP->getType();
822 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
824 } else if (Ty->isX86_FP80Ty()) {
831 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 503 Type *Ty = Init->getType();
513 if (StructType *STy = dyn_cast<StructType>(Ty)) {
536 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 861 Type *Ty = CFP->getType();
862 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
864 } else if (Ty->isX86_FP80Ty()) {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 2977 milliseconds

1 2 3 4 5 6 7 891011