Home
last modified time | relevance | path

Searched defs:Extend (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DOutputBufferTest.cpp84 TEST(OutputBufferTest, Extend) { in TEST() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DNestedNameSpecifier.cpp563 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
576 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
588 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
600 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
/llvm-project-15.0.7/lldb/source/Core/
H A DAddressRange.cpp125 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp53 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, in Extend() function in CXXScopeSpec
64 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec
77 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec
90 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec
H A DSemaInit.cpp7533 Extend, enumerator
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h45 Extend, enumerator
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp505 auto *Extend = Root; in tryCreateMaskedGatherOffset() local
H A DARMISelLowering.cpp18487 auto Extend = [&](SDValue V) { in PerformMVEExtCombine() local
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2622 unsigned Extend = Ins[InsIdx].Flags.isSExt() ? ISD::SIGN_EXTEND in LowerFormalArguments() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1525 auto *Extend = cast<CastInst>(Args[1]); in isWideningInstruction() local
H A DAArch64ISelLowering.cpp11572 SDValue Extend = in LowerEXTRACT_VECTOR_ELT() local
14106 static EVT calculatePreExtendType(SDValue Extend) { in calculatePreExtendType()
14152 SDValue Extend = BV->getOperand(0); in performBuildShuffleExtendCombine() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp287 bool Extend = false; in ExpandConstantFP() local
H A DDAGCombiner.cpp12201 static SDValue widenCtPop(SDNode *Extend, SelectionDAG &DAG) { in widenCtPop()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1499 auto Extend = in applyMappingBFE() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1454 MachineSDNode *Extend = CurDAG->getMachineNode(X86::MOVSX64rr32, SDLoc(N), in tryOptimizeRem8Extend() local
H A DX86ISelLowering.cpp21881 SDValue Extend = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, In); in LowerZERO_EXTEND_Mask() local
51576 static SDValue combineToExtendCMOV(SDNode *Extend, SelectionDAG &DAG) { in combineToExtendCMOV()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1316 enum class Conversion { Forbidden, None, Narrow, Extend }; enumerator
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2858 static void lowerMUL_LOHI32(SelectionDAG &DAG, const SDLoc &DL, unsigned Extend, in lowerMUL_LOHI32()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7146 auto Extend = in getTreeCost() local
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8472 SDValue Extend; in LowerINT_TO_FPVector() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp7884 bool Extend) { in getTripCountFromExitCount()