Home
last modified time | relevance | path

Searched defs:unsigned (Results 1 – 25 of 217) sorted by relevance

123456789

/llvm-project/clang/test/SemaObjC/
H A Dmethod-encoding-2.m5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;
6 - (id) another:(void *)location with:(unsigned **)arg2;
10 … out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; }
11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
H A Dduplicate-ivar-check.m6 unsigned : 0; field
14 unsigned : 0; field
/llvm-project/clang/test/ExtractAPI/
H A Dobjc_interface.m103 + (id)getWithProperty:(unsigned) Property; argument
189 - (void)setProperty:(unsigned) Property andOtherThing: (unsigned) Thing; argument
/llvm-project/clang/test/SemaCXX/
H A Dout-of-line-def-mismatch.cpp21 func(C1 &,unsigned,const S1 *) func() argument
23 func(S1,unsigned) func() argument
24 func(unsigned *,S1 *) func() argument
H A DPR41139.cpp6 int f1( unsigned ) { return 0; } in f1() argument
/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp232 delayHasHazard(MachineBasicBlock::iterator candidate,bool & sawLoad,bool & sawStore,SmallSet<unsigned,32> & RegDefs,SmallSet<unsigned,32> & RegUses) delayHasHazard() argument
291 insertCallDefsUses(MachineBasicBlock::iterator MI,SmallSet<unsigned,32> & RegDefs,SmallSet<unsigned,32> & RegUses) insertCallDefsUses() argument
320 insertDefsUses(MachineBasicBlock::iterator MI,SmallSet<unsigned,32> & RegDefs,SmallSet<unsigned,32> & RegUses) insertDefsUses() argument
343 IsRegInSet(SmallSet<unsigned,32> & RegSet,unsigned Reg) IsRegInSet() argument
[all...]
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp178 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()
/llvm-project/libcxx/include/__random/
H A Dsubtract_with_carry_engine.h155 void subtract_with_carry_engine<_UIntType, __w, __s, __r>::__seed(_Sseq& __q, integral_constant<unsigned, argument
146 seed(result_type __sd,integral_constant<unsigned,1>) seed() argument
167 __seed(_Sseq & __q,integral_constant<unsigned,1>) __seed() argument
179 __seed(_Sseq & __q,integral_constant<unsigned,2>) __seed() argument
[all...]
/llvm-project/clang/test/CodeGenObjC/
H A Dparameterized_classes.m26 - (void)getObjects:(T __strong *)objects length:(unsigned*)length; argument
27 - (T)objectAtIndexedSubscript:(unsigned)index; argument
28 - (void)setObject:(T)object atIndexedSubscript:(unsigned)index; argument
H A Dinterface-layout-64.m42 unsigned : 0; field
99 unsigned : 0; field
H A Ddebug-info-ivars.m13 unsigned : 1; field
/llvm-project/clang/test/Index/
H A Dindex-subscripting-literals.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
H A Dannotate-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
H A Dfile-refs-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp172 getReassignedChan(const std::vector<std::pair<unsigned,unsigned>> & RemapChan,unsigned Chan) getReassignedChan() argument
183 RebuildVector(RegSeqInfo * RSI,const RegSeqInfo * BaseRSI,const std::vector<std::pair<unsigned,unsigned>> & RemapChan) const RebuildVector() argument
246 SwizzleInput(MachineInstr & MI,const std::vector<std::pair<unsigned,unsigned>> & RemapChan) const SwizzleInput() argument
270 tryMergeUsingCommonSlot(RegSeqInfo & RSI,RegSeqInfo & CompatibleRSI,std::vector<std::pair<unsigned,unsigned>> & RemapChan) tryMergeUsingCommonSlot() argument
290 tryMergeUsingFreeSlot(RegSeqInfo & RSI,RegSeqInfo & CompatibleRSI,std::vector<std::pair<unsigned,unsigned>> & RemapChan) tryMergeUsingFreeSlot() argument
[all...]
/llvm-project/clang/tools/libclang/
H A DBuildSystem.cpp71 clang_VirtualFileOverlay_writeToBuffer(CXVirtualFileOverlay VFO, unsigned, in clang_VirtualFileOverlay_writeToBuffer() argument
102 CXModuleMapDescriptor clang_ModuleMapDescriptor_create(unsigned) { in clang_ModuleMapDescriptor_create() argument
127 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor MMD, unsigned, in clang_ModuleMapDescriptor_writeToBuffer() argument
/llvm-project/clang/lib/Headers/
H A Dlarchintrin.h110 #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 __csrwr_w(unsigned,int,_1,ui14,_2) global() argument
135 __csrxchg_w(unsigned,int,_1,unsigned,int,_2,ui14,_3) global() argument
143 __csrwr_d(unsigned,long,int,_1,ui14,_2) global() argument
147 __csrxchg_d(unsigned,long,int,_1,unsigned,long,int,_2,ui14,_3) global() argument
[all...]
/llvm-project/clang/test/Rewriter/
H A Dmethod-encoding-1.m10 - (id) address:(void *)location with:(unsigned **)arg2;
17 - (id) address:(void *)location with:(unsigned **)arg2{ return 0; }
/llvm-project/clang/test/PCH/
H A Dsubscripting-literals.m12 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
21 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
/llvm-project/llvm/include/llvm/IR/
H A DUser.h102 delete(void * Usr,unsigned) delete() argument
114 delete(void * Usr,unsigned,unsigned) delete() argument
[all...]
/llvm-project/mlir/lib/IR/
H A DDialect.cpp43 verifyRegionArgAttribute(Operation *,unsigned,unsigned,NamedAttribute) verifyRegionArgAttribute() argument
52 verifyRegionResultAttribute(Operation *,unsigned,unsigned,NamedAttribute) verifyRegionResultAttribute() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-function-ptr-dereference.cpp37 invoke([](unsigned) {}); in instantiate() argument
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h668 testImmPredicate_I64(unsigned,int64_t) testImmPredicate_I64() argument
672 testImmPredicate_APInt(unsigned,const APInt &) testImmPredicate_APInt() argument
676 testImmPredicate_APFloat(unsigned,const APFloat &) testImmPredicate_APFloat() argument
680 testMIPredicate_MI(unsigned,const MachineInstr &,const MatcherState & State) testMIPredicate_MI() argument
686 testSimplePredicate(unsigned) testSimplePredicate() argument
690 runCustomAction(unsigned,const MatcherState & State,NewMIVector & OutMIs) runCustomAction() argument
[all...]
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h205 RetCC_SystemZ_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) RetCC_SystemZ_Error() argument
211 CC_SystemZ_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) CC_SystemZ_Error() argument
216 CC_SystemZ_GHC_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) CC_SystemZ_GHC_Error() argument
[all...]
/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp533 checkNumberingAndReplaceCommutative(const DenseMap<Value *,unsigned> & SourceValueToNumberMapping,DenseMap<unsigned,DenseSet<unsigned>> & CurrentSrcTgtNumberMapping,ArrayRef<Value * > & SourceOperands,DenseSet<unsigned> & TargetValueNumbers) checkNumberingAndReplaceCommutative() argument
609 checkNumberingAndReplace(DenseMap<unsigned,DenseSet<unsigned>> & CurrentSrcTgtNumberMapping,unsigned SourceArgVal,unsigned TargetArgVal) checkNumberingAndReplace() argument
723 compareAssignmentMapping(const unsigned InstValA,const unsigned & InstValB,DenseMap<unsigned,DenseSet<unsigned>> & ValueNumberMappingA,DenseMap<unsigned,DenseSet<unsigned>> & ValueNumberMappingB) compareAssignmentMapping() argument
791 compareStructure(const IRSimilarityCandidate & A,const IRSimilarityCandidate & B,DenseMap<unsigned,DenseSet<unsigned>> & ValueNumberMappingA,DenseMap<unsigned,DenseSet<unsigned>> & ValueNumberMappingB) compareStructure() argument
1011 createCanonicalRelationFrom(IRSimilarityCandidate & SourceCand,DenseMap<unsigned,DenseSet<unsigned>> & ToSourceMapping,DenseMap<unsigned,DenseSet<unsigned>> & FromSourceMapping) createCanonicalRelationFrom() argument
1208 CheckLargerCands(IRSimilarityCandidate & CandA,IRSimilarityCandidate & CandB,DenseMap<unsigned,DenseSet<IRSimilarityCandidate * >> & IndexToIncludedCand,DenseMap<IRSimilarityCandidate *,unsigned> & CandToGroup) CheckLargerCands() argument
1281 findCandidateStructures(std::vector<IRSimilarityCandidate> & CandsForRepSubstring,DenseMap<unsigned,SimilarityGroup> & StructuralGroups,DenseMap<unsigned,DenseSet<IRSimilarityCandidate * >> & IndexToIncludedCand,DenseMap<IRSimilarityCandidate *,unsigned> & CandToOverallGroup) findCandidateStructures() argument
[all...]

123456789