Home
last modified time | relevance | path

Searched defs:SC (Results 1 – 25 of 208) sorted by relevance

123456789

/external/clang/test/OpenMP/
Dtarget_data_use_device_ptr_ast_print.cpp38 struct SC { struct
50 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_data_use_device_ptr_messages.cpp59 struct SC { struct
71 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_is_device_ptr_ast_print.cpp83 struct SC { struct
95 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_is_device_ptr_messages.cpp67 struct SC { struct
79 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_map_messages.cpp79 struct SC { struct
91 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC() argument
Dtarget_codegen_registration.cpp209 struct SC { struct
216 SC() { in SC() argument
222 ~SC() { in ~SC() argument
Dtarget_map_codegen.cpp3210 struct SC{ struct
3211 int a;
3212 struct SB s;
3213 struct SB *p;
3214 int b[10];
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp47 const MCSchedClassDesc *SC = getSchedClass(SU); in getNumDecoderSlots() local
93 const MCSchedClassDesc *SC = getSchedClass(SU); in fitsIntoCurrentGroup() local
171 const MCSchedClassDesc *SC = getSchedClass(SU); in dumpSU() local
272 const MCSchedClassDesc *SC = getSchedClass(SU); in EmitInstruction() local
341 const MCSchedClassDesc *SC = getSchedClass(SU); in groupingCost() local
390 const MCSchedClassDesc *SC = getSchedClass(SU); in resourcesCost() local
418 const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI); in emitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp47 const MCSchedClassDesc *SC = getSchedClass(SU); in getNumDecoderSlots() local
93 const MCSchedClassDesc *SC = getSchedClass(SU); in fitsIntoCurrentGroup() local
171 const MCSchedClassDesc *SC = getSchedClass(SU); in dumpSU() local
272 const MCSchedClassDesc *SC = getSchedClass(SU); in EmitInstruction() local
341 const MCSchedClassDesc *SC = getSchedClass(SU); in groupingCost() local
390 const MCSchedClassDesc *SC = getSchedClass(SU); in resourcesCost() local
418 const MCSchedClassDesc *SC = SchedModel->resolveSchedClass(MI); in emitInstruction() local
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h120 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
124 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
128 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
136 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h161 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
165 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
169 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
177 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
199 getReadAdvanceEntries(const MCSchedClassDesc &SC) const { in getReadAdvanceEntries()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h168 const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
172 const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
176 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC, in getWriteLatencyEntry()
184 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx, in getReadAdvanceCycles()
206 getReadAdvanceEntries(const MCSchedClassDesc &SC) const { in getReadAdvanceEntries()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
406 const Comdat *SC = GV.getComdat(); in addLazyFor() local
503 if (const Comdat *SC = GV.getComdat()) in run() local
508 if (const Comdat *SC = SF.getComdat()) in run() local
513 if (const Comdat *SC = GA.getComdat()) in run() local
532 const Comdat *SC = GV->getComdat(); in run() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
DLinkModules.cpp386 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
412 const Comdat *SC = GV.getComdat(); in addLazyFor() local
502 if (const Comdat *SC = GV.getComdat()) in run() local
507 if (const Comdat *SC = SF.getComdat()) in run() local
512 if (const Comdat *SC = GA.getComdat()) in run() local
558 const Comdat *SC = GV->getComdat(); in run() local
/external/llvm/lib/Linker/
DLinkModules.cpp404 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
435 const Comdat *SC = GV.getComdat(); in addLazyFor() local
532 if (const Comdat *SC = GV.getComdat()) in run() local
537 if (const Comdat *SC = SF.getComdat()) in run() local
542 if (const Comdat *SC = GA.getComdat()) in run() local
561 const Comdat *SC = GV->getComdat(); in run() local
/external/jemalloc_new/src/
Dsz.c9 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro
20 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro
93 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h54 : SubclassID(SC), UnderlyingVal(UV) {} in SubclassID() argument
136 VPUser(const unsigned char SC) : VPValue(SC) {} in VPUser()
137 VPUser(const unsigned char SC, ArrayRef<VPValue *> Operands) : VPValue(SC) { in VPUser()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h134 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
138 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h133 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
137 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h122 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const { in getWriteProcResBegin()
126 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const { in getWriteProcResEnd()
/external/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp34 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local
45 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp32 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local
43 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp36 if (auto *SC = dyn_cast<SCEVConstant>(S)) { in simplifyInstWithSCEV() local
52 if (auto *SC = dyn_cast<SCEVConstant>(ValueAtIteration)) { in simplifyInstWithSCEV() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local
586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local
586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local

123456789