Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h155 bool isParamAPointer(unsigned ParamIdx) const;
H A DCodeGenIntrinsics.cpp248 bool CodeGenIntrinsic::isParamAPointer(unsigned ParamIdx) const { in isParamAPointer() function in CodeGenIntrinsic
H A DGlobalISelEmitter.cpp896 OperandIsAPointer |= II->isParamAPointer(i - 1); in createAndImportSelDAGMatcher()