Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1401 Expand subsection
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcssyn.c201 int Expand; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp120 bool Expand = true, RetainExpansion = false; in instantiateDependentAlignedAttr() local
2602 bool Expand = true; in VisitTemplateTypeParmDecl() local
2715 bool Expand = true; in VisitNonTypeTemplateParmDecl() local
2880 bool Expand = true; in VisitTemplateTemplateParmDecl() local
3112 bool Expand = true; in instantiateUnresolvedUsingDecl() local
H A DTreeTransform.h3920 bool Expand = true; in TransformExprs() local
4512 bool Expand = true; in TransformTemplateArguments() local
5953 bool Expand = false; in TransformExceptionSpec() local
7044 bool Expand = false; in TransformObjCObjectType() local
12096 bool Expand = true; in TransformTypeTraitExpr() local
12666 bool Expand = true; in TransformLambdaExpr() local
13403 bool Expand = true; in TransformCXXFoldExpr() local
13600 bool Expand = true; in TransformObjCDictionaryLiteral() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h72 Expand, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d1552 alias Expand = T; in Pack() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp732 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand() function in VectorLegalizer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1578 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand() function in ARMLowOverheadLoops
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp910 bool Expand = StringSwitch<bool>(Name) in UpgradeIntrinsicFunction1() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h198 Expand, // Try to expand this to other ops, otherwise use a libcall. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5198 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF, in Expand() function in LSRInstance