Home
last modified time | relevance | path

Searched +defs:It +defs:s (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h146 void setArgRegsSaveSize(unsigned s) { ArgRegsSaveSize = s; } in setArgRegsSaveSize()
149 void setReturnRegsCount(unsigned s) { ReturnRegsCount = s; } in setReturnRegsCount()
152 void setHasStackFrame(bool s) { HasStackFrame = s; } in setHasStackFrame()
155 void setShouldRestoreSPFromFP(bool s) { RestoreSPFromFP = s; } in setShouldRestoreSPFromFP()
158 void setLRIsSpilledForFarJump(bool s) { LRSpilledForFarJump = s; } in setLRIsSpilledForFarJump()
179 void setGPRCalleeSavedArea1Size(unsigned s) { GPRCS1Size = s; } in setGPRCalleeSavedArea1Size()
180 void setGPRCalleeSavedArea2Size(unsigned s) { GPRCS2Size = s; } in setGPRCalleeSavedArea2Size()
181 void setDPRCalleeSavedGapSize(unsigned s) { DPRCSAlignGapSize = s; } in setDPRCalleeSavedGapSize()
182 void setDPRCalleeSavedAreaSize(unsigned s) { DPRCSSize = s; } in setDPRCalleeSavedAreaSize()
206 void setIsSplitCSR(bool s) { IsSplitCSR = s; } in setIsSplitCSR()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h88 inline mapped_iterator(const mapped_iterator &It) in mapped_iterator()
206 inline tier<T1, T2> tie(T1& f, T2& s) { in tie()
/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp159 auto It = Vars.find(Var); in erase() local
489 for (auto s : MBB->successors()) in ExtendRanges() local
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp187 static unsigned lengthOfGCOVString(StringRef s) { in lengthOfGCOVString()
194 void writeGCOVString(StringRef s) { in writeGCOVString()
524 BasicBlock::iterator It = EntryBlock.begin(); in emitProfileNotes() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp180 void *operator new(size_t s) { in operator new()
319 ResolveConstantsTy::iterator It = in ResolveConstantForwardRefs() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp916 void *operator new(size_t s) { return User::operator new(s, 1); } in operator new()
1056 ResolveConstantsTy::iterator It = in resolveConstantForwardRefs() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp3217 int s = Mask[i] - i; in isPALIGNRMask() local
3525 for (unsigned s = 0; s < NumLanes; ++s) { in isUNPCKLMask() local
3622 for (unsigned s = 0; s < NumLanes; ++s) { in isUNPCKL_v_undef_Mask() local
11694 MachineFunction::iterator It = BB; in EmitLoweredSelect() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp63 CheckDefaultArgumentVisitor(Expr *defarg, Sema *s) in CheckDefaultArgumentVisitor()
5140 auto It = InheritedFromBases.find(Base->getCanonicalDecl()); in findConstructorForBase() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp148 auto It = WorklistMap.find(N); in removeFromWorklist() local
13572 for (int s = 0; s != Scale; ++s) in visitVECTOR_SHUFFLE() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7125 for (int s = 0; s != Scale; ++s) in scaleShuffleMask() local
7131 for (int s = 0; s != Scale; ++s) in scaleShuffleMask() local
23141 MachineFunction::iterator It = ++BB->getIterator(); in EmitLoweredSelect() local