Searched refs:ImmArg (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h155 ImmArg, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttrKind
H A DCodeGenTarget.cpp829 } else if (Property->isSubClassOf("ImmArg")) {
831 ArgumentAttributes.emplace_back(ArgNo, ImmArg, 0);
856 ArgAttribute Val{ParamIdx + 1, ImmArg, 0};
H A DIntrinsicEmitter.cpp714 case CodeGenIntrinsic::ImmArg:
717 OS << "Attribute::ImmArg";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1641 if (Attrs.hasAttribute(Attribute::ImmArg)) {
1789 Assert(!ArgAttrs.hasAttribute(Attribute::ImmArg),
3008 if (Attrs.hasParamAttribute(i, Attribute::ImmArg)) {
3011 Assert(Callee && Callee->hasParamAttribute(i, Attribute::ImmArg),
3016 if (Call.paramHasAttr(i, Attribute::ImmArg)) {
H A DAttributes.cpp444 if (hasAttribute(Attribute::ImmArg))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp897 case Attribute::ImmArg:
H A DLocal.cpp2990 return !CB.paramHasAttr(OpIdx, Attribute::ImmArg);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2197 unsigned ImmArg = TheCall->getNumArgs()-1; local
2199 if (SemaBuiltinConstantArg(TheCall, ImmArg, Result))
2205 << TheCall->getArg(ImmArg)->getSourceRange();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1285 case Attribute::ImmArg:
1528 return Attribute::ImmArg;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1731 if (CI.paramHasAttr(Arg.index(), Attribute::ImmArg)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp728 case Attribute::ImmArg:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1697 case lltok::kw_immarg: B.addAttribute(Attribute::ImmArg); break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4676 if (!I.paramHasAttr(i, Attribute::ImmArg)) {

Completed in 413 milliseconds