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

/freebsd-11-stable/contrib/llvm-project/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) {
244 CInfo.Kind = BPFPreserveArrayAI;
245 CInfo.Metadata = Call->getMetadata(LLVMContext::MD_preserve_access_index);
246 if (!CInfo.Metadata)
248 CInfo.AccessIndex = getConstant(Call->getArgOperand(2));
249 CInfo.Base = Call->getArgOperand(0);
250 CInfo.RecordAlignment =
251 DL->getABITypeAlignment(CInfo
235 IsPreserveDIAccessIndexCall(const CallInst *Call, CallInfo &CInfo) argument
322 CallInfo CInfo; local
505 CallInfo CInfo; local
694 computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo, std::string &AccessKey, MDNode *&TypeMeta) argument
846 transformGEPChain(Module &M, CallInst *Call, CallInfo &CInfo) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h37 CombinerInfo &CInfo; member in class:llvm::Combiner
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp94 : CInfo(Info), TPC(TPC) {
152 Changed |= CInfo.combine(WrapperObserver, *CurrInst, B);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp328 const SDNodeInfo &CInfo = CGP.getSDNodeInfo(N->getOperator()); local
350 AddMatcher(new CheckOpcodeMatcher(CInfo));
368 AddMatcher(new CheckOpcodeMatcher(CInfo));

Completed in 114 milliseconds