Home
last modified time | relevance | path

Searched refs:isParamImmArg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h156 bool isParamImmArg(unsigned ParamIdx) const;
H A DCodeGenIntrinsics.cpp255 bool CodeGenIntrinsic::isParamImmArg(unsigned ParamIdx) const { in isParamImmArg() function in CodeGenIntrinsic
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp917 OperandIsImmArg |= II->isParamImmArg(I - 1); in createAndImportSelDAGMatcher()