Home
last modified time | relevance | path

Searched refs:RVI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1468 if (Instruction *RVI = dyn_cast<Instruction>(RetVal)) in isFunctionMallocLike() local
1469 switch (RVI->getOpcode()) { in isFunctionMallocLike()
1474 FlowsToReturn.insert(RVI->getOperand(0)); in isFunctionMallocLike()
1477 SelectInst *SI = cast<SelectInst>(RVI); in isFunctionMallocLike()
1483 PHINode *PN = cast<PHINode>(RVI); in isFunctionMallocLike()
1493 CallBase &CB = cast<CallBase>(*RVI); in isFunctionMallocLike()
1576 Instruction *RVI = dyn_cast<Instruction>(RetVal); in isReturnNonNull() local
1577 if (!RVI) in isReturnNonNull()
1579 switch (RVI->getOpcode()) { in isReturnNonNull()
1583 FlowsToReturn.insert(RVI->getOperand(0)); in isReturnNonNull()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVProfiles.td13 // RVI Profile Family
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp680 auto *RVI = S.getReturnValueInit(); in GetReturnObjectManager() local
681 assert(RVI && "expected RVI"); in GetReturnObjectManager()
682 auto GroType = RVI->getType(); in GetReturnObjectManager()