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

References

include/llvm/IR/CallSite.h
  342     CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
include/llvm/IR/InstrTypes.h
 1391     setAttributes(PAL);
 1398     setAttributes(PAL);
 1406     setAttributes(PAL);
 1414     setAttributes(PAL);
 1421     setAttributes(PAL);
 1428     setAttributes(PAL);
 1436     setAttributes(PAL);
 1444     setAttributes(PAL);
 1451     setAttributes(PAL);
 1459     setAttributes(PAL);
lib/AsmParser/LLParser.cpp
  157       CI->setAttributes(AS);
  165       II->setAttributes(AS);
  173       CBI->setAttributes(AS);
 6126   II->setAttributes(PAL);
 6457   CBI->setAttributes(PAL);
 6858   CI->setAttributes(PAL);
lib/Bitcode/Reader/BitcodeReader.cpp
 4537       cast<InvokeInst>(I)->setAttributes(PAL);
 4624       cast<CallBrInst>(I)->setAttributes(PAL);
 5076       cast<CallInst>(I)->setAttributes(PAL);
lib/CodeGen/AtomicExpandPass.cpp
 1777   Call->setAttributes(Attr);
lib/CodeGen/StackProtector.cpp
  450       Call->setAttributes(GuardCheck->getAttributes());
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  249   Call->setAttributes(F.getAttributes());
lib/IR/Instructions.cpp
  458   NewCI->setAttributes(CI->getAttributes());
  769   NewII->setAttributes(II->getAttributes());
  854   NewCBI->setAttributes(CBI->getAttributes());
lib/Target/AMDGPU/AMDGPULibCalls.cpp
  630   NCI->setAttributes(CI->getAttributes());
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  432   NewCall->setAttributes(NewCallAL);
  776       NewCall->setAttributes(II->getAttributes());
lib/Transforms/IPO/MergeFunctions.cpp
  717   CI->setAttributes(F->getAttributes());
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4293     Call.setAttributes(AS);
 4641   NewCall->setAttributes(NewCallerPAL);
 4812         cast<InvokeInst>(NewCaller)->setAttributes(NewPAL);
 4818         cast<CallBrInst>(NewCaller)->setAttributes(NewPAL);
 4825         cast<CallInst>(NewCaller)->setAttributes(NewPAL);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1646         CustomCI->setAttributes(TransformFunctionAttributes(CustomFn,
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1500     SPCall->setAttributes(legalizeCallAttributes(CI->getAttributes()));
 1526     SPInvoke->setAttributes(legalizeCallAttributes(II->getAttributes()));
 1571       GCResult->setAttributes(
 2396     AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
lib/Transforms/Utils/BuildLibCalls.cpp
 1055   CI->setAttributes(Attrs.removeAttribute(B.getContext(),
 1097   CI->setAttributes(Attrs.removeAttribute(B.getContext(),
lib/Transforms/Utils/InlineFunction.cpp
 1914           NewCI->setAttributes(Attrs);
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());
  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());
 1200   NewCI->setAttributes(CI->getAttributes());
 3228     NewCI->setAttributes(CI->getAttributes());
 3239     NewCI->setAttributes(CI->getAttributes());
 3253     NewCI->setAttributes(CI->getAttributes());
tools/clang/lib/CodeGen/CGBuiltin.cpp
  867   CB->setAttributes(ReturnsTwiceAttr);
 1073     CI->setAttributes(NoReturnAttr);
 3780       RTCall->setAttributes(ByValAttrSet);
12321     CI->setAttributes(NoReturnAttr);
tools/clang/lib/CodeGen/CGCall.cpp
 4371   CI->setAttributes(Attrs);
tools/clang/lib/CodeGen/CGVTables.cpp
  428   Call->setAttributes(Attrs);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4335     newCall->setAttributes(llvm::AttributeList::get(
unittests/IR/InstructionsTest.cpp
  531     Call->setAttributes(
  550   Call->setAttributes(AttributeList::get(C, AttributeList::FunctionIndex, AB));
  579   Invoke->setAttributes(
unittests/IR/LegacyPassManagerTest.cpp
  541         int32_3->setAttributes(int32_3_PAL);
  557         int32_6->setAttributes(int32_6_PAL);
  573         int32_9->setAttributes(int32_9_PAL);