| /external/clang/test/OpenMP/ |
| D | target_data_codegen.cpp | 16 struct ST { struct 21 ST<int> gb; argument 163 struct ST { struct 180 ST<int> A; in bar() argument
|
| D | target_exit_data_codegen.cpp | 16 struct ST { struct 21 ST<int> gb; argument 146 struct ST { struct 163 ST<int> A; in bar() argument
|
| D | target_enter_data_codegen.cpp | 16 struct ST { struct 21 ST<int> gb; argument 146 struct ST { struct 163 ST<int> A; in bar() argument
|
| D | target_update_codegen.cpp | 16 struct ST { struct 21 ST<int> gb; argument 144 struct ST { struct 161 ST<int> A; in bar() argument
|
| D | target_codegen_registration.cpp | 272 struct ST { struct 280 ST() { in ST() argument 286 ~ST() { in ~ST() argument
|
| D | threadprivate_ast_print.cpp | 36 struct ST { struct 44 v = ST<T>::m; in foo() argument
|
| /external/clang/test/CodeGenCXX/ |
| D | reference-in-block-args.cpp | 6 struct ST { struct 11 void OUTER_BLOCK(void (^fixer)(ST& ref)) { argument
|
| /external/scudo/standalone/tests/ |
| D | timing_test.cpp | 17 void testFunc1() { scudo::ScopedTimer ST(Manager, __func__); } in testFunc1() local 20 scudo::ScopedTimer ST(Manager, __func__); in testFunc2() local 25 scudo::ScopedTimer ST(Manager, __func__); in testChainedCalls() local 30 scudo::ScopedTimer ST(Manager, __func__); in testIgnoredTimer() local
|
| /external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/ |
| D | nxu.h | 428 #define getnn(ST, REG) ((be32toh(ST.REG) >> (31-REG##_offset)) \ argument 430 #define getpnn(ST, REG) ((be32toh((ST)->REG) >> (31-REG##_offset)) \ argument 432 #define get32(ST, REG) (be32toh(ST.REG)) argument 433 #define getp32(ST, REG) (be32toh((ST)->REG)) argument 434 #define get64(ST, REG) (be64toh(ST.REG)) argument 435 #define getp64(ST, REG) (be64toh((ST)->REG)) argument 437 #define unget32(ST, REG) (get32(ST, REG) & ~((REG##_mask) \ argument 441 #define ungetp32(ST, REG) (getp32(ST, REG) & ~((REG##_mask) \ argument 445 #define clear_regs(ST) memset((void *)(&(ST)), 0, sizeof(ST)) argument 446 #define clear_dde(ST) do { ST.dde_count = ST.ddebc = 0; ST.ddead = 0; \ argument [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIOptimizeExecMaskingPreRA.cpp | 87 const GCNSubtarget &ST) { in isEndCF() 97 static bool isFullExecCopy(const MachineInstr& MI, const GCNSubtarget& ST) { in isFullExecCopy() 110 const GCNSubtarget& ST) { in getOrNonExecReg() 124 const GCNSubtarget& ST) { in getOrExecSource() 190 const GCNSubtarget &ST, in optimizeVcndVcmpPair() 298 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in runOnMachineFunction() local
|
| D | SIFrameLowering.cpp | 27 static ArrayRef<MCPhysReg> getAllSGPR128(const GCNSubtarget &ST, in getAllSGPR128() 33 static ArrayRef<MCPhysReg> getAllSGPRs(const GCNSubtarget &ST, in getAllSGPRs() 187 void SIFrameLowering::emitFlatScratchInit(const GCNSubtarget &ST, in emitFlatScratchInit() 270 const GCNSubtarget &ST, in getReservedPrivateSegmentBufferReg() 320 const GCNSubtarget &ST, const SIInstrInfo *TII, const SIRegisterInfo *TRI, in getReservedPrivateSegmentWaveByteOffsetReg() 404 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitEntryFunctionPrologue() local 533 void SIFrameLowering::emitEntryFunctionScratchSetup(const GCNSubtarget &ST, in emitEntryFunctionScratchSetup() 686 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitPrologue() local 828 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitEpilogue() local 950 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in processFunctionBeforeFrameFinalized() local [all …]
|
| D | GCNIterativeScheduler.cpp | 110 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in printRegions() local 134 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in printSchedRP() local 420 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleRegion() local 435 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in sortRegionsByPressure() local 452 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in tryMaximizeOccupancy() local 489 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleLegacyMaxOccupancy() local 543 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleMinReg() local 577 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleILP() local
|
| D | SIOptimizeExecMasking.cpp | 60 static Register isCopyFromExec(const MachineInstr &MI, const GCNSubtarget &ST) { in isCopyFromExec() 78 static Register isCopyToExec(const MachineInstr &MI, const GCNSubtarget &ST) { in isCopyToExec() 240 const GCNSubtarget &ST, in findExecCopy() 272 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in runOnMachineFunction() local
|
| D | SIMachineFunctionInfo.cpp | 50 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in SIMachineFunctionInfo() local 182 const GCNSubtarget& ST = MF.getSubtarget<GCNSubtarget>(); in limitOccupancy() local 254 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in haveFreeLanesForSGPRSpill() local 268 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateSGPRSpillToVGPR() local 328 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateVGPRSpillToAGPR() local
|
| D | AMDGPUTargetTransformInfo.h | 49 const GCNSubtarget *ST; variable 72 const GCNSubtarget *ST; variable 239 const R600Subtarget *ST; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
| D | SIFrameLowering.cpp | 73 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in getVGPRSpillLaneOrTempRegister() local 124 static void buildPrologSpill(const GCNSubtarget &ST, const SIRegisterInfo &TRI, in buildPrologSpill() 147 static void buildEpilogRestore(const GCNSubtarget &ST, in buildEpilogRestore() 218 const GCNSubtarget &ST; member in llvm::PrologEpilogSGPRSpillBuilder 373 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitEntryFunctionFlatScratchInit() local 529 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in getEntryFunctionReservedScratchRsrcReg() local 578 static unsigned getScratchScaleFactor(const GCNSubtarget &ST) { in getScratchScaleFactor() 598 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitEntryFunctionPrologue() local 716 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in emitEntryFunctionScratchRsrcRegSetup() local 878 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in buildScratchExecCopy() local [all …]
|
| D | GCNIterativeScheduler.cpp | 92 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in printRegions() local 115 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in printSchedRP() local 399 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleRegion() local 413 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in sortRegionsByPressure() local 430 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in tryMaximizeOccupancy() local 467 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleLegacyMaxOccupancy() local 521 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleMinReg() local 555 const auto &ST = MF.getSubtarget<GCNSubtarget>(); in scheduleILP() local
|
| D | SIMachineFunctionInfo.cpp | 61 const GCNSubtarget &ST = *static_cast<const GCNSubtarget *>(STI); in SIMachineFunctionInfo() local 215 const GCNSubtarget& ST = MF.getSubtarget<GCNSubtarget>(); in limitOccupancy() local 315 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateVGPRForSGPRSpills() local 344 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateVGPRForPrologEpilogSGPRSpills() local 378 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateSGPRSpillToVGPRLane() local 419 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in allocateVGPRSpillToAGPR() local 542 const GCNSubtarget &ST = MF.getSubtarget<GCNSubtarget>(); in getGITPtrLoReg() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsLegalizerInfo.cpp | 53 MipsLegalizerInfo::MipsLegalizerInfo(const MipsSubtarget &ST) { in MipsLegalizerInfo() 319 const MipsSubtarget &ST) { in SelectMSA3OpIntrinsic() 334 const MipsSubtarget &ST) { in MSA3OpIntrinsicToGeneric() 346 const MipsSubtarget &ST) { in MSA2OpIntrinsicToGeneric() 358 const MipsSubtarget &ST = in legalizeIntrinsic() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
| D | CBufferDataLayout.cpp | 25 StructType *ST; member 73 if (auto *ST = dyn_cast<StructType>(Ty)) { in getTypeAllocSize() local 93 LegacyCBufferLayout::getStructLayout(StructType *ST) { in getStructLayout()
|
| /external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
| D | regex_match.hpp | 62 inline bool regex_match(const std::basic_string<charT, ST, SA>& s, in regex_match() argument 79 inline bool regex_match(const std::basic_string<charT, ST, SA>& s, in regex_match() argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
| D | MipsLegalizerInfo.cpp | 67 MipsLegalizerInfo::MipsLegalizerInfo(const MipsSubtarget &ST) { in MipsLegalizerInfo() 469 const MipsSubtarget &ST) { in SelectMSA3OpIntrinsic() 484 const MipsSubtarget &ST) { in MSA3OpIntrinsicToGeneric() 496 const MipsSubtarget &ST) { in MSA2OpIntrinsicToGeneric() 508 const MipsSubtarget &ST = MI.getMF()->getSubtarget<MipsSubtarget>(); in legalizeIntrinsic() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
| D | SPIRVModuleAnalysis.cpp | 57 unsigned i, const SPIRVSubtarget &ST, in getSymbolicOperandRequirements() 433 const SPIRVSubtarget &ST) { in getAndAddRequirements() 559 void RequirementHandler::initAvailableCapabilities(const SPIRVSubtarget &ST) { in initAvailableCapabilities() 605 const SPIRVSubtarget &ST) { in addOpDecorateReqs() 622 const SPIRVSubtarget &ST) { in addOpTypeImageReqs() 675 const SPIRVSubtarget &ST) { in addInstrRequirements() 896 MachineModuleInfo *MMI, const SPIRVSubtarget &ST) { in collectReqs() 960 static void handleMIFlagDecoration(MachineInstr &I, const SPIRVSubtarget &ST, in handleMIFlagDecoration() 989 MachineModuleInfo *MMI, const SPIRVSubtarget &ST, in addDecorations()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | SymbolTableListTraitsImpl.h | 68 if (ValueSymbolTable *ST = getSymTab(Owner)) in addNodeToList() local 77 if (ValueSymbolTable *ST = getSymTab(getListOwner())) in removeNodeFromList() local
|
| /external/llvm/lib/IR/ |
| D | SymbolTableListTraitsImpl.h | 69 if (ValueSymbolTable *ST = getSymTab(Owner)) in addNodeToList() local 78 if (ValueSymbolTable *ST = getSymTab(getListOwner())) in removeNodeFromList() local
|