Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp54 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, in Extend() function in CXXScopeSpec
65 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec
78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec
91 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec
H A DCheckExprLifetime.cpp915 Extend, enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp126 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h45 Extend, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp505 auto *Extend = Root; in tryCreateMaskedGatherOffset() local
H A DARMISelLowering.cpp10419 unsigned Extend = 0; in LowerVecReduceMinMax() local
18786 auto Extend = [&](SDValue V) { in PerformMVEExtCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1757 uint64_t Extend = fieldFromInstruction(insn, 15, 1); in DecodePRFMRegInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1495 auto Extend = in applyMappingBFE() local
H A DAMDGPULegalizerInfo.cpp4200 auto Extend = B.buildAnyExt(S32, {Src}).getReg(0u); in legalizeCTLZ_ZERO_UNDEF() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3325 unsigned Extend = Ins[InsIdx].Flags.isSExt() ? ISD::SIGN_EXTEND in LowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp312 bool Extend = false; in ExpandConstantFP() local
H A DDAGCombiner.cpp13792 static SDValue widenCtPop(SDNode *Extend, SelectionDAG &DAG, const SDLoc &DL) { in widenCtPop()
13814 static SDValue widenAbs(SDNode *Extend, SelectionDAG &DAG) { in widenAbs()
22003 unsigned Extend = 0; in combineInsertEltToLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1530 MachineSDNode *Extend = CurDAG->getMachineNode(X86::MOVSX64rr32, SDLoc(N), in tryOptimizeRem8Extend() local
H A DX86ISelLowering.cpp20237 SDValue Extend = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, In); in LowerZERO_EXTEND_Mask() local
53819 static SDValue combineToExtendCMOV(SDNode *Extend, SelectionDAG &DAG) { in combineToExtendCMOV()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1580 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3052 AArch64_AM::ShiftExtendType Extend = AArch64_AM::getArithExtendType(Imm); in canFoldIntoAddrMode() local
H A DAArch64ISelLowering.cpp6094 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(SDValue Extend, in shouldRemoveExtendFromGSIndex()
14468 SDValue Extend = in LowerEXTRACT_VECTOR_ELT() local
18047 static EVT calculatePreExtendType(SDValue Extend) { in calculatePreExtendType()
18093 SDValue Extend = BV->getOperand(0); in performBuildShuffleExtendCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3160 static void lowerMUL_LOHI32(SelectionDAG &DAG, const SDLoc &DL, unsigned Extend, in lowerMUL_LOHI32()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8750 SDValue Extend; in LowerINT_TO_FPVector() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21128 shouldRemoveExtendFromGSIndex(SDValue Extend,EVT DataVT) const shouldRemoveExtendFromGSIndex() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10628 unsigned Extend = in getTreeCost() local