Searched refs:Create (Results 276 - 300 of 345) sorted by relevance

<<11121314

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1980 return ExtractValueInst::Create(Call, 1, "sadd.overflow");
2009 return ExtractValueInst::Create(Call, 1, "uadd.overflow");
2119 return CmpInst::Create(Instruction::ICmp, I.getPredicate(), V, Op1);
2123 return CmpInst::Create(Instruction::ICmp, I.getPredicate(), V, Op1);
2529 return SelectInst::Create(LHSI->getOperand(0), Op1, Op2);
3338 return SelectInst::Create(LHSI->getOperand(0), Op1, Op2);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1537 // Create an instance of the structure
1577 // Create an instance of the structure
1654 // Create an instance of the structure
1700 // Create the protocol list structure used in classes, categories and so on
2226 // Create the direct offset value
2511 // Create an array of classes, then categories, then static object instances
2562 // Create the load function calling the runtime entry point with the module
2564 llvm::Function * LoadFunction = llvm::Function::Create(
2569 llvm::BasicBlock::Create(VMContext, "entry", LoadFunction);
2584 llvm::Function *RegisterAlias = llvm::Function::Create(
[all...]
H A DCGObjC.cpp2877 FunctionDecl *FD = FunctionDecl::Create(C,
2904 llvm::Function::Create(LTy, llvm::GlobalValue::InternalLinkage,
2958 FunctionDecl *FD = FunctionDecl::Create(C,
2985 llvm::Function::Create(LTy, llvm::GlobalValue::InternalLinkage,
3009 CXXConstructExpr::Create(C, Ty, SourceLocation(),
H A DMicrosoftCXXABI.cpp690 = ImplicitParamDecl::Create(Context, 0,
698 = ImplicitParamDecl::Create(Context, 0,
888 // Create all the vftables at once in order to make sure each vftable has
986 // Create the llvm::Function.
990 llvm::Function::Create(ThunkTy, llvm::Function::ExternalLinkage,
1196 // Create the guard variable with a zero-initializer. Just absorb linkage
H A DCGObjCMac.cpp1002 /// CreateMetadataVar - Create a global variable with internal
1795 // Create and init a super structure; this is a (receiver, class)
3415 llvm::Function::Create(MethodTy,
3571 /// Create the fragile-ABI read and write hazards based on the current
3588 // Create a read hazard for the allocas. This inhibits dead-store
3603 // Create a write hazard for the allocas. This inhibits folding
3845 // Create the fragile hazards. Note that this will not capture any
3851 // Create a flag indicating whether the cleanup needs to call
5073 RecordDecl *RD = RecordDecl::Create(Ctx, TTK_Struct,
5077 RD->addDecl(FieldDecl::Create(Ct
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp621 ExprResult Res = Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
629 Res = Owned(ImplicitCastExpr::Create(Context, T, CK_AtomicToNonAtomic,
1434 /// getUDSuffixLoc - Create a SourceLocation for a ud-suffix, given the
1526 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(),
1563 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType,
1639 E = DeclRefExpr::Create(
1647 E = DeclRefExpr::Create(
1782 CXXDependentScopeMemberExpr::Create(
2044 return Owned(CXXDependentScopeMemberExpr::Create(
2601 = UnresolvedLookupExpr::Create(Contex
[all...]
H A DSemaInit.cpp362 Expr *DIE = CXXDefaultInitExpr::Create(SemaRef.Context,
1636 return DesignatedInitExpr::Create(SemaRef.Context, DIE->designators_begin(),
2130 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
2152 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
2447 = DesignatedInitExpr::Create(Context,
3301 // Not reference-related. Create a temporary and bind to that.
5713 CurInit = S.Owned(ImplicitCastExpr::Create(S.Context,
5896 CurInit = S.Owned(ImplicitCastExpr::Create(S.Context,
5924 CurInit = S.Owned(ImplicitCastExpr::Create(S.Context, Step->Type,
6162 CurInit = S.Owned(ImplicitCastExpr::Create(
[all...]
H A DSemaOverload.cpp5164 From = ImplicitCastExpr::Create(SemaRef.Context, Result.get()->getType(),
5193 From = ImplicitCastExpr::Create(SemaRef.Context, Result.get()->getType(),
10407 /// \brief Create a unary operation that may resolve to an overloaded
10446 Args[1] = IntegerLiteral::Create(Context, Zero, Context.IntTy,
10463 = UnresolvedLookupExpr::Create(Context, NamingClass,
10599 /// \brief Create a binary operation that may resolve to an overloaded
10656 = UnresolvedLookupExpr::Create(Context, NamingClass,
10905 = UnresolvedLookupExpr::Create(Context, NamingClass,
11464 // Create an implicit member expr to refer to the conversion operator.
11471 Call = Owned(ImplicitCastExpr::Create(Contex
[all...]
H A DSemaLookup.cpp2535 // Create the object argument
3362 Res = LabelDecl::Create(Context, CurContext, Loc, II, GnuLabelLoc);
3376 Res = LabelDecl::Create(Context, CurContext, Loc, II);
3690 NNS = NestedNameSpecifier::Create(Context, NNS, ND);
3693 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp753 = ASTDeclContextNameLookupTable::Create(
2186 ASTDeclContextNameLookupTable::Create(
2203 = ASTIdentifierLookupTable::Create(
2336 = ASTSelectorLookupTable::Create(
2637 = HeaderFileInfoLookupTable::Create(
5370 return ASTTemplateArgumentListInfo::Create(getContext(), TemplArgsInfo);
6968 TemplateParameterList::Create(Context, TemplateLoc, LAngleLoc,
7085 BOMInit = CXXCtorInitializer::Create(Context, Member, MemberOrEllipsisLoc,
7111 NNS = NestedNameSpecifier::Create(Context, Prev, II);
7117 NNS = NestedNameSpecifier::Create(Contex
[all...]
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp59 // Create a new cast, and leave the old cast in place in case
62 Ret = CastInst::Create(Op, V, Ty, "", IP);
73 // Create a new cast.
75 Ret = CastInst::Create(Op, V, Ty, V->getName(), IP);
1106 // Create the PHI.
1114 // Create the step instructions and populate the PHI.
1124 // Create a step value and add it to the PHI.
1324 // Create and insert the PHI node for the induction variable in the
1328 CanonicalIV = PHINode::Create(Ty, std::distance(HPB, HPE), "indvar",
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp89 static char *Create(const GlobalVariable *GV, const DataLayout& TD) { function in class:__anon2354::GVMemoryBlock
111 return GVMemoryBlock::Create(GV, *getDataLayout());
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp396 PHINode *NewPHI = PHINode::Create(Int32Ty, 2, PN->getName()+".int", PN);
815 BinaryOperator *WideBO = BinaryOperator::Create(NarrowBO->getOpcode(),
1772 // Create a rewriter object which we'll use to transform the code with.
H A DLoopIdiomRecognize.cpp128 /// Create llvm.ctpop.* intrinsic function.
576 PHINode *TcPhi = PHINode::Create(Ty, 2, "tcphi", Body->begin());
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1025 TypedefDecl *typedef_decl = TypedefDecl::Create(*m_ast_context,
1323 valobj = ValueObjectVariable::Create(target, var);
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp660 EmitValue(MCConstantExpr::Create(Value, getContext()), Size);
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp122 // Create particular kinds of operand.
792 const MCExpr *Base = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_None,
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp944 // Create a PhiNode using the dereferenced type... and add the phi-node to the
946 PN = PHINode::Create(Allocas[AllocaNo]->getAllocatedType(), getNumPreds(BB),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp105 if (const HeaderMap *HM = HeaderMap::Create(FE, FileMgr)) {
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp490 return_valobj_sp = ValueObjectConstResult::Create(thread.GetStackFrameAtIndex(0).get(),
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp723 return_valobj_sp = ValueObjectConstResult::Create(thread.GetStackFrameAtIndex(0).get(),
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1232 valobj_sp = ValueObjectVariable::Create (this, variable_sp);
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp122 m_debugger (SBDebugger::Create(false)),
1045 // Create a scope for driver so that the driver object will destroy itself
/freebsd-10-stable/sys/dev/aac/
H A Daacreg.h803 AifJobCtrCreateMirror, /* Container Create Mirror operation */
820 AifJobFsCreate, /* File System Create operation */
1042 Create, enumerator in enum:__anon7584
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid_reg.h792 AifJobCtrCreateMirror, /* Container Create Mirror operation */
809 AifJobFsCreate, /* File System Create operation */
1034 Create, enumerator in enum:__anon7614

Completed in 606 milliseconds

<<11121314