Home
last modified time | relevance | path

Searched refs:CInfo (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp166 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo,
169 bool transformGEPChain(Module &M, CallInst *Call, CallInfo &CInfo);
236 CallInfo &CInfo) { in IsPreserveDIAccessIndexCall()
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 in IsPreserveDIAccessIndexCall()
235 IsPreserveDIAccessIndexCall(const CallInst *Call, CallInfo &CInfo) IsPreserveDIAccessIndexCall() argument
322 CallInfo CInfo; removePreserveAccessIndexIntrinsic() local
505 CallInfo CInfo; collectAICallChains() local
694 computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo, std::string &AccessKey, MDNode *&TypeMeta) computeBaseAndAccessKey() argument
846 transformGEPChain(Module &M, CallInst *Call, CallInfo &CInfo) transformGEPChain() argument
[all...]
/third_party/benchmark/src/
H A Dreporter.cc54 for (auto &CInfo : info.caches) { in PrintBasicContext()
55 Out << " L" << CInfo.level << " " << CInfo.type << " " in PrintBasicContext()
56 << (CInfo.size / 1024) << " KiB"; in PrintBasicContext()
57 if (CInfo.num_sharing != 0) in PrintBasicContext()
58 Out << " (x" << (info.num_cpus / CInfo.num_sharing) << ")"; in PrintBasicContext()
H A Dsysinfo.cc327 using CInfo = CACHE_DESCRIPTOR; in GetCacheSizesWindows()
345 const CInfo& cache = it->Cache; in GetCacheSizesWindows()
/third_party/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h25 struct CInfo struct
133 struct CInfo struct
167 struct CInfo struct
H A DWorkDir.cpp14 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName) in GetWorkDir()
63 NWorkDir::CInfo workDirInfo; in CreateTempFile()
H A DWorkDir.h12 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp94 : CInfo(Info), TPC(TPC) { in Combiner()
152 Changed |= CInfo.combine(WrapperObserver, *CurrInst, B); in combineMachineInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h37 CombinerInfo &CInfo; member in llvm::Combiner
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.h66 NExtract::CInfo _info;

Completed in 4 milliseconds