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.cpp549 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, TypeLoc TL, in Extend() function in NestedNameSpecifierLocBuilder
559 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
571 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
583 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp51 void CXXScopeSpec::Extend(ASTContext &Context, TypeLoc TL, in Extend() function in CXXScopeSpec
62 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec
75 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec
88 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec
H A DCheckExprLifetime.cpp1101 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.cpp504 auto *Extend = Root; in tryCreateMaskedGatherOffset() local
H A DARMISelLowering.cpp10468 unsigned Extend = 0; in LowerVecReduceMinMax() local
18857 auto Extend = [&](SDValue V) { in PerformMVEExtCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1833 uint64_t Extend = fieldFromInstruction(insn, 15, 1); in DecodePRFMRegInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1523 auto Extend = in applyMappingBFE() local
H A DAMDGPULegalizerInfo.cpp4258 auto Extend = B.buildAnyExt(S32, {Src}).getReg(0u); in legalizeCTLZ_ZERO_UNDEF() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp322 bool Extend = false; in ExpandConstantFP() local
H A DDAGCombiner.cpp14659 static SDValue widenCtPop(SDNode *Extend, SelectionDAG &DAG, const SDLoc &DL) { in widenCtPop()
14681 static SDValue widenAbs(SDNode *Extend, SelectionDAG &DAG) { in widenAbs()
23060 unsigned Extend = 0; in combineInsertEltToLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1574 MachineSDNode *Extend = CurDAG->getMachineNode(X86::MOVSX64rr32, SDLoc(N), in tryOptimizeRem8Extend() local
H A DX86ISelLowering.cpp20953 SDValue Extend = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, In); in LowerZERO_EXTEND_Mask() local
55682 static SDValue combineToExtendCMOV(SDNode *Extend, SelectionDAG &DAG) { in combineToExtendCMOV()
56006 static SDValue widenBuildVec(SDNode *Extend, SelectionDAG &DAG) { in widenBuildVec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3334 AArch64_AM::ShiftExtendType Extend = AArch64_AM::getArithExtendType(Imm); in canFoldIntoAddrMode() local
H A DAArch64ISelLowering.cpp6389 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(SDValue Extend, in shouldRemoveExtendFromGSIndex()
15364 SDValue Extend = in LowerEXTRACT_VECTOR_ELT() local
18614 static EVT calculatePreExtendType(SDValue Extend) { in calculatePreExtendType()
18661 SDValue Extend = BV->getOperand(0); in performBuildShuffleExtendCombine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1610 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8794 SDValue Extend; in LowerINT_TO_FPVector() local
9880 SDValue Extend = BuildIntrinsicOp(IID, BV, DAG, dl); in LowerBUILD_VECTOR() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8062 [&PartialReductionOps](Instruction *Extend) { in collectScaledReductions()
H A DSLPVectorizer.cpp14749 unsigned Extend = isKnownNonNegative(EU.Scalar, SimplifyQuery(*DL)) in getTreeCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3553 static void lowerMUL_LOHI32(SelectionDAG &DAG, const SDLoc &DL, unsigned Extend, in lowerMUL_LOHI32()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp23559 bool RISCVTargetLowering::shouldRemoveExtendFromGSIndex(SDValue Extend, in shouldRemoveExtendFromGSIndex()