Home
last modified time | relevance | path

Searched refs:CInfo (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp174 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo,
176 MDNode *computeAccessKey(CallInst *Call, CallInfo &CInfo,
179 bool transformGEPChain(CallInst *Call, CallInfo &CInfo);
273 CallInfo &CInfo) { in IsPreserveDIAccessIndexCall() argument
281 CInfo.Kind = BPFPreserveArrayAI; in IsPreserveDIAccessIndexCall()
282 CInfo.Metadata = Call->getMetadata(LLVMContext::MD_preserve_access_index); in IsPreserveDIAccessIndexCall()
283 if (!CInfo.Metadata) in IsPreserveDIAccessIndexCall()
285 CInfo.AccessIndex = getConstant(Call->getArgOperand(2)); in IsPreserveDIAccessIndexCall()
286 CInfo.Base = Call->getArgOperand(0); in IsPreserveDIAccessIndexCall()
287 CInfo.RecordAlignment = in IsPreserveDIAccessIndexCall()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp166 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo,
169 bool transformGEPChain(Module &M, CallInst *Call, CallInfo &CInfo);
236 CallInfo &CInfo) { in IsPreserveDIAccessIndexCall() argument
244 CInfo.Kind = BPFPreserveArrayAI; in IsPreserveDIAccessIndexCall()
245 CInfo.Metadata = Call->getMetadata(LLVMContext::MD_preserve_access_index); in IsPreserveDIAccessIndexCall()
246 if (!CInfo.Metadata) in IsPreserveDIAccessIndexCall()
248 CInfo.AccessIndex = getConstant(Call->getArgOperand(2)); in IsPreserveDIAccessIndexCall()
249 CInfo.Base = Call->getArgOperand(0); in IsPreserveDIAccessIndexCall()
250 CInfo.RecordAlignment = in IsPreserveDIAccessIndexCall()
251 DL->getABITypeAlignment(CInfo.Base->getType()->getPointerElementType()); in IsPreserveDIAccessIndexCall()
[all …]
/external/llvm-project/llvm/utils/benchmark/src/
Dreporter.cc49 for (auto &CInfo : info.caches) { in PrintBasicContext() local
50 Out << " L" << CInfo.level << " " << CInfo.type << " " in PrintBasicContext()
51 << (CInfo.size / 1000) << "K"; in PrintBasicContext()
52 if (CInfo.num_sharing != 0) in PrintBasicContext()
53 Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")"; in PrintBasicContext()
Dsysinfo.cc312 using CInfo = CACHE_DESCRIPTOR; in GetCacheSizesWindows() typedef
330 CInfo* Cache = &it->Cache; in GetCacheSizesWindows()
/external/libcxx/utils/google-benchmark/src/
Dreporter.cc50 for (auto &CInfo : info.caches) { in PrintBasicContext() local
51 Out << " L" << CInfo.level << " " << CInfo.type << " " in PrintBasicContext()
52 << (CInfo.size / 1000) << "K"; in PrintBasicContext()
53 if (CInfo.num_sharing != 0) in PrintBasicContext()
54 Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")"; in PrintBasicContext()
Dsysinfo.cc315 using CInfo = CACHE_DESCRIPTOR; in GetCacheSizesWindows() typedef
333 CInfo* Cache = &it->Cache; in GetCacheSizesWindows()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dreporter.cc50 for (auto &CInfo : info.caches) { in PrintBasicContext() local
51 Out << " L" << CInfo.level << " " << CInfo.type << " " in PrintBasicContext()
52 << (CInfo.size / 1000) << "K"; in PrintBasicContext()
53 if (CInfo.num_sharing != 0) in PrintBasicContext()
54 Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")"; in PrintBasicContext()
Dsysinfo.cc315 using CInfo = CACHE_DESCRIPTOR; in GetCacheSizesWindows() typedef
333 CInfo* Cache = &it->Cache; in GetCacheSizesWindows()
/external/google-benchmark/src/
Dreporter.cc50 for (auto &CInfo : info.caches) { in PrintBasicContext() local
51 Out << " L" << CInfo.level << " " << CInfo.type << " " in PrintBasicContext()
52 << (CInfo.size / 1024) << " KiB"; in PrintBasicContext()
53 if (CInfo.num_sharing != 0) in PrintBasicContext()
54 Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")"; in PrintBasicContext()
Dsysinfo.cc324 using CInfo = CACHE_DESCRIPTOR; in GetCacheSizesWindows() typedef
342 CInfo* Cache = &it->Cache; in GetCacheSizesWindows()
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h13 struct CInfo struct
66 struct CInfo struct
97 struct CInfo argument
DWorkDir.cpp16 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName) in GetWorkDir()
68 NWorkDir::CInfo workDirInfo; in CreateTempFile()
DWorkDir.h12 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName);
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp94 : CInfo(Info), TPC(TPC) { in Combiner()
150 Changed |= CInfo.combine(WrapperObserver, *CurrInst, B); in combineMachineInstrs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp94 : CInfo(Info), TPC(TPC) { in Combiner()
152 Changed |= CInfo.combine(WrapperObserver, *CurrInst, B); in combineMachineInstrs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCombiner.h37 CombinerInfo &CInfo;
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombiner.h37 CombinerInfo &CInfo;
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.h66 NExtract::CInfo _info;
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp305 const SDNodeInfo &CInfo = CGP.getSDNodeInfo(N->getOperator()); in EmitOperatorMatchCode() local
327 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
345 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp328 const SDNodeInfo &CInfo = CGP.getSDNodeInfo(N->getOperator()); in EmitOperatorMatchCode() local
350 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()
368 AddMatcher(new CheckOpcodeMatcher(CInfo)); in EmitOperatorMatchCode()