/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 232 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 291 SmallSet<unsigned, 32>& RegDefs, in insertCallDefsUses() 320 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses() 343 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiDelaySlotFiller.cpp | 178 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 224 SmallSet<unsigned, 32> &RegDefs, in insertDefsUses() 253 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | subtract_with_carry_engine.h | 181 seed(result_type __sd,integral_constant<unsigned,1>) seed() argument 194 seed(result_type __sd,integral_constant<unsigned,2>) seed() argument 212 __seed(_Sseq & __q,integral_constant<unsigned,1>) __seed() argument 227 __seed(_Sseq & __q,integral_constant<unsigned,2>) __seed() argument [all...] |
H A D | mersenne_twister_engine.h | 350 __seed(_Sseq & __q,integral_constant<unsigned,1>) __seed() argument 375 __seed(_Sseq & __q,integral_constant<unsigned,2>) __seed() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 170 const std::vector<std::pair<unsigned, unsigned>> &RemapChan, in getReassignedChan() 181 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in RebuildVector() argument 244 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in SwizzleInput() argument 268 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingCommonSlot() 288 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingFreeSlot()
|
H A D | R600EmitClauseMarkers.cpp | 115 std::vector<std::pair<unsigned, unsigned>> &CachedConsts, in SubstituteKCacheBank() 178 std::vector<std::pair<unsigned, unsigned>> KCacheBanks, in canClauseLocalKillFitInClause()
|
H A D | AMDGPUSubtarget.cpp | 447 std::pair<unsigned, unsigned> AMDGPUSubtarget::getEffectiveWavesPerEU( in getEffectiveWavesPerEU() 478 std::pair<unsigned, unsigned> AMDGPUSubtarget::getWavesPerEU( in getWavesPerEU() 744 const Function &F, std::pair<unsigned, unsigned> WavesPerEU, in getBaseMaxNumSGPRs() 828 const Function &F, std::pair<unsigned, unsigned> WavesPerEU) const { in getBaseMaxNumVGPRs()
|
H A D | R600Packetizer.cpp | 123 void substitutePV(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PVs) in substitutePV() argument 221 const DenseMap<unsigned, unsigned> &PV, in isBundlableWithCurrentPMI()
|
H A D | AMDGPUMachineCFGStructurizer.cpp | 183 SmallVector<unsigned, 4> &Sources) { in findSourcesFromMBB() 1324 SmallVector<unsigned, 2> &PHIRegionIndices) { in getPHIRegionIndices() 1336 SmallVector<unsigned, 2> &PHIRegionIndices) { in getPHIRegionIndices() 1348 SmallVector<unsigned, 2> &PHINonRegionIndices) { in getPHINonRegionIndices() 1360 SmallVector<unsigned, 2> *RegionIndices) { in storePHILinearizationInfoDest() 1374 MachineInstr &PHI, SmallVector<unsigned, 2> *RegionIndices) { in storePHILinearizationInfo() 1406 static bool isPHIRegionIndex(SmallVector<unsigned, 2> PHIRegionIndices, in isPHIRegionIndex() 1412 SmallVector<unsigned, 2> &PHIIndices, in shrinkPHI() 1420 SmallVector<unsigned, 2> &PHIIndices, in shrinkPHI() 1478 SmallVector<unsigned, 2> &PHIRegionIndices) { in replacePHI() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | User.h | 102 void operator delete(void *Usr, unsigned) { in delete() argument 114 void operator delete(void *Usr, unsigned, unsigned) { in delete() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutor.h | 668 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() argument 672 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt() argument 676 virtual bool testImmPredicate_APFloat(unsigned, const APFloat &) const { in testImmPredicate_APFloat() argument 680 virtual bool testMIPredicate_MI(unsigned, const MachineInstr &, in testMIPredicate_MI() argument 686 virtual bool testSimplePredicate(unsigned) const { in testSimplePredicate() argument 690 virtual bool runCustomAction(unsigned, const MatcherState &State, in runCustomAction() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 533 DenseMap<unsigned, DenseSet<unsigned>> &CurrentSrcTgtNumberMapping, in checkNumberingAndReplaceCommutative() 609 DenseMap<unsigned, DenseSet<unsigned>> &CurrentSrcTgtNumberMapping, in checkNumberingAndReplace() 723 DenseMap<unsigned, DenseSet<unsigned>> &ValueNumberMappingA, in compareAssignmentMapping() 791 DenseMap<unsigned, DenseSet<unsigned>> &ValueNumberMappingA, in compareStructure() 1011 DenseMap<unsigned, DenseSet<unsigned>> &ToSourceMapping, in createCanonicalRelationFrom() 1208 DenseMap<unsigned, DenseSet<IRSimilarityCandidate *>> &IndexToIncludedCand, in CheckLargerCands() 1281 DenseMap<unsigned, SimilarityGroup> &StructuralGroups, in findCandidateStructures()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 205 inline bool RetCC_SystemZ_Error(unsigned &, MVT &, MVT &, in RetCC_SystemZ_Error() argument 211 inline bool CC_SystemZ_Error(unsigned &, MVT &, MVT &, CCValAssign::LocInfo &, in CC_SystemZ_Error() argument 216 inline bool CC_SystemZ_GHC_Error(unsigned &, MVT &, MVT &, in CC_SystemZ_GHC_Error() argument
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 313 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { OS << Key; } in EmitKey() argument 315 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() argument 373 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey() argument 380 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() argument 498 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() argument 569 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey() argument 683 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey() argument 752 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey() argument 787 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey() argument 888 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1956 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() argument 1958 unsigned FastISel::fastEmit_r(MVT, MVT, unsigned, unsigned /*Op0*/) { in fastEmit_r() argument 1962 unsigned FastISel::fastEmit_rr(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rr() argument 1967 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument 1971 unsigned FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument 1976 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_ri() argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.cpp | 21 llvm::DenseMap<unsigned, ParamDescriptor> &&Params, in Function()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 58 bool compareClusters(const std::pair<unsigned, unsigned> &A, in compareClusters()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 915 void SourceCoverageViewHTML::renderLinePrefix(raw_ostream &OS, unsigned) { in renderLinePrefix() argument 919 void SourceCoverageViewHTML::renderLineSuffix(raw_ostream &OS, unsigned) { in renderLineSuffix() argument 927 void SourceCoverageViewHTML::renderViewDivider(raw_ostream &, unsigned) { in renderViewDivider() argument 933 unsigned ExpansionCol, unsigned) { in renderLine() argument 1077 unsigned) { in renderRegionMarkers() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 244 static Constant *rebuildSplatCst(const Constant *C, unsigned /*NumBits*/, in rebuildSplatCst() argument 266 static Constant *rebuildZeroUpperCst(const Constant *C, unsigned NumBits, in rebuildZeroUpperCst() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 208 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg, in getDepth() 359 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg, unsigned Pattern, in improvesCriticalPathLen() 527 SmallVector<unsigned, 16> &Patterns) { in verifyPatternOrder()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 182 void operator delete(void*, unsigned) { in delete() argument 186 void operator delete(void*, unsigned, bool) { in delete() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 96 const std::pair<unsigned, LLT> &Mutation) { in hasNoSimpleLoops() 114 std::pair<unsigned, LLT> Mutation) { in mutationIsSane()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 710 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() argument 1074 unsigned, N, internal::Matcher<TemplateArgument>, InnerMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 1095 unsigned, N) { in AST_POLYMORPHIC_MATCHER_P() argument 2786 AST_MATCHER_P(DesignatedInitExpr, designatorCountIs, unsigned, N) { in AST_MATCHER_P() argument 3893 AST_MATCHER_P(ObjCMessageExpr, numSelectorArgs, unsigned, N) { in AST_MATCHER_P() argument 4506 unsigned, N) { in AST_POLYMORPHIC_MATCHER_P() argument 4533 unsigned, N) { in AST_POLYMORPHIC_MATCHER_P() argument 4557 unsigned, N, internal::Matcher<Expr>, InnerMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 4686 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N, internal::Matcher<Expr>, in AST_MATCHER_P2() argument 4703 AST_MATCHER_P(DeclStmt, declCountIs, unsigned, N) { in AST_MATCHER_P() argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 165 unsigned getManglingNumber(const VarDecl *VD, unsigned) override { in getManglingNumber() argument 180 unsigned getManglingNumber(const TagDecl *TD, unsigned) override { in getManglingNumber() argument
|