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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h149 ImmArg enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
H A DCodeGenTarget.cpp800 } else if (Property->isSubClassOf("ImmArg")) {
802 ArgumentAttributes.push_back(std::make_pair(ArgNo, ImmArg));
822 std::pair<unsigned, ArgAttribute> Val = {ParamIdx, ImmArg};
H A DIntrinsicEmitter.cpp703 case CodeGenIntrinsic::ImmArg:
706 OS << "Attribute::ImmArg";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1593 if (Attrs.hasAttribute(Attribute::ImmArg)) {
1729 Assert(!ArgAttrs.hasAttribute(Attribute::ImmArg),
2926 if (Attrs.hasParamAttribute(i, Attribute::ImmArg)) {
2929 Assert(Callee && Callee->hasParamAttribute(i, Attribute::ImmArg),
2934 if (Call.paramHasAttr(i, Attribute::ImmArg)) {
H A DAttributes.cpp393 if (hasAttribute(Attribute::ImmArg))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp885 case Attribute::ImmArg:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1758 unsigned ImmArg = TheCall->getNumArgs()-1; local
1760 if (SemaBuiltinConstantArg(TheCall, ImmArg, Result))
1766 << TheCall->getArg(ImmArg)->getSourceRange();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1278 case Attribute::ImmArg:
1541 return Attribute::ImmArg;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1650 if (CI.paramHasAttr(Arg.index(), Attribute::ImmArg)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp725 case Attribute::ImmArg:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1650 case lltok::kw_immarg: B.addAttribute(Attribute::ImmArg); break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4871 if (!I.paramHasAttr(i, Attribute::ImmArg)) {

Completed in 298 milliseconds