Home
last modified time | relevance | path

Searched defs:SR (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp69 LiveInterval::SubRange *SR; member
186 const LiveInterval::SubRange &SR = *SRInfo.SR; in findComponents() local
231 const LiveInterval::SubRange &SR = *SRInfo.SR; in rewriteOperands() local
273 LiveInterval::SubRange &SR = *SRInfo.SR; in distribute() local
292 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt() local
314 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags() local
DVirtRegMap.cpp277 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() local
294 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() local
367 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp69 LiveInterval::SubRange *SR; member
186 const LiveInterval::SubRange &SR = *SRInfo.SR; in findComponents() local
231 const LiveInterval::SubRange &SR = *SRInfo.SR; in rewriteOperands() local
273 LiveInterval::SubRange &SR = *SRInfo.SR; in distribute() local
292 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt() local
314 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags() local
DLiveIntervalCalc.cpp72 [&MO, Indexes, Alloc](LiveInterval::SubRange &SR) { in calculate()
114 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges() local
DVirtRegMap.cpp305 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() local
322 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() local
400 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg() local
/external/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp69 LiveInterval::SubRange *SR; member
186 const LiveInterval::SubRange &SR = *SRInfo.SR; in findComponents() local
230 const LiveInterval::SubRange &SR = *SRInfo.SR; in rewriteOperands() local
261 LiveInterval::SubRange &SR = *SRInfo.SR; in distribute() local
280 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt() local
302 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags() local
DVirtRegMap.cpp254 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() local
271 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() local
343 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg() local
DMachineCopyPropagation.cpp90 for (MCSubRegIterator SR(Reg, &TRI, true); SR.isValid(); ++SR) in removeRegsFromMap() local
239 for (MCSubRegIterator SR(Def, TRI, /*IncludeSelf=*/true); SR.isValid(); in CopyPropagateBlock() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp107 BinaryStreamReader SR(S); in consume() local
133 BinaryStreamReader SR(S); in consume() local
DStringsAndChecksums.cpp32 const DebugSubsectionRecord &SR) { in initializeStrings()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp107 BinaryStreamReader SR(S); in consume() local
133 BinaryStreamReader SR(S); in consume() local
DStringsAndChecksums.cpp33 const DebugSubsectionRecord &SR) { in initializeStrings()
/external/clang/lib/AST/
DExprObjC.cpp21 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral()
41 SourceRange SR) { in Create()
56 SourceRange SR) in ObjCDictionaryLiteral()
92 ObjCMethodDecl *method, SourceRange SR) { in Create()
/external/clang/lib/StaticAnalyzer/Core/
DDynamicTypeMap.cpp34 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(Reg)) { in getDynamicTypeInfo() local
DSVals.cpp41 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R)) { in hasConjuredSymbol() local
93 while (const SubRegion *SR = dyn_cast<SubRegion>(R)) { in getLocSymbolInBase() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeVTShape.cpp12 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeVTShape.cpp9 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp294 CXSourceRange &SR) { in readRange()
356 CXSourceRange SR; in visitSourceRangeRecord() local
367 CXSourceRange SR; in visitFixitRecord() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DPrintPasses.cpp171 ArrayRef<StringRef> SR, in prepareTempFiles()
213 SmallVector<StringRef> SR{Before, After}; in doSystemDiff() local
/external/llvm/lib/Target/Hexagon/
DRDFCopy.cpp67 RegisterRef SR = { I.Reg, I.SubReg }; in interpretAsCopy() local
187 RegisterRef SR = FR->second; in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DEntryStage.cpp35 SourceRef SR = SM.peekNext(); in getNextInstruction() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp104 for (MCSuperRegIterator SR(MachineReg, &TRI); SR.isValid(); ++SR) { in AddMachineRegPiece() local
137 for (MCSubRegIterator SR(MachineReg, &TRI); SR.isValid(); ++SR) { in AddMachineRegPiece() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/Stages/
DEntryStage.cpp39 SourceRef SR = SM.peekNext(); in getNextInstruction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DDefineExternalSectionStartAndEndSymbols.h52 auto &SR = getSectionRange(*D.Sec); in operator() local
/external/AFLplusplus/
Dtypes.h166 #define SR(s) (srandom(s)) macro
169 #define SR(s) ((void)s) macro

12345678910