Searched refs:Create (Results 476 - 488 of 488) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2440 TemplateIdAnnotation *TemplateId = TemplateIdAnnotation::Create(
3878 // Create a fake EOF to mark end of Toks buffer.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp979 // Create a PHIExpression from an array of {incoming edge, value} pairs. I is
1123 // Create a value expression from the instruction I, replacing operands with
1952 // Create expression will take care of simplifyCmpInst
2832 PHINode::Create(I->getType(), OpPHI->getNumOperands(), "phiofops");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1431 // Create the frame index object for this incoming parameter.
1435 // Create the SelectionDAG nodes corresponding to a load
3139 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD);
3154 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSLDM);
3172 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF);
3197 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF);
4442 // Create a node that performs P on operands Op0 and Op1, casting the
4674 // Create a tree of shuffles, deferring root node until after the loop.
4688 // Create a mask for just these two operands.
4944 // Create th
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1186 // Create source information for this type.
3118 // Create the TemplateTypeParmDecl here to retrieve the corresponding
3122 TemplateTypeParmDecl::Create(
6124 /// Create and instantiate a TypeSourceInfo with type source information.
6196 /// Create a LocInfoType to hold the given QualType and TypeSourceInfo.
7639 // Create the vector type.
7878 // Create the matrix type.
8129 AcquireHandleAttr::Create(state.getSema().Context, HandleType, attr),
H A DSemaTemplateDeduction.cpp2728 // Create the resulting argument pack.
4454 // Create an Instantiation Scope for finalizing the operator.
4573 // Create some scratch storage for the transformed type locations.
4746 TemplateTypeParmDecl *TemplParam = TemplateTypeParmDecl::Create(
H A DSemaChecking.cpp5334 // Create a new DeclRefExpr to refer to the new decl.
5335 DeclRefExpr *NewDRE = DeclRefExpr::Create(
12508 /// Create a new sequence of operations, which is an unsequenced
15349 // Create returned matrix type by swapping rows and columns of the argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp724 SetUnixSignals(UnixSignals::Create(GetTarget().GetArchitecture()));
1739 // Create the thread if we need to
3595 // Create a thread that watches our internal state and controls which
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2284 /// createBasicBlock - Create an LLVM basic block.
2288 return llvm::BasicBlock::Create(getLLVMContext(), name, parent, before);
2448 /// CreateIRTemp - Create a temporary IR object of the given type, with
2458 /// CreateMemTemp - Create a temporary memory object of the given type, with
2466 /// CreateMemTemp - Create a temporary memory object of the given type, with
2472 /// CreateAggTemp - Create a temporary memory object for the given
4245 /// EmitCXXGlobalVarDeclInit - Create the initializer for a C++
4405 /// Create a basic block that will either trap or call a handler function in
4422 /// Create a basic block that will call the trap intrinsic, and emit a
4436 /// Create
[all...]
H A DCGBuiltin.cpp1237 Args.push_back(ImplicitParamDecl::Create(
1248 Args.push_back(ImplicitParamDecl::Create(
1264 llvm::Function *Fn = llvm::Function::Create(
1277 FunctionDecl *FD = FunctionDecl::Create(
1285 // Create a scope with an artificial location for the body of this function.
2527 // Create Result
4041 // Create a temporary array to hold the sizes of local pointer arguments
4082 // Create a vector of the arguments, as well as a constant value to
14520 // Create a shuffle mask
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp519 UnixSignals::Create(HostInfo::GetArchitecture())) {
3602 // Create a thread that watches our internal state and controls which events
3623 // Create the private state thread, and start it running.
6067 // Create the plugin.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3761 return InsertValueInst::Create(To, V, makeArrayRef(Idxs).slice(IdxSkip),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp403 // Create a new implicit IT block with a dummy condition code.
412 // Create a new explicit IT block with the given condition and mask.
4807 auto Create = (LaneKind == NoLanes ? ARMOperand::CreateVectorList : local
4809 Operands.push_back(Create(FirstReg, Count, (Spacing == 2), S, E));
6954 // Create the leading tokens for the mnemonic, split by '.' characters.
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17262 SWIG_check_num_args("lldb::SBDebugger::Create",0,0)
17263 result = lldb::SBDebugger::Create();
17283 SWIG_check_num_args("lldb::SBDebugger::Create",1,1)
17284 if(!lua_isboolean(L,1)) SWIG_fail_arg("lldb::SBDebugger::Create",1,"bool");
17286 result = lldb::SBDebugger::Create(arg1);
17308 SWIG_check_num_args("lldb::SBDebugger::Create",3,3)
17309 if(!lua_isboolean(L,1)) SWIG_fail_arg("lldb::SBDebugger::Create",1,"bool");
17310 if(!SWIG_isptrtype(L,2)) SWIG_fail_arg("lldb::SBDebugger::Create",2,"lldb::LogOutputCallback");
17311 if(!SWIG_isptrtype(L,3)) SWIG_fail_arg("lldb::SBDebugger::Create",3,"void *");
17319 result = lldb::SBDebugger::Create(arg
[all...]

Completed in 735 milliseconds

<<11121314151617181920