reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/CallSite.h
  178     unsigned OperandNo = U - (*this)->op_begin();
  272   Type *getType() const { return (*this)->getType(); }
  275   FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8526   ComputeValueVTs(TLI, DAG.getDataLayout(), CS->getType(), ValueVTs);
 8760   bool HasDef = !CS->getType()->isVoidTy();
 8762   SDValue Callee = getValue(CS->getOperand(PatchPointOpers::TargetPos));
 8786     IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CS->getType();
 8808   SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos));
 8811   SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos));
 8861     ComputeValueVTs(TLI, DAG.getDataLayout(), CS->getType(), ValueVTs);
lib/Target/X86/X86ISelLowering.cpp
 4111     if (MDNode *HeapAlloc = CLI.CS->getMetadata("heapallocsite"))
lib/Target/X86/X86WinEHState.cpp
  506   NewCS->setDebugLoc(CS->getDebugLoc());
  506   NewCS->setDebugLoc(CS->getDebugLoc());
  778     auto &BBColors = BlockColors[CS->getParent()];
lib/Transforms/IPO/ArgumentPromotion.cpp
  340     NewCS->setDebugLoc(Call->getDebugLoc());
  343       NewCS->setProfWeight(W);
  353       NewCS->takeName(Call);
lib/Transforms/IPO/DeadArgumentElimination.cpp
  209     NewCS->setDebugLoc(Call->getDebugLoc());
  212       NewCS->setProfWeight(W);
  219     NewCS->takeName(Call);
  446                == CS->getOperand(U->getOperandNo())
  947     NewCS->setDebugLoc(Call->getDebugLoc());
  950       NewCS->setProfWeight(W);
lib/Transforms/IPO/HotColdSplitting.cpp
  112       if (CS.hasFnAttr(Attribute::Cold) && !CS->getMetadata("nosanitize"))
lib/Transforms/IPO/Inliner.cpp
  523   Attribute attr = Attribute::get(CS->getContext(), "inline-remark", message);
  681         DebugLoc DLoc = CS->getDebugLoc();
 1073       DebugLoc DLoc = CS->getDebugLoc();
lib/Transforms/IPO/WholeProgramDevirt.cpp
  321     DebugLoc DLoc = CS->getDebugLoc();
  337     CS->replaceAllUsesWith(New);
  342     CS->eraseFromParent();
 1144       CS->replaceAllUsesWith(NewCS.getInstruction());
 1145       CS->eraseFromParent();
 1306     Cmp = B.CreateZExt(Cmp, Call.CS->getType());
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2688           if (CS.doesNotReturn() && !CS->hasMetadata("nosanitize"))
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1692       assert(CS->getIterator() != CS->getParent()->end());
 1692       assert(CS->getIterator() != CS->getParent()->end());
 1693       Next = CS->getNextNode();
lib/Transforms/Utils/SimplifyCFG.cpp
 6009       return !NullPointerIsDefined(CS->getFunction()) &&
lib/Transforms/Utils/ValueMapper.cpp
  900     LLVMContext &C = CS->getContext();