Home
last modified time | relevance | path

Searched defs:Expand (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/docs/
H A DWritingAnLLVMBackend.rst1432 Expand subsection
/llvm-project/flang/include/flang/Evaluate/
H A Dtools.h1148 template <typename A> A Expand(A &&x) const { Expand() function
1151 template <typename T> Constant<T> Expand(Constant<T> &&x) { Expand() function
1158 template <typename T> Expr<T> Expand(Parentheses<T> &&x) { Expand() function
1161 template <typename T> Expr<T> Expand(Expr<T> &&x) { Expand() function
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h72 Expand, enumerator
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp132 bool Expand = true, RetainExpansion = false; in instantiateDependentAlignedAttr() local
2919 bool Expand = true; VisitTemplateTypeParmDecl() local
3011 bool Expand = true; VisitNonTypeTemplateParmDecl() local
3184 bool Expand = true; VisitTemplateTemplateParmDecl() local
3457 bool Expand = true; instantiateUnresolvedUsingDecl() local
[all...]
H A DTreeTransform.h4266 bool Expand = true; TransformExprs() local
4863 bool Expand = true; TransformTemplateArguments() local
6390 bool Expand = false; TransformExceptionSpec() local
7673 bool Expand = false; TransformObjCObjectType() local
13727 bool Expand = true; TransformTypeTraitExpr() local
14303 bool Expand = true; TransformLambdaExpr() local
15221 bool Expand = true; TransformCXXFoldExpr() local
15435 bool Expand = true; TransformObjCDictionaryLiteral() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp835 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { Expand() function in VectorLegalizer
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1702 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { Expand() function in ARMLowOverheadLoops
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h201 Expand, // Try to expand this to other ops, otherwise use a libcall. global() enumerator
266 Expand, // Generic expansion in terms of other atomic operations. global() enumerator
[all...]
/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1249 bool Expand = false; upgradeIntrinsicFunction1() local
[all...]
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4508 void Expand() { expanded = true; } in Expand() function
4716 void Expand() { m_is_expanded = true; } in Expand() function in TreeItem
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5680 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF, Expand() function in LSRInstance
[all...]