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

References

include/llvm/IR/CallSite.h
  338     CALLSITE_DELEGATE_GETTER(getAttributes());
include/llvm/IR/InstrTypes.h
 1389     AttributeList PAL = getAttributes();
 1396     AttributeList PAL = getAttributes();
 1404     AttributeList PAL = getAttributes();
 1412     AttributeList PAL = getAttributes();
 1419     AttributeList PAL = getAttributes();
 1426     AttributeList PAL = getAttributes();
 1434     AttributeList PAL = getAttributes();
 1442     AttributeList PAL = getAttributes();
 1449     AttributeList PAL = getAttributes();
 1457     AttributeList PAL = getAttributes();
 1470     return getAttributes().getAttribute(i, Kind);
 1475     return getAttributes().getAttribute(i, Kind);
 1481     return getAttributes().getParamAttr(ArgNo, Kind);
 1487     return getAttributes().getParamAttr(ArgNo, Kind);
lib/Analysis/BasicAliasAnalysis.cpp
  885           !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal))
lib/Analysis/Lint.cpp
  302       const AttributeList &PAL = CI->getAttributes();
lib/AsmParser/LLParser.cpp
  151       AttributeList AS = CI->getAttributes();
  159       AttributeList AS = II->getAttributes();
  167       AttributeList AS = CBI->getAttributes();
lib/Bitcode/Writer/BitcodeWriter.cpp
 2765     Vals.push_back(VE.getAttributeListID(II->getAttributes()));
 2841     Vals.push_back(VE.getAttributeListID(CBI->getAttributes()));
 2998     Vals.push_back(VE.getAttributeListID(CI.getAttributes()));
lib/Bitcode/Writer/ValueEnumerator.cpp
  418           EnumerateAttributes(Call->getAttributes());
lib/CodeGen/Analysis.cpp
  567   AttrBuilder CalleeAttrs(cast<CallInst>(I)->getAttributes(),
lib/CodeGen/GlobalISel/CallLowering.cpp
   78   const AttributeList &Attrs = FuncInfo.getAttributes();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6491         I.getAttributes()
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  941   auto SD = parseStatepointDirectivesFromAttrs(Call->getAttributes());
lib/IR/AsmWriter.cpp
 1006         AttributeSet Attrs = Call->getAttributes().getFnAttributes();
 3849     const AttributeList &PAL = CI->getAttributes();
 3888     const AttributeList &PAL = II->getAttributes();
 3931     const AttributeList &PAL = CBI->getAttributes();
lib/IR/Core.cpp
 2804   auto AS = Call->getAttributes().getAttributes(Idx);
 2811   auto AS = Call->getAttributes().getAttributes(Idx);
lib/IR/Instruction.cpp
  405            CI->getAttributes() == cast<CallInst>(I2)->getAttributes() &&
  405            CI->getAttributes() == cast<CallInst>(I2)->getAttributes() &&
  409            CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes() &&
  409            CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes() &&
  413            CI->getAttributes() == cast<CallBrInst>(I2)->getAttributes() &&
  413            CI->getAttributes() == cast<CallBrInst>(I2)->getAttributes() &&
lib/IR/Instructions.cpp
  458   NewCI->setAttributes(CI->getAttributes());
  769   NewII->setAttributes(II->getAttributes());
  854   NewCBI->setAttributes(CBI->getAttributes());
lib/IR/Verifier.cpp
 1989   AttributeList Attrs = Call.getAttributes();
 2845   AttributeList Attrs = Call.getAttributes();
 3080   AttributeList CalleeAttrs = CI.getAttributes();
lib/Target/AMDGPU/AMDGPULibCalls.cpp
  630   NCI->setAttributes(CI->getAttributes());
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  839     const AttributeList &Attrs = Call->getAttributes();
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  407   const AttributeList &InvokeAL = CI->getAttributes();
  776       NewCall->setAttributes(II->getAttributes());
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4289     AttributeList AS = Call.getAttributes();
 4427   const AttributeList &CallerPAL = Call.getAttributes();
 4698   AttributeList Attrs = Call.getAttributes();
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1647             CI->getContext(), CI->getAttributes()));
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1402     const AttributeList &CSAS = Call->getAttributes();
 1447       parseStatepointDirectivesFromAttrs(Call->getAttributes());
 1500     SPCall->setAttributes(legalizeCallAttributes(CI->getAttributes()));
 1526     SPInvoke->setAttributes(legalizeCallAttributes(II->getAttributes()));
 1573                              Call->getAttributes().getRetAttributes()));
 2392   if (AH.getAttributes().hasAttribute(Index, Attribute::NoAlias))
 2396     AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
lib/Transforms/Utils/InlineFunction.cpp
 1896           AttributeList Attrs = CI->getAttributes();
lib/Transforms/Utils/Local.cpp
 1948   NewCall->setAttributes(II->getAttributes());
 2001   II->setAttributes(CI->getAttributes());
lib/Transforms/Utils/LowerInvoke.cpp
   59       NewCall->setAttributes(II->getAttributes());
lib/Transforms/Utils/SimplifyLibCalls.cpp
  566   NewCI->setAttributes(CI->getAttributes());
  593   NewCI->setAttributes(CI->getAttributes());
  628     AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0));
  629     NewCI->setAttributes(NewCI->getAttributes().addParamAttributes(
  641   NewCI->setAttributes(CI->getAttributes());
 1118   NewCI->setAttributes(CI->getAttributes());
 1127   NewCI->setAttributes(CI->getAttributes());
 1140   NewCI->setAttributes(CI->getAttributes());
 1180                                  Malloc->getAttributes(), B, *TLI)) {
 1200   NewCI->setAttributes(CI->getAttributes());
 1489                                      BaseFn->getAttributes());
 3228     NewCI->setAttributes(CI->getAttributes());
 3239     NewCI->setAttributes(CI->getAttributes());
 3253     NewCI->setAttributes(CI->getAttributes());
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4290     llvm::AttributeList oldAttrs = callSite->getAttributes();
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
  237     llvm::AttributeList call_attribs = call_inst->getAttributes();
unittests/IR/IRBuilderTest.cpp
  233   AttributeSet CallAttrs = II->getAttributes().getFnAttributes();