Home
last modified time | relevance | path

Searched refs:getFnAttributes (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h94 LLVM_ABI AttributeSet getFnAttributes(LLVMContext &C, ID id);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp124 return Intrinsic::getFnAttributes(VPI.getContext(), *IntrID) in maySpeculateLanes()
H A DMachineVerifier.cpp1062 AttributeSet Attrs = Intrinsic::getFnAttributes( in verifyGIntrinsicSideEffects()
1086 AttributeSet Attrs = Intrinsic::getFnAttributes( in verifyGIntrinsicConvergence()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp885 AttributeSet Attrs = Intrinsic::getFnAttributes(getContext(), ID); in buildIntrinsic()
904 AttributeSet Attrs = Intrinsic::getFnAttributes(getContext(), ID); in buildIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp743 AttributeSet Intrinsic::getFnAttributes(LLVMContext &C, ID id) { in getFnAttributes() function in Intrinsic
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1484 AttributeSet Attrs = Intrinsic::getFnAttributes(Ctx, VectorIntrinsicID); in VPRecipeWithIRFlags()
H A DVectorCombine.cpp1067 SafeToSpeculate = Intrinsic::getFnAttributes(I.getContext(), *ScalarIntrID) in scalarizeVPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1253 Intrinsic::getFnAttributes(CI.getContext(), (Intrinsic::ID)IntrID); in getTgtMemIntrinsic()