| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | DelaySlotFiller.cpp | 230 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 303 SmallSet<unsigned, 32>& RegDefs, in insertCallDefsUses() 333 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses() 356 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiDelaySlotFiller.cpp | 177 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 223 SmallSet<unsigned, 32> &RegDefs, in insertDefsUses() 252 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | subtract_with_carry_engine.h | 140 …th_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, integral_constant<unsigned, 1>) { in seed() 149 …th_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, integral_constant<unsigned, 2>) { in seed() 161 …t_with_carry_engine<_UIntType, __w, __s, __r>::__seed(_Sseq& __q, integral_constant<unsigned, 1>) { in __seed() 173 …t_with_carry_engine<_UIntType, __w, __s, __r>::__seed(_Sseq& __q, integral_constant<unsigned, 2>) { in __seed()
|
| H A D | mersenne_twister_engine.h | 588 _Sseq& __q, integral_constant<unsigned, 1>) { in __seed() 620 _Sseq& __q, integral_constant<unsigned, 2>) { in __seed()
|
| /freebsd/contrib/llvm-project/libcxx/include/__random/ |
| H A D | subtract_with_carry_engine.h | 134 …th_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, integral_constant<unsigned, 1>) { in seed() 143 …th_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, integral_constant<unsigned, 2>) { in seed() 155 …t_with_carry_engine<_UIntType, __w, __s, __r>::__seed(_Sseq& __q, integral_constant<unsigned, 1>) { in __seed() 167 …t_with_carry_engine<_UIntType, __w, __s, __r>::__seed(_Sseq& __q, integral_constant<unsigned, 2>) { in __seed()
|
| H A D | mersenne_twister_engine.h | 351 _Sseq& __q, integral_constant<unsigned, 1>) { in __seed() 383 _Sseq& __q, integral_constant<unsigned, 2>) { in __seed()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600OptimizeVectorRegisters.cpp | 169 const std::vector<std::pair<unsigned, unsigned>> &RemapChan, in getReassignedChan() 180 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in RebuildVector() argument 243 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in SwizzleInput() argument 267 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingCommonSlot() 288 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingFreeSlot()
|
| H A D | AMDGPUSubtarget.cpp | 58 std::pair<unsigned, unsigned> AMDGPUSubtarget::getOccupancyWithWorkGroupSizes( in getOccupancyWithWorkGroupSizes() 182 std::pair<unsigned, unsigned> AMDGPUSubtarget::getEffectiveWavesPerEU( in getEffectiveWavesPerEU() 219 std::pair<unsigned, unsigned> AMDGPUSubtarget::getWavesPerEU( in getWavesPerEU() 229 AMDGPUSubtarget::getWavesPerEU(std::pair<unsigned, unsigned> FlatWorkGroupSizes, in getWavesPerEU()
|
| H A D | R600EmitClauseMarkers.cpp | 109 std::vector<std::pair<unsigned, unsigned>> &CachedConsts, in SubstituteKCacheBank() 172 std::vector<std::pair<unsigned, unsigned>> KCacheBanks, in canClauseLocalKillFitInClause()
|
| H A D | R600Packetizer.cpp | 123 void substitutePV(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PVs) in substitutePV() argument 218 const DenseMap<unsigned, unsigned> &PV, in isBundlableWithCurrentPMI()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | larchintrin.h | 110 #define __cacop_w(/*uimm5*/ _1, /*unsigned int*/ _2, /*simm12*/ _3) \ argument 115 #define __cacop_d(/*uimm5*/ _1, /*unsigned long int*/ _2, /*simm12*/ _3) \ argument 132 #define __csrwr_w(/*unsigned int*/ _1, /*ui14*/ _2) \ argument 135 #define __csrxchg_w(/*unsigned int*/ _1, /*unsigned int*/ _2, /*ui14*/ _3) \ argument 143 #define __csrwr_d(/*unsigned long int*/ _1, /*ui14*/ _2) \ argument 147 #define __csrxchg_d(/*unsigned long int*/ _1, /*unsigned long int*/ _2, \ argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutor.h | 698 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() argument 702 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt() argument 706 virtual bool testImmPredicate_APFloat(unsigned, const APFloat &) const { in testImmPredicate_APFloat() argument 710 virtual bool testMIPredicate_MI(unsigned, const MachineInstr &, in testMIPredicate_MI() argument 716 virtual bool testMOPredicate_MO(unsigned, const MachineOperand &, in testMOPredicate_MO() argument 722 virtual bool testSimplePredicate(unsigned) const { in testSimplePredicate() argument 726 virtual bool runCustomAction(unsigned, const MatcherState &State, in runCustomAction() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 528 DenseMap<unsigned, DenseSet<unsigned>> &CurrentSrcTgtNumberMapping, in checkNumberingAndReplaceCommutative() 604 DenseMap<unsigned, DenseSet<unsigned>> &CurrentSrcTgtNumberMapping, in checkNumberingAndReplace() 718 DenseMap<unsigned, DenseSet<unsigned>> &ValueNumberMappingA, in compareAssignmentMapping() 785 DenseMap<unsigned, DenseSet<unsigned>> &ValueNumberMappingA, in compareStructure() 1005 DenseMap<unsigned, DenseSet<unsigned>> &ToSourceMapping, in createCanonicalRelationFrom() 1202 DenseMap<unsigned, DenseSet<IRSimilarityCandidate *>> &IndexToIncludedCand, in CheckLargerCands() 1275 DenseMap<unsigned, SimilarityGroup> &StructuralGroups, in findCandidateStructures()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 216 inline bool RetCC_SystemZ_Error(unsigned &, MVT &, MVT &, in RetCC_SystemZ_Error() argument 222 inline bool CC_SystemZ_Error(unsigned &, MVT &, MVT &, CCValAssign::LocInfo &, in CC_SystemZ_Error() argument 227 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 | 312 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { OS << Key; } in EmitKey() argument 314 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() argument 372 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey() argument 379 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() argument 497 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() argument 568 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 753 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey() argument 795 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/Target/VE/ |
| H A D | VETargetTransformInfo.h | 138 unsigned /*AddressSpace*/) const override { in isLegalMaskedLoad() argument 142 unsigned /*AddressSpace*/) const override { in isLegalMaskedStore() argument
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Function.cpp | 19 llvm::DenseMap<unsigned, ParamDescriptor> &&Params, in Function()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 272 unsigned /*AddressSpace*/) const override { in isLegalMaskedLoad() argument 276 unsigned /*AddressSpace*/) const override { in isLegalMaskedStore() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 788 virtual unsigned composeSubRegIndicesImpl(unsigned, unsigned) const { in composeSubRegIndicesImpl() argument 793 virtual unsigned reverseComposeSubRegIndicesImpl(unsigned, unsigned) const { in reverseComposeSubRegIndicesImpl() argument 799 composeSubRegIndexLaneMaskImpl(unsigned, LaneBitmask) const { in composeSubRegIndexLaneMaskImpl() argument 803 virtual LaneBitmask reverseComposeSubRegIndexLaneMaskImpl(unsigned, in reverseComposeSubRegIndexLaneMaskImpl() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SplitModule.cpp | 57 bool compareClusters(const std::pair<unsigned, unsigned> &A, in compareClusters()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 308 unsigned /*AddressSpace*/) const override { in isLegalMaskedLoad() argument 313 unsigned /*AddressSpace*/) const override { in isLegalMaskedStore() argument
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 910 void SourceCoverageViewHTML::renderLinePrefix(raw_ostream &OS, unsigned) { in renderLinePrefix() argument 914 void SourceCoverageViewHTML::renderLineSuffix(raw_ostream &OS, unsigned) { in renderLineSuffix() argument 922 void SourceCoverageViewHTML::renderViewDivider(raw_ostream &, unsigned) { in renderViewDivider() argument 928 unsigned ExpansionCol, unsigned) { in renderLine() argument 1075 unsigned) { in renderRegionMarkers() argument
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerMatchTableEmitter.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 102 const std::pair<unsigned, LLT> &Mutation) { in hasNoSimpleLoops() 120 std::pair<unsigned, LLT> Mutation) { in mutationIsSane()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 712 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() argument 1075 unsigned, N, internal::Matcher<TemplateArgument>, InnerMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 1103 unsigned, N) { in AST_POLYMORPHIC_MATCHER_P() argument 2856 AST_MATCHER_P(DesignatedInitExpr, designatorCountIs, unsigned, N) { in AST_MATCHER_P() argument 3986 AST_MATCHER_P(ObjCMessageExpr, numSelectorArgs, unsigned, N) { in AST_MATCHER_P() argument 4599 unsigned, N) { in AST_POLYMORPHIC_MATCHER_P() argument 4626 unsigned, N) { in AST_POLYMORPHIC_MATCHER_P() argument 4650 unsigned, N, internal::Matcher<Expr>, InnerMatcher) { in AST_POLYMORPHIC_MATCHER_P2() argument 4779 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N, internal::Matcher<Expr>, in AST_MATCHER_P2() argument 4796 AST_MATCHER_P(DeclStmt, declCountIs, unsigned, N) { in AST_MATCHER_P() argument [all …]
|