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

<<111213141516

  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
MicrosoftCXXABI.cpp 67 llvm::Constant *getAddrOfRTTIDescriptor(QualType Ty) override;
210 llvm::Type *Ty) override;
    [all...]
CGBlocks.cpp 1400 auto *ty = cast<llvm::PointerType>(srcValue->getType()); local
    [all...]
CGObjCGNU.cpp 195 llvm::GlobalVariable *MakeGlobal(llvm::StructType *Ty,
200 llvm::Constant *C = llvm::ConstantStruct::get(Ty, V);
201 return new llvm::GlobalVariable(TheModule, Ty, false,
207 llvm::GlobalVariable *MakeGlobal(llvm::ArrayType *Ty,
212 llvm::Constant *C = llvm::ConstantArray::get(Ty, V);
213 return new llvm::GlobalVariable(TheModule, Ty, false,
218 llvm::GlobalVariable *MakeGlobalArray(llvm::Type *Ty,
223 llvm::ArrayType *ArrayTy = llvm::ArrayType::get(Ty, V.size());
276 llvm::Value* EnforceType(CGBuilderTy &B, llvm::Value *V, llvm::Type *Ty) {
277 if (V->getType() == Ty) return V
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 305 Type *Ty = Type::getInt8PtrTy(*DAG.getContext());
306 Constant *GA = ConstantExpr::getBitCast(const_cast<GlobalValue*>(GV), Ty);
307 Ty = Type::getInt32Ty(*DAG.getContext());
308 Constant *Idx = ConstantInt::get(Ty, Offset);
486 Entry.Ty = IntPtrTy;
543 Entry.Ty = IntPtrTy;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 3714 QualType ty = var->getType(); local
    [all...]
LiveVariables.cpp 218 static const VariableArrayType *FindVA(QualType Ty) {
219 const Type *ty = Ty.getTypePtr(); local
220 while (const ArrayType *VT = dyn_cast<ArrayType>(ty)) {
225 ty = VT->getElementType().getTypePtr();
  /external/clang/include/clang/Sema/
Initialization.h     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 61 Type *Ty;
64 unsigned SCEVTy, const SCEV *op, Type *ty);
68 Type *getType() const { return Ty; }
86 const SCEV *op, Type *ty);
103 const SCEV *op, Type *ty);
120 const SCEV *op, Type *ty);
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 196 void TypePrinting::print(Type *Ty, raw_ostream &OS) {
197 switch (Ty->getTypeID()) {
209 OS << 'i' << cast<IntegerType>(Ty)->getBitWidth();
213 FunctionType *FTy = cast<FunctionType>(Ty);
230 StructType *STy = cast<StructType>(Ty);
246 PointerType *PTy = cast<PointerType>(Ty);
254 ArrayType *ATy = cast<ArrayType>(Ty);
261 VectorType *PTy = cast<VectorType>(Ty);
    [all...]
Attributes.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 190 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) {
191 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 368 MVT::SimpleValueType Ty = P.getSubtarget().is64Bit() ? MVT::i64 : MVT::i32;
369 Reg = getX86SubSuperRegister(Reg, Ty);
X86SelectionDAGInfo.cpp 61 Entry.Ty = IntPtrTy;
  /external/clang/lib/Sema/
Sema.cpp 308 ExprResult Sema::ImpCastExprToType(Expr *E, QualType Ty,
329 QualType TypeTy = Context.getCanonicalType(Ty);
348 ImpCast->setType(Ty);
354 return ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK);
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 61 const Type *Ty = QT.getTypePtr();
63 Ty = QT->getPointeeType().getTypePtr();
65 Ty = Ty->getBaseElementTypeUnsafe();
68 CXXRecordDecl *RD = Ty->getAsCXXRecordDecl();
145 Expr *initializer, QualType ty,
148 : Expr(CXXNewExprClass, ty, VK_RValue, OK_Ordinary,
149 ty->isDependentType(), ty->isDependentType(),
150 ty->isInstantiationDependentType()
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 334 Value *FAddendCoef::getValue(Type *Ty) const {
336 ConstantFP::get(Ty, float(IntVal)) :
337 ConstantFP::get(Ty->getContext(), getFpVal());
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 914 ParsedType Ty;
928 Ty = type.get();
941 Ty = Actions.ActOnObjCInstanceType(Tok.getLocation());
957 return Ty;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 118 DIType Ty = Var.getType().resolve(DD->getTypeIdentifierMap());
146 DIType subType = Ty;
147 uint16_t tag = Ty.getTag();
150 subType = resolve(DIDerivedType(Ty).getTypeDerivedFrom());
159 return Ty;
768 DIType Ty(RetainedTypes.getElement(i));
771 DIType UniqueTy(resolve(Ty.getRef()));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 852 Type *Ty = CFP->getType();
853 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) {
855 } else if (Ty->isX86_FP80Ty()) {
862 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
    [all...]

Completed in 2163 milliseconds

<<111213141516